-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
110 lines (110 loc) · 3.85 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
102
103
104
105
106
107
108
109
110
{
"name": "taro-template",
"version": "1.0.0",
"private": true,
"description": "taro template",
"templateInfo": {
"name": "react-NutUI",
"typescript": true,
"css": "sass"
},
"scripts": {
"build:weapp": "NODE_ENV=production taro build --type weapp",
"build:swan": "NODE_ENV=production taro build --type swan",
"build:alipay": "NODE_ENV=production taro build --type alipay",
"build:tt": "NODE_ENV=production taro build --type tt",
"build:h5": "taro build --type h5",
"build:rn": "NODE_ENV=production taro build --type rn",
"build:qq": "NODE_ENV=production taro build --type qq",
"build:jd": "NODE_ENV=production taro build --type jd",
"build:quickapp": "taro build --type quickapp",
"dev:weapp": "npm run build:weapp -- --watch",
"dev:swan": "npm run build:swan -- --watch",
"dev:alipay": "npm run build:alipay -- --watch",
"dev:tt": "npm run build:tt -- --watch",
"dev:h5": "npm run build:h5 -- --watch",
"dev:rn": "npm run build:rn -- --watch",
"dev:qq": "npm run build:qq -- --watch",
"dev:jd": "npm run build:jd -- --watch",
"dev:quickapp": "npm run build:quickapp -- --watch",
"lint": "eslint --fix 'src/**/*.{js,jsx,ts,tsx}'"
},
"browserslist": [
"last 3 versions",
"Android >= 4.1",
"ios >= 8"
],
"author": "Evan<[email protected]>",
"dependencies": {
"@babel/runtime": "^7.22.15",
"@codler/react-native-keyboard-aware-scroll-view": "^2.0.1",
"@nutui/nutui-react-taro": "^2.0.18",
"@tarojs/components": "3.6.17",
"@tarojs/helper": "3.6.17",
"@tarojs/plugin-framework-react": "3.6.17",
"@tarojs/plugin-html": "3.6.17",
"@tarojs/plugin-platform-alipay": "3.6.17",
"@tarojs/plugin-platform-h5": "3.6.17",
"@tarojs/plugin-platform-jd": "3.6.17",
"@tarojs/plugin-platform-qq": "3.6.17",
"@tarojs/plugin-platform-swan": "3.6.17",
"@tarojs/plugin-platform-tt": "3.6.17",
"@tarojs/plugin-platform-weapp": "3.6.17",
"@tarojs/react": "3.6.17",
"@tarojs/runtime": "3.6.17",
"@tarojs/shared": "3.6.17",
"@tarojs/taro": "3.6.17",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "^0.72.5",
"react-native-safe-area-context": "^4.7.2",
"react-refresh": "^0.14.0",
"zustand": "^4.4.1"
},
"devDependencies": {
"@babel/core": "^7.22.20",
"@babel/preset-env": "^7.1.6",
"@commitlint/config-conventional": "^17.7.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@tarojs/cli": "3.6.17",
"@tarojs/plugin-doctor": "^0.0.11",
"@tarojs/taro-loader": "3.6.17",
"@tarojs/webpack5-runner": "3.6.17",
"@types/node": "^20.6.5",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@types/react-router-dom": "^5.3.3",
"@types/react-syntax-highlighter": "^15.5.7",
"@types/react-test-renderer": "^18.0.2",
"@types/react-transition-group": "^4.4.6",
"@types/sass": "1.43.1",
"@types/webpack-env": "^1.18.1",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"babel-plugin-import": "^1.13.8",
"babel-preset-taro": "3.6.17",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-taro": "3.6.17",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.30",
"postcss-loader": "^7.3.3",
"prerender-spa-plugin": "^3.4.0",
"prettier": "^3.0.3",
"sass": "^1.68.0",
"simple-zustand-devtools": "^1.1.0",
"style-loader": "3.3.3",
"stylelint": "^15.10.3",
"taro-plugin-tailwind": "^1.3.4",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack-bundle-analyzer": "^4.9.1"
}
}