-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.6 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.6 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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "equibite",
"private": true,
"version": "1.0.0",
"description": "The cutest website repository",
"type": "module",
"homepage": "https://github.com/Equicord/Equibite#readme",
"bugs": {
"url": "https://github.com/Equicord/Equibite/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Equicord/Equibite.git"
},
"license": "GPL-3.0-only",
"author": "Alex Naibuu <me@naibuu.dev>",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"format": "prettier --write .",
"lint": "prettier --check .",
"start": "vite preview --host"
},
"devDependencies": {
"prettier": "^3.7.3",
"prettier-plugin-organize-imports": "^4.3.0",
"prettier-plugin-tailwindcss": "^0.6.14",
"typescript": "^5.9.3"
},
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^7.1.0",
"@fortawesome/free-solid-svg-icons": "^7.1.0",
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.15.4",
"@tailwindcss/vite": "^4.1.17",
"classnames": "^2.5.1",
"gsap": "^3.13.0",
"lucide-solid": "^0.539.0",
"solid-fa": "^0.2.0",
"solid-js": "^1.9.10",
"solid-toast": "^0.5.0",
"tailwindcss": "^4.1.17",
"vite": "^7.2.4",
"vite-plugin-solid": "^2.11.10",
"vite-tsconfig-paths": "^5.1.4"
},
"packageManager": "pnpm@10.33.0",
"workspaces": [
"**"
],
"patchedDependencies": {
"lucide-solid@0.539.0": "patches/lucide-solid.patch"
}
}