-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·50 lines (50 loc) · 1.39 KB
/
package.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "base-vue",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint --fix",
"test:unit": "vue-cli-service test:unit -w src/**/*.spec.ts"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"axios": "^0.19.0",
"bootstrap": "^4.4.1",
"bootstrap-vue": "^2.12.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"qs": "^6.9.2",
"register-service-worker": "^1.7.1",
"vee-validate": "^3.2.5",
"vue": "^2.6.11",
"vue-class-component": "^7.0.2",
"vue-ladda": "0.0.15",
"vue-multiselect": "^2.1.6",
"vue-property-decorator": "^8.4.1",
"vue-router": "^3.0.3",
"vue-snotify": "^3.2.1",
"vue2-datepicker": "^3.4.1",
"vuex": "^3.1.3",
"xlsx": "^0.15.6"
},
"devDependencies": {
"@types/chai": "^4.1.0",
"@types/lodash": "^4.14.149",
"@types/mocha": "^5.2.4",
"@types/qs": "^6.9.1",
"@types/vue2-datepicker": "^3.3.0",
"@vue/cli-plugin-pwa": "^3.9.0",
"@vue/cli-plugin-typescript": "^3.9.0",
"@vue/cli-plugin-unit-mocha": "^3.9.0",
"@vue/cli-service": "^3.9.0",
"@vue/test-utils": "1.0.0-beta.29",
"chai": "^4.1.2",
"node-sass": "^4.13.1",
"sass-loader": "^7.3.1",
"typescript": "^3.4.3",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.42.1"
}
}