-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.12 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.12 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
39
40
41
42
43
44
{
"name": "vue2modeldemo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --open --host 127.0.0.1 --port 8090",
"prod": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhenghuipqse/vue2modeldemo.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zhenghuipqse/vue2modeldemo/issues"
},
"homepage": "https://github.com/zhenghuipqse/vue2modeldemo#readme",
"dependencies": {
"axios": "^0.24.0",
"iview": "^3.5.4",
"three": "^0.134.0",
"vue": "^2.6.14",
"vue-router": "^3.5.3",
"vuex": "^3.6.2"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"babel-loader": "^8.2.3",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.5.1",
"html-webpack-plugin": "^5.5.0",
"iview-loader": "^1.3.0",
"less-loader": "^10.2.0",
"sass-loader": "^12.3.0",
"vue-loader": "^15.9.8",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.61.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0"
}
}