-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 796 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "linuxfestadmin",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"axios": "^0.21.1",
"bootstrap-vue": "^2.21.2",
"jalali-moment": "^3.3.3",
"register-service-worker": "^1.6.2",
"vue": "^2.6.10",
"vue-json-excel": "^0.2.98",
"vue-notification": "^1.3.20",
"vue-persian-datetime-picker": "^2.1.2",
"vue-router": "^3.1.3",
"vue-spinner": "^1.0.4",
"vue2-editor": "^2.10.2",
"vuex": "^3.1.2"
},
"devDependencies": {
"@vue/cli-plugin-pwa": "^4.1.0",
"@vue/cli-service": "^4.1.0",
"vue-csv-downloader": "^1.0.3",
"vue-template-compiler": "^2.6.10"
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}