-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 855 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 855 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
{
"name": "nova-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"autoprefixer": "^10.4.21",
"framer-motion": "^12.23.12",
"lucide-react": "^0.539.0",
"next": "15.4.6",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-spinners": "^0.17.0",
"socket.io-client": "^4.8.1",
"sonner": "^2.0.7",
"source-map-js": "^1.2.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.11",
"@types/node": "^24.2.1",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"@types/socket.io-client": "^3.0.0",
"eslint": "^9.33.0",
"eslint-config-next": "15.4.6",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.11",
"typescript": "^5.9.2"
}
}