-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.14 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
{
"name": "adbo-admin",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"axios": "^0.21.1",
"bootstrap": "^4.5.3",
"nprogress": "^0.2.0",
"perfect-scrollbar": "^1.5.0",
"query-string": "^6.13.7",
"sweetalert2": "^10.9.0",
"v-click-outside": "^3.1.2",
"vee-validate": "^4.1.12",
"vue": "^3.0.5",
"vue-i18n": "^9.0.0-rc.4",
"vue-router": "^4.0.3",
"vue-toastification": "^2.0.0-rc.1",
"vuex": "^4.0.0-rc.2",
"vuex-persistedstate": "^4.0.0-beta.3"
},
"devDependencies": {
"@types/chai": "^4.2.14",
"@types/mocha": "^5.2.7",
"@vue/cli-plugin-router": "^4.5.8",
"@vue/cli-plugin-typescript": "^4.5.8",
"@vue/cli-plugin-unit-mocha": "^4.5.8",
"@vue/cli-plugin-vuex": "^4.5.8",
"@vue/cli-service": "^4.5.8",
"@vue/compiler-sfc": "^3.0.2",
"@vue/test-utils": "^2.0.0-rc.0",
"chai": "^4.2.0",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2",
"typescript": "^3.9.7",
"vue-loader-v16": "^16.0.0-beta.5.4"
}
}