-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.39 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": "games",
"type": "module",
"version": "8.0.0",
"description": "A collection of score sheets for tabletop games",
"author": {
"name": "Connor Bär, connor-baer",
"email": "[email protected]"
},
"homepage": "https://github.com/connor-baer/games",
"private": true,
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/connor-baer/games.git"
},
"keywords": [
"connor",
"baer",
"developer",
"website"
],
"bugs": {
"url": "https://github.com/connor-baer/games/issues"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"check": "astro check",
"sync": "astro sync",
"prebuild": "npm run check",
"build": "astro build --remote",
"preview": "astro preview",
"prelint": "npm run sync",
"lint": "foundry run eslint . --ext .js,.jsx,.json,.ts,.tsx",
"lint:fix": "npm run lint -- --fix"
},
"dependencies": {
"@astrojs/check": "^0.9.1",
"@astrojs/db": "^0.12.0",
"@astrojs/mdx": "^3.1.3",
"@astrojs/svelte": "^5.7.0",
"@astrojs/vercel": "^7.7.2",
"astro": "^4.16.6",
"browserslist": "^4.23.3",
"ky": "^1.5.0",
"lightningcss": "^1.25.1",
"svelte": "^4.2.19",
"svelte-persisted-store": "^0.11.0",
"typescript": "^5.5.4"
},
"devDependencies": {
"@sumup-oss/foundry": "^8.1.1",
"prettier-plugin-astro": "^0.14.1"
}
}