-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.56 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.56 KB
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
{
"name": "tz",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"tscheck": "tsc",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"build": "webpack",
"start": "webpack serve --open"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "7.19.0",
"@babel/eslint-parser": "7.19.1",
"@babel/preset-env": "7.19.0",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/css-modules": "^1.0.5",
"@types/react": "18.3.3",
"@types/react-dom": "18.0.6",
"@types/react-lazy-load-image-component": "^1.6.4",
"@typescript-eslint/eslint-plugin": "5.38.1",
"@typescript-eslint/parser": "5.38.1",
"babel-loader": "8.2.5",
"css-loader": "6.7.1",
"eslint": "8.24.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-react": "7.31.8",
"eslint-plugin-react-hooks": "4.6.0",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.5.0",
"prettier": "2.7.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.77.4",
"sass-loader": "^13.3.3",
"style-loader": "3.3.1",
"typescript": "4.8.3",
"webpack": "^5.74.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.11.0"
},
"dependencies": {
"@ant-design/icons": "^5.3.7",
"@reduxjs/toolkit": "^2.2.5",
"antd": "^5.18.0",
"axios": "^1.7.2",
"react-lazy-load-image-component": "^1.6.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.1"
}
}