-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 992 Bytes
/
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
{
"name": "astro-latest",
"type": "module",
"version": "0.0.1",
"packageManager": "[email protected]+sha512.b8fef5494bd3fe4cbd4edabd0745df2ee5be3e4b0b8b08fa643aa3e4c6702ccc0f00d68fa8a8c9858a735a0032485a44990ed2810526c875e416f001b17df12b",
"repository": "https://github.com/ckvv/ckvv.github.io",
"scripts": {
"gen": "node ./scripts/gen.js",
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint . --fix"
},
"dependencies": {
"@astrojs/mdx": "^4.0.8",
"@astrojs/react": "^4.2.0",
"@astrojs/rss": "^4.0.11",
"@astrojs/vue": "^5.0.6",
"@tailwindcss/vite": "^4.0.6",
"astro": "^5.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwindcss": "^4.0.6",
"vue": "^3.5.13"
},
"devDependencies": {
"@antfu/eslint-config": "^4.2.1",
"@types/react": "^19.0.9",
"@types/react-dom": "^19.0.3",
"eslint": "^9.20.1",
"eslint-plugin-astro": "^1.3.1"
}
}