-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.65 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "sergiojfalcon-website",
"version": "0.0.0",
"description": "Personal website of Sergio J. Falcon to showcase portfolio using SolidJS",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite --host",
"build": "vite build",
"serve": "vite preview"
},
"license": "MIT",
"devDependencies": {
"@kobalte/core": "^0.12.6",
"@react-three/fiber": "^8.16.1",
"@solid-primitives/refs": "^1.0.8",
"@solidjs/router": "^0.13.1",
"@tailwindcss/typography": "^0.5.11",
"@types/node": "^20.12.2",
"@types/three": "^0.163.0",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@vanilla-extract/css": "^1.14.2",
"@vanilla-extract/vite-plugin": "^4.0.7",
"autoprefixer": "^10.4.19",
"chart.js": "^4.4.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"embla-carousel-solid": "^8.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-autofix": "^1.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-solid": "^0.13.2",
"lucide-solid": "^0.363.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"solid-devtools": "^0.29.2",
"solid-drei": "^0.0.3",
"solid-leva": "^0.0.2",
"tailwind-merge": "^2.2.2",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"three-stdlib": "^2.29.6",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite-plugin-inspect": "^0.8.3",
"vite-plugin-solid": "^2.8.2"
},
"dependencies": {
"solid-js": "^1.8.11",
"solid-three": "^0.2.0",
"three": "^0.163.0"
}
}