forked from xdy/xdy-pf2e-workbench
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
108 lines (108 loc) · 4.5 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
{
"name": "xdy-pf2e-workbench",
"version": "5.47.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 && npm run build:packs-json-asymonous-benefactor-effects",
"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",
"build:packs-json-asymonous-benefactor-effects": "fvtt package pack --id xdy-pf2e-workbench --type Module -n asymonous-benefactor-effects --in=./src/packs/leveldb/asymonous-benefactor-effects --out=./dist/packs asymonous-benefactor-effects",
"clean": "rm -rf dist/*",
"watch": "npm run build:packs && vite build --watch --mode development",
"hot": "vite serve",
"lint": "npm run lint:ts && npm run lint:json",
"lint:ts": "eslint ./build ./src --ext .ts",
"lint:json": "eslint ./static --ext .json --no-eslintrc --plugin json --rule \"json/*: error\"",
"lint:fix": "eslint ./build ./src --ext .ts --fix"
},
"license": "./LICENSE",
"devDependencies": {
"@pixi/graphics-smooth": "^1.1.0",
"@pixi/particle-emitter": "5.0.8",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.6",
"@semantic-release/release-notes-generator": "^12.1.0",
"@types/fs-extra": "^11.0.4",
"@types/glob": "^8.1.0",
"@types/jquery": "^3.5.29",
"@types/jsdom": "^21.1.6",
"@types/luxon": "^3.4.0",
"@types/node": "20.10.4",
"@types/prompts": "^2.4.9",
"@types/sortablejs": "^1.15.7",
"@types/tooltipster": "^0.0.35",
"@types/yaireo__tagify": "^4.17.5",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"classic-level": "^1.3.0",
"es-jest": "^2.1.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-prettier": "^5.1.2",
"foundry-types": "file:types/types/foundry",
"fs-extra": "^11.2.0",
"gsap": "^3.12.4",
"handlebars": "4.7.8",
"jquery": "^3.7.1",
"jsdom": "^23.1.0",
"peggy": "^3.0.2",
"pixi.js": "^7.3.3",
"prettier": "^3.1.1",
"prompts": "^2.4.2",
"sass": "^1.69.7",
"semantic-release": "^22.0.12",
"socket.io": "^4.7.3",
"socket.io-client": "^4.7.3",
"tinymce": "^6.8.2",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-static-copy": "^1.0.0",
"vite-tsconfig-paths": "^4.2.3",
"yargs": "^17.7.2"
},
"dependencies": {
"@codemirror/autocomplete": "^6.11.1",
"@codemirror/lang-json": "^6.0.1",
"@yaireo/tagify": "4.17.9",
"codemirror": "^6.0.1",
"luxon": "^3.4.4",
"minisearch": "^6.3.0",
"nouislider": "^15.7.1",
"prosemirror-state": "^1.4.3",
"prosemirror-transform": "^1.8.0",
"prosemirror-view": "^1.32.7",
"remeda": "^1.33.0",
"sortablejs": "^1.15.1",
"uuid": "^9.0.1"
},
"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": "jk@xdy.se",
"name": "Jonas Karlsson"
}
]
}