-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
160 lines (160 loc) · 5.37 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{
"name": "startpage-web",
"version": "1.0.0",
"description": "",
"repository": {
"type": "git",
"url": "[email protected]:huangcheng/startpage-web.git"
},
"main": "src/index.tsx",
"scripts": {
"test": "cross-env BABEL_ENV=test jest --passWithNoTests",
"start": "cross-env NODE_ENV=development webpack serve --env development --color --config ./webpack/index.js",
"build": "webpack --env production --color --config ./webpack/index.js",
"prepare": "husky install",
"eslint": "eslint --fix --ext .ts --ext .tsx src/",
"stylelint": "stylelint --fix src/**/*.css",
"check-spell": "cspell src/**/*.{css,ejs,js,jsx,ts,tsx}",
"prettier": "prettier --write **/*.{js,ts,tsx}",
"playwright": "playwright test",
"update": "ncu -u && pnpm i -f"
},
"author": "Cheng Huang",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.24.5",
"@babel/core": "^7.24.5",
"@babel/eslint-parser": "^7.24.5",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@babel/plugin-proposal-export-default-from": "^7.24.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-modules-commonjs": "^7.24.1",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.5",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@babel/runtime-corejs3": "^7.24.5",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.3",
"@emotion/babel-plugin": "^11.11.0",
"@emotion/eslint-plugin": "^11.11.0",
"@emotion/jest": "^11.11.0",
"@hookform/devtools": "^4.3.1",
"@hot-loader/react-dom": "^17.0.2",
"@playwright/test": "^1.43.1",
"@redux-devtools/extension": "^3.3.0",
"@swc/core": "^1.4.17",
"@swc/wasm": "^1.5.2",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^14.3.1",
"@types/jest": "^29.5.12",
"@types/js-cookie": "^3.0.6",
"@types/lodash-es": "^4.17.12",
"@types/multer": "^1.4.11",
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/react-redux": "^7.1.33",
"@types/react-router-dom": "^5.3.3",
"@types/webpack-env": "^1.18.4",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/typescript-estree": "^6.21.0",
"autoprefixer": "^10.4.19",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"bufferutil": "^4.0.8",
"clean-webpack-plugin": "^4.0.0",
"commitizen": "^4.3.0",
"copy-webpack-plugin": "^12.0.2",
"cross-env": "^7.0.3",
"cspell": "^8.8.0",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-testing-library": "^6.2.2",
"eslint-plugin-tsdoc": "^0.2.17",
"eslint-plugin-typescript-sort-keys": "^3.2.0",
"eslint-plugin-unicorn": "^51.0.1",
"express": "^4.19.2",
"html-webpack-plugin": "^5.6.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.2",
"msw": "^2.2.14",
"node-notifier": "^10.0.1",
"npm-check-updates": "^16.14.20",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"react-hot-loader": "^4.13.1",
"schema-utils": "^4.2.0",
"stylelint": "^16.5.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^4.1.0",
"stylelint-webpack-plugin": "^5.0.0",
"swc-loader": "^0.2.6",
"terser-webpack-plugin": "^5.3.10",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typedoc": "^0.25.13",
"typescript": "^5.4.5",
"utf-8-validate": "^6.0.3",
"webpack": "^5.91.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-merge": "^5.10.0",
"webpack-mock-server": "^1.0.21",
"webpackbar": "^6.0.1"
},
"dependencies": {
"@ant-design/icons": "^5.3.7",
"@babel/plugin-transform-class-properties": "^7.24.1",
"@babel/plugin-transform-object-rest-spread": "^7.24.5",
"@babel/plugin-transform-optional-chaining": "^7.24.5",
"@babel/runtime": "^7.24.5",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@reduxjs/toolkit": "^2.2.3",
"antd": "^5.17.0",
"axios": "^1.6.8",
"core-js": "^3.37.0",
"framer-motion": "^11.1.7",
"i18next": "^23.11.3",
"js-cookie": "^3.0.5",
"lodash-es": "^4.17.21",
"rc-tree-select": "^5.20.0",
"react": "^18.3.1",
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.4",
"react-i18next": "^14.1.1",
"react-query": "^3.39.3",
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.0",
"react-use": "^17.5.0",
"redux": "^5.0.1",
"redux-saga": "^1.3.0",
"rxjs": "^7.8.1"
},
"engines": {
"node": ">=16.0.0",
"npm": ">= 8.0.0"
}
}