Skip to content

Commit b45806b

Browse files
Merge pull request #30 from MohamedRizwan399/gh-pages
TRAPWLS-19 Production/Live code is updated
2 parents ba3375a + 876f9b0 commit b45806b

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

package.json

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{
2+
"name": "javascript-crud-with-sampletasks",
3+
"version": "1.1.0",
4+
"homepage": "https://mohamedrizwan399.github.io/CRUDJavaScriptSampleProject",
5+
"private": true,
6+
"dependencies": {
7+
"@reduxjs/toolkit": "^1.9.7",
8+
"@testing-library/jest-dom": "^5.16.5",
9+
"@testing-library/react": "^13.4.0",
10+
"@testing-library/user-event": "^13.5.0",
11+
"axios": "^1.7.7",
12+
"cors": "^2.8.5",
13+
"firebase": "^11.0.1",
14+
"gh-pages": "^6.3.0",
15+
"jest": "^27.5.1",
16+
"jwt-decode": "^3.1.2",
17+
"nodemon": "^3.1.7",
18+
"react": "^18.2.0",
19+
"react-dom": "^18.2.0",
20+
"react-icons-kit": "^2.0.0",
21+
"react-redux": "^8.1.3",
22+
"react-router-dom": "^6.4.1",
23+
"react-scripts": "5.0.1",
24+
"react-spinners": "^0.14.1",
25+
"react-toastify": "^10.0.6",
26+
"react-uuid": "^1.0.3",
27+
"redux": "^4.2.0",
28+
"styled-components": "^5.3.5",
29+
"web-vitals": "^2.1.4"
30+
},
31+
"scripts": {
32+
"start": "react-scripts start",
33+
"build": "react-scripts build",
34+
"test": "react-scripts test",
35+
"eject": "react-scripts eject",
36+
"predeploy": "npm run build",
37+
"deploy": "gh-pages -b production -d build"
38+
},
39+
"eslintConfig": {
40+
"extends": [
41+
"react-app",
42+
"react-app/jest"
43+
]
44+
},
45+
"browserslist": {
46+
"production": [
47+
">0.2%",
48+
"not dead",
49+
"not op_mini all"
50+
],
51+
"development": [
52+
"last 1 chrome version",
53+
"last 1 firefox version",
54+
"last 1 safari version"
55+
]
56+
}
57+
}

0 commit comments

Comments
 (0)