forked from supperchong/wx-multipart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 995 Bytes
/
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
{
"name": "wx-multipart",
"version": "0.0.4",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"test": "mocha",
"start": "webpack --output-path ./examples/wx_demo/utils --config webpack.config.js&node ./examples/backend/index.js",
"lint": "eslint .",
"fix": "eslint . --fix"
},
"author": "[email protected]",
"eslintConfig": {
"globals": {
"wx": true,
"Page": true,
"getApp": true
}
},
"license": "ISC",
"dependencies": {
"@babel/cli": "^7.2.3",
"mime-types": "^2.1.21"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^7.1.5",
"babel-minify-webpack-plugin": "^0.3.1",
"chai": "^4.2.0",
"eslint": "^5.11.1",
"formidable": "^1.2.1",
"mocha": "^5.2.0",
"webpack": "^4.28.3",
"webpack-cli": "^3.1.2"
}
}