-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
101 lines (101 loc) · 3.2 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "IoTSharp",
"version": "1.0.0",
"private": true,
"description": "",
"templateInfo": {
"name": "mobx",
"typescript": true,
"css": "scss"
},
"scripts": {
"build:weapp": "taro build --type weapp",
"dev:weapp": "npm run build:weapp -- --watch",
"prepare": "husky install",
"dev": "cross-env MINI_ENV=local npm run dev:weapp",
"start": "cross-env MINI_ENV=local npm run dev",
"build": "cross-env MINI_ENV=prod npm run build:weapp",
"build:dev": "cross-env MINI_ENV=dev npm run build:weapp",
"build:test": "cross-env MINI_ENV=test npm run build:weapp",
"build:pre": "cross-env MINI_ENV=pre npm run build:weapp",
"openapi": "npx openapi --serverPath=http://121.40.183.65:59687/v3/api-docs/business-forwarder-tool --output=./src/_openapi",
"genicon": "npx iconfont-taro"
},
"browserslist": [
"last 3 versions",
"Android >= 4.1",
"ios >= 8"
],
"author": "",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@nutui/nutui-react-taro": "^1.3.15",
"@poster-render/taro": "^3.4.1",
"@poster-render/taro-react": "^3.4.1",
"@tarojs/components": "3.5.10",
"@tarojs/helper": "3.5.10",
"@tarojs/plugin-framework-react": "3.5.10",
"@tarojs/plugin-platform-alipay": "3.5.10",
"@tarojs/plugin-platform-jd": "3.5.10",
"@tarojs/plugin-platform-qq": "3.5.10",
"@tarojs/plugin-platform-swan": "3.5.10",
"@tarojs/plugin-platform-tt": "3.5.10",
"@tarojs/plugin-platform-weapp": "3.5.10",
"@tarojs/react": "3.5.10",
"@tarojs/router": "3.5.10",
"@tarojs/runtime": "3.5.10",
"@tarojs/shared": "3.5.10",
"@tarojs/taro": "3.5.10",
"@tarojs/taro-h5": "3.5.10",
"ahooks": "^3.7.3",
"axios": "0.27.2",
"axios-taro-adapter": "^0.0.3",
"classnames": "^2.3.2",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.7",
"js-base64": "^3.7.4",
"lodash": "^4.17.21",
"mobx": "^4.8.0",
"mobx-react": "^6.1.4",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"weapp-qrcode-canvas-2d": "^1.1.2"
},
"devDependencies": {
"@babel/core": "^7.8.0",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
"@tarojs/cli": "3.5.10",
"@tarojs/plugin-html": "^3.5.10",
"@tarojs/webpack5-runner": "3.5.10",
"@types/react": "^18.0.0",
"@types/webpack-env": "^1.13.6",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"babel-plugin-import": "^1.13.5",
"babel-preset-taro": "3.5.10",
"cross-env": "^7.0.3",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-taro": "3.5.10",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.8.2",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^8.0.2",
"lint-staged": "^13.1.0",
"mini-program-iconfont-cli": "^0.6.1",
"prettier": "^2.8.1",
"react-refresh": "^0.11.0",
"stylelint": "9.3.0",
"taro-iconfont-cli": "^3.3.0",
"taro-inject-component-loader": "^2.1.1",
"typescript": "^4.1.0",
"webpack": "5.69.0"
},
"resolutions": {
"@swc/core": "1.3.6"
}
}