forked from hamidKMB/art-gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.83 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.83 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
{
"name": "react-sneakers-app",
"version": "1.1.6",
"private": true,
"dependencies": {
"@primno/dpapi": "^1.1.2",
"@sendgrid/mail": "^8.1.3",
"axios": "^1.4.0",
"bcryptjs": "^2.4.3",
"browserify-fs": "^1.0.0",
"cloudinary": "^2.2.0",
"concurrently": "^8.2.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dayjs": "^1.11.7",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-fileupload": "^1.5.0",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^3.1.2",
"jwt-encode": "^1.0.1",
"log": "^6.0.0",
"log-node": "^8.0.3",
"miragejs": "^0.1.47",
"mockman-js": "^1.1.5",
"mongoose": "^8.4.1",
"paytmchecksum": "^1.5.1",
"razorpay": "^2.8.6",
"react": "^18.2.0",
"react-confetti": "^6.1.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.8.0",
"react-parallax-tilt": "^1.7.139",
"react-player": "^2.12.0",
"react-router-dom": "^6.11.1",
"react-scripts": "5.0.1",
"react-spinners": "^0.13.8",
"request": "^2.88.2",
"sqlite3": "^5.1.7",
"uuid": "^8.3.2",
"validator": "^13.12.0",
"resolver-options": "^1.0.4"
},
"scripts": {
"dev": "concurrently \"node server/index.js\" \"react-scripts start\"",
"start": "concurrently \"node server/index.js\" \"react-scripts start\"",
"build": "concurrently \"node server/index.js\" \"react-scripts build\"",
"test": "concurrently \"node server/index.js\" \"react-scripts test\"",
"eject": "concurrently \"node server/index.js\" \"react-scripts eject\""
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}