-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
54 lines (54 loc) · 1.67 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
{
"name": "my-mina",
"private": true,
"version": "1.0.0",
"description": "",
"keywords": [],
"author": "",
"license": "ISC",
"scripts": {
"type-check": "tsc --noEmit",
"start": "webpack --watch --progress",
"build": "cross-env NODE_ENV=production BUILD_TYPE=release webpack",
"preupload": "run-s build",
"upload": "run-script-os",
"upload:darwin": "/Applications/wechatwebdevtools.app/Contents/MacOS/cli -u $npm_package_version@$INIT_CWD",
"upload:win32": "C:/Program Files (x86)/Tencent/微信web开发者工具/cli.bat -u $npm_package_version@$INIT_CWD",
"test": "jest"
},
"sideEffects": false,
"dependencies": {
"lodash": "^4.17.11",
"moment": "^2.24.0",
"rxjs": "^6.5.2"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.4.5",
"@babel/preset-typescript": "^7.3.3",
"@gfez/eslint-config-wechat-miniprogram": "^1.0.1",
"@types/lodash": "^4.14.133",
"babel-loader": "^8.2.3",
"babel-plugin-lodash": "^3.3.4",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.0",
"cross-env": "^5.1.1",
"ensure-posix-path": "^1.1.1",
"file-loader": "^6.2.0",
"jest": "^24.8.0",
"lodash-webpack-plugin": "^0.11.5",
"miniprogram-api-typings": "^2.9.3",
"node-sass": "^7.0.0",
"npm-run-all": "^4.1.2",
"replace-ext": "^1.0.0",
"required-path": "^1.0.1",
"run-script-os": "^1.0.5",
"sass-loader": "^12.4.0",
"typescript": "^3.8.2",
"webpack": "^5.64.0",
"webpack-cli": "^4.9.1",
"webpack-sources": "^3.2.1"
}
}