-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathtemplate.json
More file actions
50 lines (50 loc) · 1.28 KB
/
template.json
File metadata and controls
50 lines (50 loc) · 1.28 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
{
"package": {
"dependencies": {
"@reduxjs/toolkit": "^2.11.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"axios": "^1.13.2",
"eslint-plugin-prettier": "^5.5.4",
"moment": "^2.30.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-redux": "^9.2.0",
"react-router": "^7.10.1",
"react-scripts": "5.0.1",
"redux-persist": "^6.0.0",
"sass": "^1.96.0",
"sass-loader": "^16.0.6"
},
"devDependencies": {
"@testing-library/dom": "^10.4.1",
"@types/jest": "^29.5.14",
"@types/node": "^22.19.2",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/react-redux": "^7.1.34",
"typescript": "^5.9.3"
},
"overrides": {
"react-scripts": {
"typescript": "^5"
}
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint --cache .",
"format": "prettier --check ."
},
"browserslist": ["defaults", "not IE 11"],
"homepage": ".",
"postcss": {
"plugins": {
"autoprefixer": {}
}
}
}
}