-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 975 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 975 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
36
37
38
{
"name": "ready-for-dev-mode",
"private": false,
"version": "1.0.0",
"description": "A pointer-reactive design handoff game by Kevin (Khoa) To.",
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"preview": "vite preview"
},
"dependencies": {
"canvas-confetti": "1.9.4",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@tailwindcss/vite": "4.1.12",
"@types/canvas-confetti": "1.9.0",
"@types/node": "22.18.6",
"@types/react": "18.3.24",
"@types/react-dom": "18.3.7",
"@vitejs/plugin-react": "4.7.0",
"tailwindcss": "4.1.12",
"typescript": "5.9.2",
"vite": "6.3.5"
},
"engines": {
"node": ">=20"
},
"license": "MIT",
"author": "Kevin (Khoa) To",
"homepage": "https://www.figma.com/community/file/1575708881968386040/ready-for-dev-mode",
"repository": {
"type": "git",
"url": "https://github.com/kevtoe/ready-for-dev-mode.git"
}
}