-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 1.03 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
{
"name": "foundry-pf2e",
"version": "1.0.0",
"description": "",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch"
},
"author": "Idle",
"license": "ISC",
"devDependencies": {
"typescript": "5.3.3"
},
"dependencies": {
"@codemirror/autocomplete": "^6.18.2",
"@codemirror/lang-json": "^6.0.1",
"@pixi/graphics-smooth": "^1.1.0",
"@pixi/particle-emitter": "5.0.8",
"@types/jquery": "^3.5.32",
"@types/luxon": "^3.4.2",
"@types/tooltipster": "^0.0.35",
"@yaireo/tagify": "4.16.4",
"codemirror": "^6.0.1",
"gsap": "3.11.5",
"handlebars": "4.7.7",
"js-angusj-clipper": "^1.3.1",
"jsdom": "^24.1.0",
"pixi.js": "7.2.4",
"prosemirror-commands": "^1.5.2",
"prosemirror-view": "1.32.5",
"remeda": "^2.17.3",
"socket.io": "^4.8.0",
"socket.io-client": "^4.8.0",
"tinymce": "^7.4.1"
}
}