-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 901 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 901 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
{
"name": "home-p5",
"private": true,
"homepage": "https://starry99.github.io/",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"firebase": "^12.7.0",
"lucide-react": "^0.562.0",
"luxon": "^3.4.3",
"p5": "^1.11.11",
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"devDependencies": {
"@types/luxon": "^3.7.1",
"@types/node": "^22.14.0",
"@types/p5": "^1.7.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^5.0.0",
"autoprefixer": "^10.4.20",
"baseline-browser-mapping": "^2.9.18",
"gh-pages": "^6.3.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "~5.8.2",
"vite": "^6.2.0"
}
}