forked from No123567/InterstellarAstro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 856 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
{
"name": "interstellar",
"type": "module",
"version": "5.2",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint .",
"format": "prettier --write ."
},
"dependencies": {
"@astrojs/check": "^0.5.5",
"@astrojs/node": "^8.2.1",
"@astrojs/react": "^3.0.10",
"@nebula-services/bare-server-node": "2.0.1-patch.1",
"@titaniumnetwork-dev/ultraviolet": "^2.0.0",
"@types/node": "^20.11.20",
"astro": "^4.4.4",
"eslint-plugin-astro": "^0.31.4",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"eslint": "^8.57.0"
}
}