-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.27 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
{
"name": "ts-vue-app",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/lang/**/*.json'",
"start": "vue-cli-service serve"
},
"dependencies": {
"@types/js-cookie": "^2.2.2",
"@types/md5": "^2.1.33",
"@types/mockjs": "^1.0.2",
"ant-design-vue": "^1.3.10",
"axios": "^0.19.0",
"core-js": "^2.6.5",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"md5": "^2.2.1",
"mockjs": "^1.0.1-beta3",
"vue": "^2.6.10",
"vue-class-component": "^7.0.2",
"vue-i18n": "^8.0.0",
"vue-ls": "^3.2.1",
"vue-property-decorator": "^8.1.0",
"vue-router": "^3.0.3",
"vuex": "^3.0.1",
"vuex-class": "^0.3.2"
},
"devDependencies": {
"@babel/polyfill": "^7.2.5",
"@kazupon/vue-i18n-loader": "^0.3.0",
"@types/webpack": "^4.4.0",
"@vue/cli-plugin-babel": "^3.8.0",
"@vue/cli-plugin-typescript": "^3.8.0",
"@vue/cli-service": "^3.8.0",
"babel-plugin-import": "^1.12.0",
"js-cookie": "^2.2.0",
"typescript": "^3.4.3",
"vue-cli-plugin-i18n": "^0.6.0",
"vue-template-compiler": "^2.6.10"
}
}