-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathpackage.json
116 lines (116 loc) · 4.57 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
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "xdy-pf2e-workbench",
"version": "6.15.1",
"description": "Random assortment of possibly useful doodads, thingumabobs and whatchamacallits for the foundry vtt pf2e system.",
"private": true,
"type": "module",
"scripts": {
"build": "npm run clean && npm run build:packs && vite build",
"build:dev": "vite build --watch --mode development",
"build:packs": "npm run build:packs-legacy && npm run build:packs-json",
"build:packs-legacy": "tsx ./build/build-packs.ts",
"build:packs-json": "npm run build:packs-json-xdy-internal-tables && npm run build:packs-json-xdy-pf2e-workbench-items && npm run build:packs-json-xdy-pf2e-workbench-macros",
"build:packs-json-xdy-internal-tables": "fvtt package pack --id xdy-pf2e-workbench --type Module -n xdy-internal-tables --in=./src/packs/leveldb/xdy-internal-tables --out=./dist/packs xdy-internal-tables",
"build:packs-json-xdy-pf2e-workbench-items": "fvtt package pack --id xdy-pf2e-workbench --type Module -n xdy-pf2e-workbench-items --in=./src/packs/leveldb/xdy-pf2e-workbench-items --out=./dist/packs xdy-pf2e-workbench-items",
"build:packs-json-xdy-pf2e-workbench-macros": "fvtt package pack --id xdy-pf2e-workbench --type Module -n xdy-pf2e-workbench-macros --in=./src/packs/leveldb/xdy-pf2e-workbench-macros --out=./dist/packs xdy-pf2e-workbench-macros",
"clean": "rm -rf dist/*",
"watch": "npm run clean && npm run build:packs && vite build --watch --mode development",
"hot": "vite serve",
"lint": "npm run lint:ts && npm run lint:json && npm run prettier:scss",
"lint:ts": "eslint ./build ./src --ext .ts",
"prettier:scss": "prettier --check src/styles",
"lint:json": "eslint ./static --ext .json --no-eslintrc --plugin json --rule \"json/*: error\"",
"lint:fix": "eslint ./build ./src --ext .ts --fix && prettier --write src/styles"
},
"license": "./LICENSE",
"engines": {
"node": ">=20.15.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.11.1",
"@foundryvtt/foundryvtt-cli": "github:xyzzy42/foundryvtt-cli#objects",
"@pixi/graphics-smooth": "^1.1.1",
"@pixi/particle-emitter": "5.0.8",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.1",
"@semantic-release/release-notes-generator": "^14.0.3",
"@types/eslint__js": "^8.42.3",
"@types/fs-extra": "^11.0.4",
"@types/glob": "^8.1.0",
"@types/jquery": "^3.5.32",
"@types/jsdom": "^21.1.7",
"@types/luxon": "^3.4.2",
"@types/node": "^20.17.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.19.0",
"@typescript-eslint/parser": "^8.19.0",
"classic-level": "^1.4.1",
"es-jest": "^2.1.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.7.0",
"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.2.0",
"pixi.js": "^7.4.2",
"prettier": "^3.4.2",
"prompts": "^2.4.2",
"prosemirror-commands": "^1.6.2",
"prosemirror-view": "^1.37.1",
"sass": "^1.83.0",
"semantic-release": "^24.2.1",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"tinymce": "^7.6.0",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-static-copy": "^2.2.0",
"vite-tsconfig-paths": "^5.1.4",
"yargs": "^17.7.2"
},
"dependencies": {
"@codemirror/autocomplete": "^6.18.4",
"@codemirror/lang-json": "^6.0.1",
"@yaireo/tagify": "^4.33.0",
"codemirror": "^6.0.1",
"luxon": "^3.5.0",
"minisearch": "^7.1.1",
"nouislider": "^15.8.1",
"remeda": "^2.19.0",
"sortablejs": "^1.15.6",
"uuid": "^11.0.3"
},
"homepage": "https://github.com/xdy/xdy-pf2e-workbench",
"repository": {
"type": "git",
"url": "https://github.com/xdy/xdy-pf2e-workbench.git"
},
"bugs": {
"url": "https://github.com/xdy/xdy-pf2e-workbench/issues"
},
"contributors": [
{
"email": "[email protected]",
"name": "Jonas Karlsson"
}
]
}