-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.59 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "director",
"description": "Some GM info on your screen",
"author": "Averrin - Averrin#0374",
"license": "MIT",
"private": true,
"type": "module",
"contributors": [
"Averrin - Averrin#0374"
],
"version": "0.0.0-development",
"dependencies": {
"@typhonjs-fvtt/runtime": "^0.0.21",
"class-transformer": "^0.5.1",
"consola": "^2.15.3",
"crew-components": "averrin/crew-components",
"daisyui": "^2.22.0",
"export-from-json": "^1.6.0",
"iconify": "^1.4.0",
"iconify-icon": "^1.0.0-beta.2",
"reflect-metadata": "^0.1.13",
"svelte": "^3.49.0",
"svelte-color-picker": "^1.0.7",
"svelte-copy-to-clipboard": "^0.2.5",
"svelte-file-dropzone": "0.0.14",
"svelte-icons": "^2.1.0",
"svelte-select": "5.0.0-beta.14",
"svelte-sortable": "^0.1.0",
"svelte-tags-input": "^2.9.2",
"theme-change": "^2.2.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@typhonjs-config/eslint-config": "^0.3.0",
"@typhonjs-fvtt/eslint-config-foundry.js": "^0.8.0",
"eslint": "^8",
"semantic-release": "^19.0.5",
"svelte-dnd-action": "^0.9.19",
"svelte-preprocess": "^4.10.0",
"svelte-range-slider-pips": "^2.1.0",
"svelte-windicss-preprocess": "^4.2.8",
"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 .",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/averrin/director.git"
}
}