-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.34 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
{
"name": "me.dyn.gay",
"type": "module",
"version": "1.0.0",
"private": true,
"author": "Pauline",
"license": "(LicenseRef-OQL-1.2 OR MIT or Apache-2.0)",
"funding": "https://ko-fi.com/pauliesnug",
"homepage": "https://me.dyn.gay",
"repository": {
"type": "git",
"url": "https://github.com/pulseflow/me.dyn.gay.git",
"directory": "/"
},
"bugs": "https://github.com/pulseflow/me.dyn.gay/issues",
"sideEffects": false,
"engines": {
"node": ">=20",
"pnpm": "9.9.0",
"npm": "pnpm",
"yarn": "pnpm"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"lint": "pnpm eslint --cache .",
"lint:fix": "pnpm lint --fix",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/mdx": "^3.1.5",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@unocss/reset": "^0.62.3",
"astro": "^4.15.4",
"smartypants": "^0.2.2",
"three": "^0.168.0",
"typescript": "^5.5.4",
"unocss": "^0.62.3"
},
"devDependencies": {
"@flowr/eslint-config": "^4.1.0",
"@flowr/utils": "^4.1.0",
"@iconify/json": "^2.2.245",
"@types/node": "^22.5.4",
"@types/three": "^0.168.0",
"@unocss/eslint-plugin": "^0.62.3",
"eslint": "^9.10.0",
"eslint-plugin-astro": "^1.2.3",
"unplugin-icons": "^0.19.3",
"vite-plugin-glsl": "^1.3.0"
}
}