-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.19 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.19 KB
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
39
40
41
42
{
"name": "rushii-website",
"version": "0.0.0",
"description": "Personal website for rushii",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"serve": "vite preview --host"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.14",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"postcss-load-config": "^6.0.1",
"solid-devtools": "^0.34.4",
"tailwindcss": "^4.1.14",
"typescript": "^5.9.3",
"vite": "^7.1.10",
"vite-plugin-compile-time": "^0.4.6",
"vite-plugin-html": "^3.2.2",
"vite-plugin-solid": "^2.11.9"
},
"dependencies": {
"@corvu/tooltip": "^0.2.2",
"@octokit/types": "^15.0.0",
"@solid-primitives/resource": "^0.4.2",
"overlayscrollbars": "^2.12.0",
"solid-icons": "^1.1.0",
"solid-js": "^1.9.9"
},
"packageManager": "pnpm@10.18.3+sha512.bbd16e6d7286fd7e01f6b3c0b3c932cda2965c06a908328f74663f10a9aea51f1129eea615134bf992831b009eabe167ecb7008b597f40ff9bc75946aadfb08d",
"pnpm": {
"onlyBuiltDependencies": [
"@tailwindcss/oxide",
"esbuild"
],
"patchedDependencies": {
"vite-plugin-compile-time": "patches/vite-plugin-compile-time.patch"
}
}
}