-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.22 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
{
"name": "01vue",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --config build/webpack.dev.conf",
"build": "webpack --config build/webpack.prod.conf.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@agnpm/test": "^1.0.0",
"axios": "^0.19.0",
"connect-history-api-fallback": "^1.6.0",
"css-loader": "^3.3.2",
"element-ui": "^2.13.0",
"html-loader": "^0.5.5",
"koa": "^2.11.0",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"koa2-connect-history-api-fallback": "^0.1.2",
"koa2-cors": "^2.0.6",
"koa2-ratelimit": "^0.9.0",
"moment": "^2.24.0",
"vue": "^2.6.11",
"vue-loader": "^15.8.3",
"vue-router": "^3.1.3",
"vuex": "^3.1.2",
"webpack": "^4.41.3",
"webpack-cli": "^3.3.10"
},
"devDependencies": {
"eslint": "^6.8.0",
"file-loader": "^5.0.2",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.13.0",
"sass-loader": "^8.0.0",
"style-loader": "^1.1.2",
"url-loader": "^3.0.0",
"vue-template-compiler": "^2.6.11",
"webpack-dev-server": "^3.10.0",
"webpack-merge": "^4.2.2"
}
}