-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.94 KB
/
package.json
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
{
"homepage": "https://ranjeet2311.github.io/upgraded",
"name": "new-portfolio",
"version": "1.0.2",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@material-ui/core": "^4.12.4",
"@motionone/utils": "^10.18.0",
"@mui/icons-material": "^5.16.4",
"@mui/material": "^5.16.4",
"@react-spring/web": "^9.7.3",
"@reduxjs/toolkit": "^2.2.6",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"animate.css": "^4.1.1",
"bootstrap": "^5.3.3",
"clsx": "^2.1.1",
"framer-motion": "^11.5.6",
"i18next": "^23.12.2",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.5.2",
"leva": "^0.9.35",
"memfs": "^4.9.3",
"moment": "^2.30.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-ga4": "^2.1.0",
"react-helmet": "^6.1.0",
"react-i18next": "^15.0.0",
"react-multi-carousel": "^2.8.5",
"react-redux": "^9.1.2",
"react-router-dom": "^6.25.0",
"react-scripts": "^5.0.1",
"react-use-measure": "^2.1.1",
"tailwind-merge": "^2.5.2",
"typewriter-effect": "^2.21.0",
"web-vitals": "^4.2.1"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"dev": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-transform-private-property-in-object": "^7.24.7",
"gh-pages": "^6.1.1",
"html-webpack-plugin": "^5.6.0",
"sass": "^1.77.8"
}
}