-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.57 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
{
"name": "esboot-react-sp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "esboot dev",
"build": "esboot build",
"esboot": "esboot",
"postinstall": "esboot postinstall"
},
"author": "Roc",
"license": "ISC",
"dependencies": {
"@dz-web/axios": "0.0.6",
"@dz-web/axios-middlewares": "1.0.3",
"@loadable/component": "5.16.4",
"@tanstack/react-query": "5.49.2",
"ahooks": "3.8.0",
"antd": "5.19.0",
"axios": "1.7.2",
"classnames": "2.5.1",
"lodash-es": "4.17.21",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-intl": "6.6.8",
"react-router-dom": "6.24.1",
"zustand": "4.5.4"
},
"devDependencies": {
"@dz-web/esboot": "2.14.11",
"@dz-web/esboot-plugin-tailwindcss": "0.2.0",
"@dz-web/esboot-plugin-vitest": "1.1.7",
"@types/dz-web": "1.0.2",
"@types/node": "20.14.9",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"eslint": "8.50.0",
"stylelint": "15.10.3"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint",
"*.{scss,css}": "stylelint"
},
"eslintConfig": {
"extends": [
"./node_modules/.cache/esboot/eslint"
]
},
"stylelint": {
"extends": [
"@dz-web/esboot/config/stylelint"
]
},
"commitlint": {
"extends": [
"./node_modules/@dz-web/esboot/config/commitlint/index.js"
]
},
"prettier": "./node_modules/.cache/esboot/prettier/index.json",
"browserslist": {
"development": [
"last 1 chrome version"
],
"production": [
"Chrome >= 67"
]
}
}