-
Notifications
You must be signed in to change notification settings - Fork 112
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 831 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 831 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": "halo-theme-xue",
"version": "1.0.0",
"description": "大道至简",
"scripts": {
"dev": "vite build --watch",
"build": "vite build",
"prettier": "prettier --write './templates/**/*.html'"
},
"repository": {
"type": "git",
"url": "https://github.com/xzhuz/halo-theme-xue.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/xzhuz/halo-theme-xue/issues"
},
"homepage": "https://github.com/xzhuz/halo-theme-xue#readme",
"devDependencies": {
"@tailwindcss/line-clamp": "^0.4.2",
"@types/node": "^16.18.3",
"autoprefixer": "^10.4.13",
"less": "^4.1.3",
"postcss": "^8.4.19",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.2.4",
"typescript": "^4.8.4",
"vite": "^3.2.3"
}
}