-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.17 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
70
71
72
{
"name": "kurowo",
"version": "9.0.0",
"type": "module",
"license": "UNLICENSED",
"private": "true",
"repository": {
"url": "https://github.com/kuroji-fusky/kurojifusky.com"
},
"scripts": {
"astro": "astro",
"dev": "astro dev",
"start": "astro dev",
"prepare": "astro sync",
"build": "astro check && astro build",
"preview": "astro preview",
"clean:build": "rimraf -v -- .vercel/ .astro/",
"lint": "prettier --check . && eslint \"./**/*.{js,mjs,cjs,astro,svelte}\"",
"lint:fix": "prettier --write . && eslint --quiet --fix \"./**/*.{js,mjs,cjs,astro,svelte}\""
},
"workspaces": [
"packages/fusky-labs-eslint/**"
],
"dependencies": {
"@astrojs/check": "0.9.3",
"@astrojs/lit": "^4.3.0",
"@astrojs/markdoc": "^0.11.4",
"@astrojs/mdx": "3.1.7",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "3.1.6",
"@astrojs/svelte": "5.7.1",
"@astrojs/tailwind": "5.1.1",
"@astrojs/vercel": "7.8.1",
"@contentful/rich-text-html-renderer": "^16.5.2",
"@fontsource/inter": "^5.0.18",
"@fontsource/jetbrains-mono": "^5.0.20",
"@fontsource/unbounded": "^5.0.20",
"@iconify-json/fa-brands": "^1.1.8",
"@iconify-json/lucide": "^1.1.200",
"@tailwindcss/typography": "^0.5.13",
"@webcomponents/template-shadowroot": "^0.2.1",
"astro": "4.15.9",
"astro-icon": "^1.1.0",
"astro-seo-schema": "^4.0.2",
"autoprefixer": "^10.4.19",
"contentful": "^10.11.7",
"googleapis": "^137.1.0",
"lit": "^3.1.4",
"schema-dts": "^1.1.2",
"sharp": "^0.33.4",
"svelte": "^4.2.18",
"tailwindcss": "^3.4.3",
"typescript": "^5.5.3",
"unplugin-icons": "^0.19.0"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"clsx": "^2.1.1",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^1.2.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-svelte": "^2.43.0",
"lodash-es": "^4.17.21",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.2",
"prettier-plugin-svelte": "^3.2.6",
"rimraf": "^6.0.1",
"tailwind-merge": "^2.5.2"
}
}