-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 943 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
36
37
{
"name": "astro-theme-shokax",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@antfu/eslint-config": "^2.21.2",
"@astrojs/check": "^0.8.2",
"@astrojs/cloudflare": "^11.0.1",
"@astrojs/vue": "^4.5.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.14.9",
"@typescript-eslint/parser": "^7.15.0",
"@vueuse/core": "^10.11.0",
"algoliasearch": "^4.24.0",
"astro": "^4.12.2",
"hexo-i18n": "^2.0.0",
"instantsearch.js": "^4.72.2",
"js-yaml": "^4.1.0",
"mouse-firework": "^0.0.5",
"sharp": "^0.33.4",
"stylus": "^0.63.0",
"theme-shokax-anime": "^0.0.6",
"typescript": "^5.5.3",
"vue": "^3.4.31"
},
"devDependencies": {
"eslint": "^9.6.0",
"eslint-plugin-astro": "^1.2.2"
}
}