-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 908 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
33
34
35
{
"name": "killitar-homepage",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vue": "^4.1.0",
"astro": "^4.7.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vue": "^3.4.26"
},
"devDependencies": {
"@antfu/eslint-config": "^2.16.1",
"@eslint/js": "^9.1.1",
"astro-eslint-parser": "^0.17.0",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^0.34.0",
"eslint-plugin-format": "^0.1.1",
"eslint-plugin-vue": "^9.25.0",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.14",
"tw-colors": "^3.3.1",
"typescript-eslint": "^7.8.0"
}
}