-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
53 lines (53 loc) · 1.53 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
47
48
49
50
51
52
53
{
"name": "amagicim",
"version": "0.1.0",
"description": "amagicim a im compent",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --base ./dist --open --inline --hot --compress --config build/webpack.dev.config.js",
"build": "webpack --config build/webpack.prod.config.js"
},
"author": "aixinaxc",
"license": "MIT",
"dependencies": {
"axios": "^0.18.0",
"babel-plugin-import": "^1.9.1",
"browser-md5-file": "^1.0.0",
"build": "^0.1.4",
"glob": "^7.1.3",
"iview": "^3.1.3",
"js-md5": "^0.7.3",
"mini-css-extract-plugin": "^0.4.4",
"mockjs": "^1.0.1-beta3",
"qs": "^6.5.2",
"reconnecting-websocket": "^4.1.5",
"vue": "^2.5.17",
"vue-emoji-picker": "^1.0.1",
"vue-photo-preview": "^1.0.9",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"iview-loader": "^1.2.2",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"postcss-loader": "^3.0.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"vue-loader": "^15.4.2",
"vue-template-compiler": "^2.5.17",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9",
"webpack-merge": "^4.1.4"
}
}