-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.31 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 2.31 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "@react-practice-demo/source",
"version": "0.0.0",
"license": "MIT",
"homepage": "https://sarveshhome.github.io/react-practice-demo/",
"scripts": {
"start": "nx serve react-practice-demo",
"start:jwt": "nx serve jwtsecurityreactui",
"start:dev": "nx serve react-practice-demo --configuration=development",
"start:prod": "nx serve react-practice-demo --configuration=production",
"build": "nx build react-practice-demo --configuration=production",
"deploy": "yarn build && gh-pages -d dist/apps/react-practice-demo"
},
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^2.8.1",
"bootstrap": "^5.3.3",
"react": "19.0.0",
"react-bootstrap": "^2.10.9",
"react-dom": "19.0.0",
"react-error-boundary": "^6.0.0",
"react-hook-form": "^7.59.0",
"react-redux": "^9.2.0",
"react-router-dom": "^7.1.5"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@eslint/js": "9.19.0",
"@nx/cypress": "20.4.4",
"@nx/eslint": "20.4.4",
"@nx/eslint-plugin": "20.4.4",
"@nx/jest": "20.4.4",
"@nx/js": "20.4.4",
"@nx/react": "20.4.4",
"@nx/web": "20.4.4",
"@nx/webpack": "20.4.4",
"@nx/workspace": "20.4.4",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@svgr/webpack": "^8.0.1",
"@swc-node/register": "~1.9.1",
"@swc/cli": "~0.3.12",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.1.0",
"@types/jest": "^29.5.12",
"@types/node": "18.16.9",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@types/react-router-dom": "^5.3.3",
"babel-jest": "^29.7.0",
"cypress": "^13.13.0",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-cypress": "^3.5.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "5.0.0",
"gh-pages": "^6.3.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"nx": "20.4.4",
"prettier": "^2.6.2",
"react-refresh": "^0.10.0",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.19.0",
"webpack-cli": "^5.1.4"
}
}