-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.08 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
{
"name": "@hardbulls/gameday",
"version": "1.0.7",
"private": false,
"description": "Generate shareable gameday templates.",
"main": "dist/main.mjs",
"types": "dist/main.d.ts",
"scripts": {
"start": "vite --host --port 3000",
"build:static": "tsc && TARGET=static vite build",
"build": "tsc && vite build",
"cs": "eslint src --ext ts --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hardbulls/gameday.git"
},
"keywords": [
"hard bulls",
"bulls",
"game day",
"baseball"
],
"author": "Arjan Frans",
"license": "MIT",
"bugs": {
"url": "https://github.com/hardbulls/gameday/issues"
},
"files": [
"dist"
],
"homepage": "https://github.com/hardbulls/gameday#readme",
"devDependencies": {
"@types/node": "^20.7.1",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@vitejs/plugin-react-swc": "^3.3.2",
"eslint": "^8.51.0",
"eslint-plugin-prettier": "^5.0.1",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-dts": "^3.6.0"
}
}