-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.85 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 1.85 KB
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
{
"name": "taro-react-wxmini-template",
"version": "1.0.0",
"private": true,
"description": "taro-react-wxmini-template",
"templateInfo": {
"name": "default",
"typescript": true,
"css": "sass"
},
"scripts": {
"build": "taro build --type weapp",
"dev": "npm run build -- --watch",
"f2elint-scan": "f2elint scan",
"f2elint-fix": "f2elint fix"
},
"author": "",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@nutui/icons-react-taro": "^0.0.4",
"@nutui/nutui-react-taro": "^2.6.11",
"@tarojs/components": "^3.6.2",
"@tarojs/helper": "^3.6.2",
"@tarojs/plugin-framework-react": "^3.6.2",
"@tarojs/plugin-html": "^3.6.2",
"@tarojs/plugin-platform-weapp": "^3.6.2",
"@tarojs/react": "^3.6.2",
"@tarojs/runtime": "^3.6.2",
"@tarojs/shared": "^3.6.2",
"@tarojs/taro": "^3.6.2",
"babel-plugin-import": "^1.13.6",
"china-division": "^2.6.0",
"flyio": "^0.6.14",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.8.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
"@tarojs/cli": "^3.6.2",
"@tarojs/webpack5-runner": "^3.6.2",
"@types/react": "^18.0.28",
"@types/webpack-env": "^1.13.6",
"babel-loader": "^9.1.3",
"babel-preset-taro": "^3.6.2",
"cache-loader": "^4.1.0",
"f2elint": "^2.2.1",
"postcss": "^8.4.18",
"react-refresh": "^0.11.0",
"taro-plugin-compiler-optimization": "^1.0.4",
"terser-webpack-plugin": "^5.3.9",
"thread-loader": "^3.0.4",
"typescript": "^4.1.0",
"webpack": "^5.89.0"
},
"engines": {
"node": ">=14"
},
"yarn": {
"mode": "pnpm"
},
"npm": {
"mode": "pnpm"
},
"cnpm": {
"mode": "pnpm"
},
"husky": {
"hooks": {
"pre-commit": "f2elint commit-file-scan",
"commit-msg": "f2elint commit-msg-scan"
}
}
}