-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
62 lines (62 loc) · 2 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
{
"$schema": "https://json.schemastore.org/package.json",
"name": "ekiden",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "pnpm '/^.*:check/'",
"fix": "pnpm '/^.*:fix/'",
"astro": "astro",
"astro:check": "astro check",
"lint:check": "eslint --cache src",
"lint:fix": "eslint --cache --fix src",
"test": "vitest",
"prettier:check": "prettier --cache --check --plugin-search-dir=. src",
"prettier:fix": "prettier --cache --write --plugin-search-dir=. src",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/rss": "^4.0.11",
"@astrojs/svelte": "^7.0.4",
"@fontsource/kaushan-script": "^5.1.1",
"@fontsource/yuji-syuku": "^5.1.1",
"@unocss/reset": "^65.4.3",
"astro": "^5.2.5",
"chart.js": "^4.4.7",
"dayjs": "^1.11.13",
"sharp": "^0.33.5",
"svelte": "^5.19.9"
},
"devDependencies": {
"@astrojs/ts-plugin": "^1.10.4",
"@eslint/js": "^9.20.0",
"@iconify-json/radix-icons": "^1.2.2",
"@iconify-json/tabler": "^1.2.16",
"@std/collections": "npm:@jsr/std__collections@^1.0.6",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.13.1",
"@typescript-eslint/utils": "^8.23.0",
"@unocss/eslint-config": "^65.4.3",
"@unocss/preset-web-fonts": "^65.4.3",
"@unocss/reset": "^65.4.3",
"astro-eslint-parser": "^1.2.1",
"eslint": "^9.20.0",
"eslint-plugin-astro": "^1.3.1",
"prettier": "^3.5.0",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-svelte": "^3.3.3",
"type-fest": "^4.34.1",
"typescript": "^5.7.3",
"typescript-eslint": "^8.23.0",
"ufo": "^1.5.4",
"unocss": "^65.4.3",
"vitest": "^3.0.5"
},
"private": true,
"packageManager": "[email protected]+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}