-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.01 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
{
"name": "punkweb-react",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"format": "prettier --write 'src/**/*.{ts,js,html,tsx,jsx,json,scss,css,md}'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-tooltip": "^1.0.7",
"axios": "^1.6.8",
"clsx": "^2.1.0",
"date-fns": "^3.6.0",
"punkweb-ui": "^0.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.1",
"react-router": "^6.22.3",
"react-router-dom": "^6.22.3"
},
"devDependencies": {
"@types/node": "^20.11.29",
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"prettier": "^3.2.5",
"sass": "^1.72.0",
"typescript": "^5.4.2",
"vite": "^5.1.6"
}
}