-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 934 Bytes
/
package.json
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": "tistory-blog-skin-kit",
"description": "Tistory 스킨 제작을 위한 bun.sh + vite 기반 템플릿입니다.",
"homepage": "https://github.com/Sotaneum/tistory-blog-skin-kit",
"readme": "https://github.com/Sotaneum/tistory-blog-skin-kit/blob/main/README.md",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "bunx --bun vite",
"build": "rm -rf ./dist && tsc && vite build && bun run xml",
"xml": "bun build/create-xml.ts",
"preview": "vite preview"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"bun-types": "^1.0.4",
"eslint": "^8.50.0",
"typescript": "^5.2.2",
"vite": "^4.4.5"
},
"author": "Sotaneum <gnyontu39@gmail.com>",
"license": "GNU",
"xml": {
"information": {},
"contest": {},
"author": {},
"default": {}
},
"module": "index.ts"
}