-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.45 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
{
"name": "gruham",
"version": "1.0.0",
"description": ".............# **Gruham**",
"main": "index.js",
"homepage": ".",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Souvik Samanta",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.1.2",
"@stripe/react-stripe-js": "^2.8.0",
"@stripe/stripe-js": "^4.6.0",
"@svgr/plugin-svgo": "^8.1.0",
"@svgr/webpack": "^8.1.0",
"axios": "^1.7.7",
"axios-retry": "^4.5.0",
"css-select": "^5.1.0",
"firebase": "^10.14.0",
"google-auth-library": "^9.14.2",
"gruham": "file:",
"moment": "^2.30.1",
"normalize.css": "^8.0.1",
"nth-check": "^2.0.1",
"postcss": "^8.4.31",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.2",
"react-scripts": "^5.0.1",
"redux": "^5.0.1",
"resolve-url-loader": "^5.0.0",
"rollup": "^3.29.5",
"serialize-javascript": "^6.0.2",
"serverless-http": "^3.2.0"
},
"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-proposal-private-property-in-object": "^7.21.11"
}
}