-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 881 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 881 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
{
"name": "pixelforge",
"private": true,
"version": "0.0.0",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/muhammad-fiaz/PixelForge.git"
},
"bugs": {
"url": "https://github.com/muhammad-fiaz/PixelForge/issues"
},
"homepage": "https://github.com/muhammad-fiaz/PixelForge#readme",
"author": "muhammad-fiaz",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
},
"devDependencies": {
"prettier": "3.6.2",
"typescript": "~5.8.3",
"vite": "^7.1.2"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.12",
"fabric": "^6.7.1",
"gsap": "^3.13.0",
"lucide": "^0.542.0",
"tailwindcss": "^4.1.12"
}
}