-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.49 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
61
62
63
64
65
66
67
68
69
{
"name": "eunos-blades",
"version": "0.1.0",
"description": "Welcome to Eunomiac's system implementation of BLADES IN THE DARK by Evil Hat Productions for Foundry Virtual Tabletop. This project aims to bring the intricate and exciting world of \"Blades in the Dark\" to your virtual tabletop with full-featured character sheets, cinematic multimedia, collaborative tools for GMs and players, and more. WARNING: This is a live, in-progress build that is broken and incomplete. Features may fail or cause system crashes; assets and HTML elements may be completely absent or hopelessly corrupt; the game might not even start in the first place. Only use it with the world file provided.",
"scripts": {
"type-check": "tsc --noEmit"
},
"type": "module",
"browserslist": [
"last 3 versions"
],
"author": "Eunomiac",
"license": "MIT",
"private": true,
"devDependencies": {
"@league-of-foundry-developers/foundry-vtt-types": "^9.280.0",
"@types/yaireo__tagify": "^4.17.0",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@tsconfig/node21": "^21.0.1",
"@tsconfig/svelte": "^5.0.2",
"@types/jquery": "^3.5.29",
"@types/node": "^20.11.22",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"chokidar": "^3.6.0",
"eslint": "^8.57.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-etc": "^2.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.0",
"handlebars": "^4.7.7",
"markdown-notes-tree": "^1.13.0",
"prettier": "^3.2.5",
"rollup-plugin-scss": "^4.0.0",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.71.1",
"stylelint": "^16.2.1",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-recess-order": "^4.6.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"svelte": "^4.2.12",
"svelte-check": "^3.6.5",
"svelte-language-server": "^0.16.5",
"svelte-preprocess": "^5.1.3",
"ts-node": "^10.9.1",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-copy": "^0.1.6"
},
"dependencies": {
"@yaireo/tagify": "^4.21.1",
"axios": "^1.5.1",
"form-data": "^4.0.0",
"gsap": "^3.12.5",
"openai": "^4.29.2",
"tinymce": "^6.7.1",
"yargs": "^17.7.2"
},
"overrides": {
"tinymce": "^6.7.1",
"socket.io-client": "^4.6.1"
},
"repository": {
"url": "https://github.com/Eunomiac/eunos-blades"
}
}