-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
51 lines (51 loc) ยท 1.38 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
{
"name": "klas-helper",
"private": true,
"workspaces": [
"packages/**/*"
],
"scripts": {
"build": "cross-env NODE_ENV=production webpack --progress",
"dev": "cross-env NODE_ENV=development webpack --progress --watch",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@klas-helper/data": "*",
"antd": "5.9.0",
"jquery": "3.7.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.46.1"
},
"devDependencies": {
"@babel/core": "7.22.9",
"@babel/preset-env": "7.22.9",
"@types/chrome": "0.0.242",
"@types/jquery": "3.5.16",
"@types/node": "20.4.5",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "6.2.1",
"@typescript-eslint/parser": "6.2.1",
"babel-loader": "9.1.3",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "11.0.0",
"cross-env": "7.0.3",
"css-loader": "6.8.1",
"eslint": "8.46.0",
"eslint-config-retn0": "1.12.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-simple-import-sort": "10.0.0",
"mini-css-extract-plugin": "2.7.6",
"sass": "1.66.1",
"sass-loader": "13.3.2",
"style-loader": "3.3.3",
"ts-loader": "9.4.4",
"ts-node": "10.9.1",
"typescript": "5.1.6",
"webpack": "5.88.2",
"webpack-cli": "5.1.4"
}
}