-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.41 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
{
"name": "web3 app",
"version": "0.0.0",
"scripts": {
"dev": "concurrently \"node server/index.js\" \"vite\"",
"build": "vite build",
"serve": "concurrently \"node server/index.js\" \"vite preview\""
},
"engines": {
"node": "^16"
},
"dependencies": {
"@sendgrid/mail": "^8.1.3",
"@tailwindcss/forms": "^0.4.0",
"axios": "^1.7.2",
"bcryptjs": "^2.4.3",
"cloudinary": "^2.3.1",
"concurrently": "^8.2.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"eth-revert-reason": "^1.0.3",
"ethers": "^5.5.1",
"express": "^4.19.2",
"express-fileupload": "^1.5.1",
"framer-motion": "^5.6.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.5.1",
"paytmchecksum": "^1.5.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-icons": "^4.3.1",
"react-intersection-observer": "^8.33.1",
"react-router": "^6.2.1",
"react-router-dom": "^6.2.1",
"request": "^2.88.2",
"sqlite3": "^5.1.7",
"validator": "^13.12.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^1.0.0",
"autoprefixer": "^10.4.2",
"eslint": "^8.4.1",
"eslint-config-airbnb": "^19.0.2",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.15",
"vite": "^2.6.4"
}
}