-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 937 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
35
36
{
"name": "sharkedule",
"private": true,
"version": "0.0.0",
"type": "module",
"packageManager": "bun",
"scripts": {
"dev": "vite & go run sharkedule.go && fg",
"build": "tsc && vite build && go build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@hello-pangea/dnd": "^16.6.0",
"@tabler/icons-react": "^2.47.0",
"@tiptap/extension-link": "^2.4.0",
"@tiptap/react": "^2.4.0",
"@tiptap/starter-kit": "^2.4.0",
"axios": "^1.7.2",
"dayjs": "^1.11.11",
"npm": "^10.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.24.0",
"react-textarea-autosize": "^8.5.3",
"react-toastify": "^9.1.3"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"sass": "^1.77.6",
"typescript": "^5.5.2",
"vite": "^4.5.3"
}
}