-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.14 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
{
"name": "zak-audio-test",
"version": "1.0.0",
"description": "shein-web-framework.",
"main": "src",
"devDependencies": {
"babel-cli": "^6.5.1",
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"css-loader": "^0.22.0",
"file-loader": "^0.8.5",
"html-loader": "^0.3.0",
"jquery": "^2.2.1",
"moment": "^2.11.2",
"node-libs-browser": "^0.5.2",
"react-hot-loader": "^1.3.0",
"sass-loader": "^3.1.2",
"scss-loader": "0.0.1",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.11.0",
"webpack-dev-server": "^1.12.1",
"lodash": "^4.6"
},
"scripts": {
"dev": "webpack-dev-server --inline --hot --quiet --host 0.0.0.0",
"build": "webpack -p --progress"
},
"repository": {
"type": "git",
"url": "https://github.com/vuejs/vue-webpack-example"
},
"keywords": [
"vue",
"webpack"
],
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vue-webpack-example/issues"
},
"homepage": "https://github.com/vuejs/vue-webpack-example",
"dependencies": {
"dropzone": "^4.3.0",
"vue": "^1.0.14"
}
}