generated from League-of-Foundry-Developers/foundry-typescript-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 915 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
{
"name": "pf2e-display-actions",
"version": "1.11.0",
"description": "A small module to display the pathfinder action economy for convinience.",
"license": "MIT",
"private": true,
"type": "module",
"scripts": {
"build": "tsc && vite build",
"watch": "tsc && vite build --watch"
},
"files": [
"dist"
],
"devDependencies": {
"@league-of-foundry-developers/foundry-vtt-types": "^9.280.0",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@sveltejs/vite-plugin-svelte": "^2.0.2",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-scss": "^4.0.0",
"rollup-plugin-visualizer": "^5.8.3",
"sass": "^1.54.8",
"svelte": "^3.49.0",
"svelte-check": "^3.0.1",
"svelte-language-server": "^0.15.0",
"svelte-preprocess": "^5.0.0",
"typescript": "^4.8.2",
"vite": "^4",
"vite-plugin-checker": "^0.5.3"
}
}