-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 877 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
{
"name": "coco-miniprogram",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack --mode development",
"build": "cross-env NODE_ENV='production' webpack --mode production",
"test": "jest ./test/*"
},
"author": "TtTRz",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"cross-env": "^7.0.2",
"del": "^5.1.0",
"eslint": "^7.2.0",
"gulp": "^4.0.2",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"babel-core": "^7.0.0-bridge.0",
"child_process": "^1.0.2",
"core-js": "^2.6.11",
"fast-deep-equal": "^3.1.3",
"redux": "^4.0.5",
"regenerator-runtime": "^0.13.5",
"rfdc": "^1.1.4"
}
}