-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.18 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.18 KB
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
{
"name": "hello-world",
"version": "0.1.0",
"license": "ISC",
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build && node build/cssCopy.js && node build/jsCopy.js && node build/htmlReplace.js",
"start": "vue-cli-service build && node build/cssCopy.js && node build/jsCopy.js && node build/htmlReplace.js && node server/index.js",
"serve": "node server/index.js",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@kazupon/vue-i18n-loader": "^0.4.1",
"core-js": "^2.6.5",
"vue": "^2.6.10",
"vue-class-component": "^7.0.2",
"vue-i18n": "^8.15.3",
"vue-property-decorator": "^8.1.0",
"vue-router": "^3.0.3",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-typescript": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"autodll-webpack-plugin": "^0.4.2",
"hard-source-webpack-plugin": "^0.13.1",
"koa": "^2.11.0",
"koa-send": "^5.0.0",
"koa-static": "^5.0.0",
"koa2-connect": "^1.0.2",
"nodemon": "^2.0.2",
"sass": "^1.18.0",
"sass-loader": "^7.1.0",
"typescript": "^3.4.3",
"vue-template-compiler": "^2.6.10"
}
}