-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.76 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.76 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",
"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": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"lint:fix": "pnpm lint --fix"
},
"packageManager": "pnpm@11.3.0",
"devDependencies": {
"@next/eslint-plugin-next": "^16.2.10",
"@stylistic/eslint-plugin": "^5.10.0",
"@types/node": "^26.1.0",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"eslint": "^10.6.0",
"eslint-plugin-simple-import-sort": "^13.0.0",
"eslint-plugin-unused-imports": "^4.4.1",
"prettier": "^3.9.4",
"prettier-plugin-organize-imports": "^4.3.0",
"prettier-plugin-tailwindcss": "^0.8.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.62.1"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.3.0",
"@fortawesome/free-brands-svg-icons": "^7.3.0",
"@fortawesome/free-solid-svg-icons": "^7.3.0",
"@fortawesome/react-fontawesome": "^3.3.1",
"@tailwindcss/postcss": "^4.3.2",
"classnames": "^2.5.1",
"gsap": "^3.15.0",
"lucide-react": "^1.23.0",
"next": "^16.2.10",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-hot-toast": "^2.6.0",
"tailwindcss": "^4.3.2"
}
}