forked from fantasycalendar/FoundryVTT-ItemPiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.05 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
{
"name": "essential-svelte-esm",
"version": "0.0.5",
"description": "Provides essential TRL demos for reactivity and beyond.",
"license": "MIT",
"private": true,
"type": "module",
"author": "Michael Leahy <[email protected]> (https://github.com/typhonrt)",
"contributors": [
"Michael Leahy <[email protected]> (https://github.com/typhonrt)"
],
"dependencies": {
"@typhonjs-fvtt/runtime": "^0.0.19",
"@typhonjs-fvtt/svelte-standard": "^0.0.10",
"svelte": "^3.49.0"
},
"devDependencies": {
"@babel/core": "^7",
"@babel/preset-env": "^7",
"@league-of-foundry-developers/foundry-vtt-types": "^9.238.1",
"@rollup/plugin-babel": "^5",
"rollup": "^2",
"svelte-dnd-action": "^0.9.18",
"@typhonjs-config/eslint-config": "^0.3.0",
"@typhonjs-fvtt/eslint-config-foundry.js": "^0.8.0",
"eslint": "^8",
"svelte-preprocess": "^4.10.0",
"vite": "^3"
},
"browserslist": [
">5%",
"not IE 11"
],
"scripts": {
"build": "vite build",
"dev": "vite",
"eslint": "eslint ."
}
}