-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.48 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.48 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
58
{
"name": "advanced-javascript",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "John Paxton <pax@speedingplanet.com>",
"license": "ISC",
"description": "",
"engines": {
"node": ">=22"
},
"dependencies": {
"@redux-devtools/extension": "^3.3.0",
"@reduxjs/toolkit": "^2.9.0",
"@tanstack/react-query": "^5.90.2",
"react": "^18",
"react-dom": "^18",
"react-redux": "^9.2.0",
"react-router-dom": "^7.9.3",
"redux": "^5.0.1",
"redux-logger": "^3.0.6"
},
"devDependencies": {
"@eslint/js": "^9.36.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vitejs/plugin-react": "^5.0.3",
"eslint": "^9.36.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"global-jsdom": "^27.0.0",
"globals": "^16.4.0",
"http-server": "^14.1.1",
"jsdom": "^27.0.0",
"json-server": "^0.17.4",
"msw": "^2.11.3",
"nodemon": "^3.1.10",
"prettier": "^3.6.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.45.0",
"vite": "^7.1.7",
"vitest": "^3.2.4"
},
"workspaces": [
"javascript-demos",
"react-demos",
"javascript-labs/ajs-app",
"react-labs/react-app"
]
}