forked from halo-dev/theme-earth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.91 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "@halo-dev/theme-earth",
"private": true,
"version": "1.2.1",
"description": "Default theme for Halo 2.0",
"scripts": {
"dev": "vite build --watch",
"build": "tsc && vite build",
"lint": "eslint ./src --ext .js,.cjs,.mjs,.ts,.cts,.mts --ignore-path .gitignore",
"prettier": "prettier --write './src/**/*.{js,ts,css,json,ml,yaml,html}' './templates/**/*.html'",
"release": "release-it"
},
"keywords": [
"halo",
"halo-theme",
"halo-template"
],
"homepage": "https://github.com/halo-dev/theme-earth#readme",
"bugs": {
"url": "https://github.com/halo-dev/theme-earth/issues"
},
"author": {
"name": "Halo OSS Organization",
"url": "https://github.com/halo-dev",
"email": "hi@halo.run"
},
"maintainers": [
{
"name": "Ryan Wang",
"url": "https://github.com/ruibaby",
"email": "i@ryanc.cc"
}
],
"license": "GPL-3.0",
"repository": {
"url": "https://github.com/halo-dev/theme-earth",
"type": "git"
},
"devDependencies": {
"@iconify-json/bx": "^1.1.10",
"@iconify-json/gg": "^1.1.9",
"@iconify-json/simple-icons": "^1.1.105",
"@iconify-json/tabler": "^1.1.113",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.13",
"@types/alpinejs": "^3.13.10",
"@types/node": "18.11.9",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"postcss": "^8.4.38",
"prettier": "^3.3.1",
"prettier-plugin-tailwindcss": "^0.6.2",
"release-it": "^15.11.0",
"sass": "^1.77.4",
"tailwindcss": "^3.4.4",
"tailwindcss-plugin-icons": "^2.2.2",
"typescript": "^5.4.5",
"vite": "^5.2.13"
},
"dependencies": {
"alpinejs": "^3.14.0",
"pupa": "^3.1.0",
"tocbot": "^4.28.2"
}
}