generated from sonofmagic/npm-lib-template
-
-
Notifications
You must be signed in to change notification settings - Fork 93
/
Copy pathpackage.json
65 lines (65 loc) · 2.07 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
60
61
62
63
64
65
{
"name": "my-mina",
"private": true,
"version": "1.0.0",
"description": "",
"keywords": [],
"author": "",
"license": "ISC",
"scripts": {
"dev": "npm run start",
"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",
"format": "prettier --write src/**/*.wxml"
},
"sideEffects": false,
"dependencies": {
"dayjs": "^1.11.0",
"lodash": "^4.17.21",
"rxjs": "^7.5.5"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@gfez/eslint-config-wechat-miniprogram": "^1.0.1",
"@types/lodash": "^4.14.180",
"autoprefixer": "^10.4.2",
"babel-loader": "^8.2.4",
"babel-plugin-lodash": "^3.3.4",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.4",
"cross-env": "^7.0.3",
"ensure-posix-path": "^1.1.1",
"file-loader": "^6.2.0",
"jest": "^27.5.1",
"lodash-webpack-plugin": "^0.11.5",
"miniprogram-api-typings": "^3.4.5",
"npm-run-all": "^4.1.2",
"postcss": "^8.4.7",
"postcss-loader": "^6.2.1",
"postcss-rem-to-responsive-pixel": "^5.1.3",
"prettier": "^2.6.1",
"prettier-plugin-tailwindcss": "^0.1.8",
"replace-ext": "^2.0.0",
"required-path": "^1.0.1",
"run-script-os": "^1.1.6",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"tailwindcss": "^3.0.23",
"tailwindcss-rem2px-preset": "^1.0.2",
"typescript": "^4.6.3",
"weapp-tailwindcss-webpack-plugin": "^1.6.4",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-sources": "^3.2.3"
}
}