-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
56 lines (56 loc) · 1.62 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
{
"name": "@halo-dev/halo-theme-anatole",
"version": "2.0.0",
"description": "Anatole theme of Halo",
"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'"
},
"homepage": "https://github.com/halo-dev/halo-theme-anatole#readme",
"bugs": {
"url": "https://github.com/halo-dev/halo-theme-anatole/issues"
},
"author": {
"name": "Halo OSS Organization",
"url": "https://github.com/halo-dev",
"email": "[email protected]"
},
"maintainers": [
{
"name": "Ryan Wang",
"url": "https://github.com/ruibaby",
"email": "[email protected]"
}
],
"license": "GPL-3.0",
"repository": {
"url": "https://github.com/halo-dev/halo-theme-anatole",
"type": "git"
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.47",
"@iconify-json/tabler": "^1.1.47",
"@tailwindcss/typography": "^0.5.8",
"@types/alpinejs": "^3.7.1",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"postcss": "^8.4.19",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"sass": "^1.58.0",
"tailwindcss": "^3.2.4",
"tailwindcss-plugin-icons": "^2.0.7",
"typescript": "^4.9.3",
"vite": "^3.2.4"
},
"dependencies": {
"alpinejs": "^3.10.5"
}
}