generated from mrsimonemms/sveltekit-content
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 922 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
{
"name": "simonmakesstuff",
"version": "0.0.0",
"description": "Stuff what I have made",
"author": "Simon Emms <[email protected]>",
"private": true,
"license": "Apache-2.0",
"type": "module",
"scripts": {
"astro": "astro",
"build": "astro build",
"dev": "astro dev --host 0.0.0.0",
"format": "prettier --write .",
"lint": "eslint \"**/*.?(c|m){j,t}s\" --fix",
"preview": "astro preview --host 0.0.0.0",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@eslint/js": "^9.17.0",
"astro": "^5.1.1",
"eslint-config-prettier": "^9.1.0",
"globals": "^15.14.0",
"typescript-eslint": "^8.18.2"
},
"devDependencies": {
"eslint": "^9.0.0",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-organize-imports": "^3.2.4",
"source-map-support": "^0.5.21",
"typescript": "^5.5.4"
}
}