36821dd7
张志伟
feat: init
|
1
|
{
|
578db391
王强
fix(*): 适配脚手架
|
2
|
"name": "<feewee>fw-h5app-template</feewee>",
|
06cbb4a3
张志伟
🐱 feat(*): init
|
3
|
"version": "1.0.0",
|
36821dd7
张志伟
feat: init
|
4
5
|
"scripts": {
"reset": "npx rimraf ./**/node_modules",
|
5d134410
张志伟
🐱 feat(*): init
|
6
7
|
"dev": "cross-env MODERN_ENV=staging modern dev",
"dev:prod": "cross-env MODERN_ENV=prod modern dev",
|
3edf0d12
张志伟
🚚 chore(*): 更新依赖
|
8
|
"dev:ultra": "cross-env MODERN_ENV=ultra modern dev",
|
5d134410
张志伟
🐱 feat(*): init
|
9
10
|
"build": "cross-env MODERN_ENV=staging modern build",
"build:prod": "cross-env MODERN_ENV=prod modern build",
|
3edf0d12
张志伟
🚚 chore(*): 更新依赖
|
11
|
"build:ultra": "cross-env MODERN_ENV=ultra modern build",
|
36821dd7
张志伟
feat: init
|
12
13
14
15
|
"serve": "modern serve",
"new": "modern new",
"lint": "modern lint",
"prepare": "husky install",
|
5d134410
张志伟
🐱 feat(*): init
|
16
17
18
|
"preinstall": "node ./script/preinstall.js",
"upgrade": "modern upgrade",
"test": "modern test"
|
36821dd7
张志伟
feat: init
|
19
20
|
},
"engines": {
|
5d134410
张志伟
🐱 feat(*): init
|
21
|
"node": ">=18.0.0"
|
36821dd7
张志伟
feat: init
|
22
23
24
25
26
27
|
},
"eslintIgnore": [
"node_modules/",
"dist/"
],
"dependencies": {
|
7619887f
张志伟
🐹 feat(*): 增加缺省页面
|
28
29
30
31
32
33
|
"@ant-design/cssinjs": "^1.22.1",
"@ant-design/icons": "^5.5.2",
"@feewee/h5app-common": "latest",
"@modern-js/runtime": "~2.63.1",
"ahooks": "^3.8.2",
"antd": "^5.22.3",
|
82d19b75
张志伟
🚚 chore(*): 更新依赖
|
34
|
"clsx": "^2.1.1",
|
7619887f
张志伟
🐹 feat(*): 增加缺省页面
|
35
|
"dayjs": "^1.11.13",
|
30de39f3
王强
fix(*): 兼容低版本浏览器
|
36
|
"lodash": "^4.17.21",
|
7619887f
张志伟
🐹 feat(*): 增加缺省页面
|
37
|
"query-string": "^9.1.1",
|
c2857f1e
张志伟
🐹 feat(*): 更新组件
|
38
39
|
"react": "^18.3.1",
"react-dom": "^18.3.1",
|
5d134410
张志伟
🐱 feat(*): init
|
40
|
"use-immer": "^0.9.0"
|
36821dd7
张志伟
feat: init
|
41
42
|
},
"devDependencies": {
|
5d134410
张志伟
🐱 feat(*): init
|
43
|
"@feewee/fabric": "^1.1.8",
|
7619887f
张志伟
🐹 feat(*): 增加缺省页面
|
44
45
46
47
48
49
50
51
52
53
54
55
|
"@modern-js-app/eslint-config": "~2.59.0",
"@modern-js/app-tools": "~2.63.1",
"@modern-js/eslint-config": "~2.59.0",
"@modern-js/plugin-polyfill": "~2.63.1",
"@modern-js/plugin-tailwindcss": "~2.63.1",
"@modern-js/tsconfig": "~2.63.1",
"@rsdoctor/rspack-plugin": "^0.4.11",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.13",
"@types/node": "^18.19.67",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
|
5d134410
张志伟
🐱 feat(*): init
|
56
|
"cross-env": "^7.0.3",
|
7619887f
张志伟
🐹 feat(*): 增加缺省页面
|
57
58
59
60
|
"eslint": "^8.57.1",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"prettier": "^3.4.2",
|
e5c7047e
张志伟
feat(*): 增加打包分析
|
61
|
"rimraf": "^5.0.10",
|
7619887f
张志伟
🐹 feat(*): 增加缺省页面
|
62
63
|
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2"
|
36821dd7
张志伟
feat: init
|
64
65
|
}
}
|