-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 776 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 776 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
{
"name": "catzz",
"version": "1.0.14",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"postbuild": "node scripts/generate_sitemap.js",
"test": "echo \"Error: no test specified\" && exit 1",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sorrow233/catzz.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/sorrow233/catzz/issues"
},
"homepage": "https://github.com/sorrow233/catzz#readme",
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"autoprefixer": "^10.4.23",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"vite": "^7.3.0"
}
}