-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 975 Bytes
/
package.json
File metadata and controls
35 lines (35 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
{
"name": "pcstyle.dev-portfolio",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && npx vite-node scripts/prerender.tsx",
"preview": "vite preview",
"projects": "bun run projects-cli/src/index.ts",
"github:env": "bun run scripts/github-env-from-gh.ts",
"github:env:export": "bun run scripts/github-env-from-gh.ts -- --export"
},
"dependencies": {
"framer-motion": "^12.23.26",
"hono": "^4.11.3",
"lucide-react": "^0.561.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-helmet-async": "^2.0.5",
"react-router-dom": "^7.11.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.2.2",
"@types/node": "^22.14.0",
"@vitejs/plugin-react": "^5.0.0",
"tailwindcss": "^4.2.2",
"typescript": "~5.8.2",
"vite": "^6.2.0",
"vite-node": "^6.0.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.53.5"
}
}