-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 875 Bytes
/
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
{
"name": "hellocet",
"version": "0.1.0",
"private": true,
"dependencies": {
"@radix-ui/themes": "^3.0.1",
"@vercel/speed-insights": "^1.0.11",
"axios": "^1.6.8",
"clsx": "^2.1.1",
"next-themes": "^0.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.3",
"sonner": "^1.4.41",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^9.0.1"
},
"scripts": {
"prestart": "node generateData.js",
"start": "npm run prestart && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"devDependencies": {
"@types/react": "^18.2.50",
"@types/react-dom": "^18.2.18",
"@types/uuid": "^9.0.8",
"tailwindcss": "^3.4.4",
"typescript": "^4.0.0",
"react-scripts": "^5.0.1"
}
}