-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.27 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": "fvtt-starter-project",
"type": "module",
"packageManager": "yarn@4.6.0",
"scripts": {
"build": "vite build",
"dev": "vite",
"format": "prettier -w .",
"lint": "eslint .",
"typecheck": "tsc -b"
},
"devDependencies": {
"@eslint/compat": "^1.2.4",
"@eslint/js": "^9.16.0",
"@types/eslint": "^9.6.1",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.10.2",
"esbuild": "^0.24.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import-x": "^4.5.0",
"eslint-plugin-tsdoc": "^0.4.0",
"fvtt-types": "github:League-of-Foundry-Developers/foundry-vtt-types#main",
"prettier": "^3.4.2",
"sass-embedded": "^1.83.1",
"stylelint": "^16.12.0",
"type-fest": "^4.31.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0",
"vite": "^6.0.3",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-static-copy": "^2.2.0",
"vite-tsconfig-paths": "^5.1.4"
},
"overrides": {
"@types/earcut": "github:LukeAbby/earcut-types#main"
},
"resolutions": {
"vite-plugin-checker/ansi-escapes": "^7.0.0",
"@types/earcut": "github:LukeAbby/earcut-types#main"
}
}