-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1017 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1017 Bytes
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
{
"name": "gridplay",
"version": "1.0.0",
"description": "GridPlay Web Application",
"main": "index.js",
"scripts": {
"start": "next start",
"dev": "next dev",
"build": "next build",
"lint": "eslint ."
},
"dependencies": {
"@chakra-ui/react": "^3.7.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@prisma/client": "^6.3.1",
"@supabase/supabase-js": "^1.0.0",
"axios": "^1.7.9",
"express": "^4.17.1",
"framer-motion": "^12.4.1",
"paypal-rest-sdk": "^1.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"recoil": "^0.7.0",
"stripe": "^8.137.0",
"typescript": "^4.3.5"
},
"devDependencies": {
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.9",
"@types/tailwindcss": "^3.0.11",
"autoprefixer": "^10.0.0",
"eslint": "^8.0.0",
"eslint-config-next": "^12.0.0",
"nodemon": "^2.0.7",
"postcss": "^8.0.0",
"tailwindcss": "^3.0.0"
}
}