This repository has been archived by the owner on Nov 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.63 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
{
"name": "taro-3-demo",
"version": "1.0.0",
"private": true,
"description": "taro3-demo",
"templateInfo": {
"name": "default",
"typescript": true,
"css": "sass"
},
"scripts": {
"dev:weapp": "taro build --type weapp --watch",
"dev:h5": "taro build --type h5 --watch"
},
"browserslist": [
"last 3 versions",
"Android >= 4.1",
"ios >= 8"
],
"author": "",
"dependencies": {
"@tarojs/components": "3.6.21",
"@tarojs/helper": "3.6.21",
"@tarojs/plugin-framework-react": "3.6.21",
"@tarojs/plugin-http": "3.6.21",
"@tarojs/plugin-platform-h5": "3.6.21",
"@tarojs/plugin-platform-weapp": "3.6.21",
"@tarojs/react": "3.6.21",
"@tarojs/runtime": "3.6.21",
"@tarojs/shared": "3.6.21",
"@tarojs/taro": "3.6.21",
"react-dom": "^18.2.0",
"react": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@tarojs/cli": "3.6.21",
"@tarojs/mini-runner": "3.6.21",
"@tarojs/service": "3.6.21",
"@tarojs/taro-h5": "3.6.21",
"@tarojs/webpack5-runner": "3.6.21",
"@types/node": "^16.18.29",
"@types/react": "^18.2.6",
"@types/webpack-env": "^1.18.0",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"babel-preset-taro": "3.6.21",
"eslint": "^8.40.0",
"eslint-config-taro": "3.6.21",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"react-refresh": "^0.14.0",
"ts-node": "^10.9.1",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.3.3",
"webpack": "^5.89.0"
}
}