-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.35 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.35 KB
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
45
46
47
48
49
50
51
{
"name": "alpha-suit",
"description": "Data manager for your games",
"license": "MIT",
"private": true,
"type": "module",
"author": "Averrin",
"dependencies": {
"@leveluptuts/svelte-toy": "^2.0.3",
"@typhonjs-fvtt/runtime": "^0.0.21",
"@typhonjs-fvtt/svelte-standard": "^0.0.17",
"class-transformer": "^0.5.1",
"consola": "^2.15.3",
"crew-components": "averrin/crew-components",
"daisyui": "^2.22.0",
"export-from-json": "^1.7.0",
"fast-sort": "^3.2.0",
"filtrex": "^3.0.0",
"iconify": "^1.4.0",
"iconify-icon": "^1.0.0-beta.2",
"svelte": "^3.53.1",
"svelte-collapsible": "^0.2.1",
"svelte-copy-to-clipboard": "^0.2.5",
"svelte-french-toast": "^1.0.3",
"svelte-grid": "averrin/svelte-grid",
"sveltejs-tippy": "^3.0.0",
"tree-model": "^1.0.7",
"treeverse": "^3.0.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@typhonjs-config/eslint-config": "^0.3.0",
"@typhonjs-fvtt/eslint-config-foundry.js": "^0.8.0",
"eslint": "^8",
"svelte-dnd-action": "^0.9.19",
"svelte-preprocess": "^4.10.0",
"svelte-windicss-preprocess": "^4.2.2",
"vite": "^3",
"vite-plugin-windicss": "^1.8.7",
"windicss": "^3.5.6"
},
"browserslist": [
">5%",
"not IE 11"
],
"scripts": {
"build": "vite build",
"dev": "vite",
"eslint": "eslint ."
}
}