-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1009 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1009 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
40
41
{
"name": "next-saiyan",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.11.1",
"@apollo/server": "^4.10.5",
"@types/body-parser": "^1.19.5",
"@types/express": "^4.17.21",
"@types/mongoose": "^5.11.97",
"apollo-server-express": "^3.13.0",
"apollo-server-micro": "^3.13.0",
"axios": "^1.7.3",
"body-parser": "^1.20.2",
"express": "^4.19.2",
"framer-motion": "^11.2.12",
"gsap": "^3.12.5",
"mongoose": "^8.5.1",
"next": "14.2.4",
"react": "^18",
"react-dom": "^18",
"react-fast-marquee": "^1.6.5",
"react-router-dom": "^6.25.1",
"styled-components": "^6.1.11"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5"
}
}