-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.12 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 2.12 KB
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
{
"name": "@minelittlepony/website",
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@10.34.4",
"description": "Source code of official Mine Little pony Minecraft mod website",
"imports": {
"#tailwind.css": "./src/styles/index.css"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"openapi:modrinth": "openapi-typescript https://docs.modrinth.com/openapi.yaml -o src/api/modrinth.gen.d.ts"
},
"dependencies": {
"@ark-ui/react": "^5.37.2",
"@atomous/react": "^0.1.2",
"@fortawesome/fontawesome-free": "^7.3.0",
"astro-seo-metadata": "^0.6.0",
"atomous": "^0.3.0",
"clsx": "^2.1.1",
"file-saver": "^2.0.5",
"openapi-typescript-fetch": "^2.2.1",
"pretty-bytes": "^7.1.0",
"radashi": "^12.9.1",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-dropzone": "^15.0.0",
"swiper": "^12.2.0"
},
"devDependencies": {
"@antfu/eslint-config": "^9.1.0",
"@astrojs/check": "^0.9.9",
"@astrojs/markdown-remark": "^7.2.0",
"@astrojs/mdx": "^5.0.6",
"@astrojs/react": "^5.0.7",
"@astrojs/sitemap": "^3.7.3",
"@eslint-react/eslint-plugin": "^5.10.0",
"@fortawesome/fontawesome-common-types": "^7.3.0",
"@tailwindcss/vite": "^4.3.2",
"@total-typescript/tsconfig": "^1.0.4",
"@types/file-saver": "^2.0.7",
"@types/node": "^25.9.4",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"astro": "^6.4.8",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "^10.6.0",
"eslint-plugin-astro": "^1.7.0",
"eslint-plugin-better-tailwindcss": "^4.6.0",
"eslint-plugin-format": "^2.0.1",
"eslint-plugin-react-refresh": "^0.5.3",
"openapi-typescript": "^7.13.0",
"prettier-plugin-astro": "^0.14.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"rehype-toc": "^3.0.2",
"rehype-wrap": "^1.1.0",
"remark-smartypants": "^3.0.2",
"sharp": "^0.35.0",
"tailwindcss": "^4.3.2",
"typescript": "^6.0.3"
}
}