-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
37 lines (37 loc) · 943 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
37
{
"name": "wordle-bells",
"private": true,
"version": "0.0.1",
"type": "module",
"license": "No-steal-please",
"scripts": {
"dev": "vite",
"ho-ho": "vite",
"jingle-bells": "tsc && vite build && node src/print.js",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"classnames": "^2.3.2",
"pocketbase": "^0.19.0",
"pocketbase-react": "^0.1.28",
"react": "^18.2.0",
"react-countdown": "^2.3.5",
"react-dom": "^18.2.0",
"react-hook-form": "^7.48.2",
"react-query": "^3.39.3",
"react-router-dom": "^6.4.3",
"react-simple-keyboard": "^3.4.240",
"react-snowfall": "^1.2.1",
"sass": "^1.69.5",
"use-sound": "^4.0.1"
},
"devDependencies": {
"@types/node": "^20.9.1",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@vitejs/plugin-react": "^4.1.1",
"typescript": "^4.9.5",
"vite": "^4.5.0"
}
}