-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 721 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 721 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
{
"name": "anjakdev.github.io",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "bun index.html --watch",
"build": "bun run scripts/build.ts",
"preview": "bunx serve dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anjakDev/anjakdev.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/anjakDev/anjakdev.github.io/issues"
},
"homepage": "https://github.com/anjakDev/anjakdev.github.io#readme",
"devDependencies": {
"@tailwindcss/cli": "^4.1.18",
"bun-plugin-tailwind": "latest",
"tailwindcss": "^4",
"typescript": "^5.9.3"
}
}