-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 2.9 KB
/
package.json
File metadata and controls
99 lines (99 loc) · 2.9 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "pf2e-automated-gm",
"version": "1.0.0",
"description": "yes",
"main": "rollup.config.js",
"type": "module",
"scripts": {
"test": "echo hi"
},
"repository": {
"type": "git",
"url": "yes"
},
"engines": {
"node": ">=20.15.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.11.1",
"@foundryvtt/foundryvtt-cli": "^1.0.3",
"@pixi/graphics-smooth": "^1.1.0",
"@pixi/particle-emitter": "5.0.8",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-strip": "^3.0.4",
"@rollup/plugin-typescript": "^12.1.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.3.5",
"@semantic-release/release-notes-generator": "^14.0.1",
"@types/eslint__js": "^8.42.3",
"@types/fs-extra": "^11.0.4",
"@types/glob": "^8.1.0",
"@types/jquery": "^3.5.31",
"@types/jsdom": "^21.1.7",
"@types/luxon": "^3.4.2",
"@types/node": "^20.16.11",
"@types/prompts": "^2.4.9",
"@types/showdown": "^2.0.6",
"@types/sortablejs": "^1.15.8",
"@types/tooltipster": "^0.0.35",
"@types/uuid": "^10.0.0",
"@types/yaireo__tagify": "^4.27.0",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"classic-level": "^1.4.1",
"es-jest": "^2.1.0",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-json": "^4.0.1",
"eslint-plugin-prettier": "^5.2.1",
"foundry-types": "file:types/types/foundry",
"fs-extra": "^11.2.0",
"gsap": "^3.12.5",
"handlebars": "4.7.8",
"jquery": "^3.7.1",
"jsdom": "^25.0.1",
"peggy": "^4.1.1",
"pixi.js": "^7.4.2",
"prettier": "^3.3.3",
"prompts": "^2.4.2",
"prosemirror-commands": "^1.6.1",
"prosemirror-view": "^1.34.3",
"rollup": "^4.24.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"sass": "^1.79.5",
"semantic-release": "^24.1.2",
"socket.io": "^4.8.0",
"socket.io-client": "^4.8.0",
"tinymce": "^7.4.1",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.19.1",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-static-copy": "^2.0.0",
"vite-tsconfig-paths": "^5.0.1",
"yargs": "^17.7.2"
},
"dependencies": {
"@codemirror/autocomplete": "^6.18.1",
"@codemirror/lang-json": "^6.0.1",
"@yaireo/tagify": "^4.31.3",
"codemirror": "^6.0.1",
"luxon": "^3.5.0",
"minisearch": "^7.1.0",
"nouislider": "^15.8.1",
"remeda": "^2.15.0",
"sortablejs": "^1.15.3",
"uuid": "^10.0.0"
},
"author": "taylor owen",
"license": "ISC"
}