-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
59 lines (59 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
54
55
56
57
58
59
{
"name": "vux-uploads",
"version": "1.1.0",
"main": "./src/main.js",
"description": "vux-uploads Project, the component to upload images",
"author": "wuxh <[email protected]>",
"keywords": [
"vux-uploader",
"vux-upload",
"vux-uploads",
"vux-uploas",
"vux",
"vue",
"vue ui",
"weui",
"vue-components",
"mobile ui",
"frontend"
],
"repository": {
"type": "git",
"url": "https://github.com/wxingheng/vux-uploads"
},
"license": "MIT",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"start": "concurrently \"cd example && yarn run dev\" \"cd server && yarn dev\" "
},
"dependencies": {
"global": "^4.4.0",
"lrz": "^4.9.40",
"vue": "^2.2.1",
"vux": "^2.1.1-rc.6",
"weui.js": "^1.1.4"
},
"devDependencies": {
"axios": "^0.15.3",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.22.0",
"babel-runtime": "^6.20.0",
"concurrently": "^5.2.0",
"cross-env": "^7.0.2",
"css-loader": "^0.25.0",
"file-loader": "^0.9.0",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"vue-loader": "^10.0.0",
"vue-template-compiler": "^2.2.1",
"webpack": "^2.2.0",
"webpack-dev-server": "^2.2.0"
}
}