-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.28 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
73
74
75
76
77
78
79
{
"name": "pg-astro",
"version": "0.0.1",
"type": "module",
"homepage": "https://pg-astro-css.netlify.app",
"repository": {
"type": "git",
"url": "https://github.com/pinegrow/pg-astro.git"
},
"scripts": {
"dev": "astro dev",
"now": "npm run build && npm run preview",
"lighthouse": "npx unlighthouse --site https://pg-astro-css.netlify.app",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"typecheck": "vue-tsc --noEmit",
"lint": "npm run lint:fix && npm run format",
"lint:fix": "eslint --fix ./",
"format": "prettier --write \"**/*.{html,vue,svelte,astro,js,jsx,cjs,mjs,ts,tsx,cts,mts,css,md,mdx,json}\" !public --ignore-path .gitignore"
},
"dependencies": {
"@astrojs/mdx": "^3.1.9",
"@astrojs/preact": "^3.5.3",
"@astrojs/react": "^3.6.2",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/solid-js": "^4.4.2",
"@astrojs/svelte": "^5.7.3",
"@astrojs/vue": "^4.5.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@unhead/schema": "^1.11.16",
"@unhead/schema-org": "^1.11.16",
"@unhead/ssr": "^1.11.16",
"@unhead/vue": "^1.11.16",
"@vueuse/core": "^12.4.0",
"astro": "^4.16.10",
"defu": "^6.1.4",
"lite-youtube-embed": "^0.3.3",
"ofetch": "^1.4.1",
"pinia": "^2.3.0",
"preact": "^10.25.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.9.4",
"svelte": "^5.17.3",
"vee-validate": "^4.15.0",
"vue": "^3.5.13"
},
"devDependencies": {
"@iconify/json": "^2.2.294",
"@nuxt/eslint-config": "^0.7.5",
"@pinegrow/astro-module": "^3.0.69",
"@types/node": "^22.10.5",
"@unocss/preset-icons": "^65.4.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^9.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"rollup-plugin-visualizer": "^5.14.0",
"typescript": "^5.7",
"unocss": "^65.4.0",
"unplugin-auto-import": "^19.0.0",
"unplugin-vue-components": "^28.0.0",
"vue-tsc": "^2.2"
},
"overrides": {
"@sveltejs/vite-plugin-svelte": "^4.0.4"
},
"pnpm": {
"overrides": {
"@sveltejs/vite-plugin-svelte": "^4.0.4"
}
},
"web-types": "web-types.json"
}