generated from typhonjs-fvtt-demo/template-svelte-esm
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
34 lines (34 loc) · 817 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
34
{
"name": "mcc",
"description": "Check your module list for compatibility with the latest major version of Foundry VTT.",
"license": "MIT",
"private": true,
"type": "module",
"author": "arcanist",
"contributors": [
"Michael Leahy <[email protected]> (https://github.com/typhonrt)"
],
"dependencies": {
"@typhonjs-fvtt/runtime": "^0.0.22",
"@typhonjs-fvtt/svelte-standard": "^0.0.18",
"chart.js": "^3.9.1",
"svelte": "^3.55.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^3.18.0",
"@typhonjs-fvtt/eslint-config-foundry.js": "^0.8.0",
"eslint": "^8.26.0",
"eslint-config-arcanist": "^1.5.0",
"svelte-preprocess": "^5.0.1",
"vite": "^4.1.1"
},
"browserslist": [
">5%",
"not IE 11"
],
"scripts": {
"build": "vite build",
"dev": "vite",
"eslint": "eslint ."
}
}