-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
41 lines (41 loc) · 1.17 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
{
"name": "wsc-plugin-weapp",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"dev": "rimraf dist/pages && webpack --mode development --watch --config ./build/webpack.config.js",
"build": "webpack --mode production --config ./build/webpack.config.js",
"precommit": "lint-staged"
},
"devDependencies": {
"autoprefixer": "^8.5.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-es2015-spread": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1",
"cache-loader": "^1.2.2",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.10.0",
"file-loader": "^1.1.11",
"fs-extra": "^4.0.2",
"gh-pages": "^1.1.0",
"mini-program-webpack-loader": "0.2.1",
"node-sass": "^4.9.0",
"rimraf": "^2.6.2",
"sass-loader": "^7.0.3",
"webpack": "^4.14.0",
"webpack-cli": "^3.0.8",
"webpack-merge": "^4.1.3"
},
"dependencies": {
"zanui-weapp": "^3.0.9"
},
"moduleRoots": [
"src"
]
}