forked from foundryvtt/pf2e
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 3.63 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
{
"name": "foundry-pf2e",
"version": "4.8.1",
"description": "",
"private": true,
"scripts": {
"build": "npm run build:packs && webpack --mode production",
"build:dev": "npm run build:packs && webpack",
"build:packs": "ts-node -r tsconfig-paths/register ./packs/scripts/build.ts",
"start": "npm run build:packs && webpack serve --hot",
"extractPacks": "ts-node -r tsconfig-paths/register ./packs/scripts/extract.ts",
"pretest": "eslint ./ --ext .ts && eslint ./static ./system.json --ext .json",
"test": "jest",
"posttest": "npm run betterer",
"migrate": "ts-node -r tsconfig-paths/register ./packs/scripts/run-migration.ts",
"lint": "eslint ./src ./tests ./types --ext .ts && eslint ./static ./system.json --ext .json",
"lint:fix": "eslint ./src ./tests ./types --ext .ts --fix",
"docs": "typedoc",
"betterer": "betterer --strict"
},
"author": "",
"license": "",
"devDependencies": {
"@betterer/cli": "^5.4.0",
"@betterer/eslint": "^5.4.0",
"@betterer/typescript": "^5.4.0",
"@pixi/graphics-smooth": "^0.0.30",
"@pixi/particle-emitter": "5.0.7",
"@types/fs-extra": "^11.0.1",
"@types/glob": "^8.0.1",
"@types/jest": "^29.4.0",
"@types/jquery": "^3.5.16",
"@types/jsdom": "^21.1.0",
"@types/luxon": "^3.2.0",
"@types/node": "^18.13.0",
"@types/sortablejs": "^1.15.0",
"@types/tooltipster": "^0.0.31",
"@types/webpack-env": "^1.18.0",
"@types/yaireo__tagify": "^4.16.1",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^4.2.2",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-prettier": "^4.2.1",
"fork-ts-checker-webpack-plugin": "^7.3.0",
"fs-extra": "^11.1.0",
"glob": "^8.1.0",
"gsap": "^3.11.0",
"handlebars": "4.7.7",
"jest": "^29.4.3",
"jest-each": "^29.4.3",
"mini-css-extract-plugin": "^2.7.2",
"null-loader": "^4.0.1",
"pixi.js": "6.5.2",
"prettier": "^2.8.4",
"raw-loader": "^4.0.2",
"sass": "^1.58.1",
"sass-loader": "^13.2.0",
"simple-progress-webpack-plugin": "^2.0.0",
"socket.io": "4.5.1",
"socket.io-client": "4.5.1",
"string-replace-loader": "^3.1.0",
"thread-loader": "^3.0.4",
"tinymce": "6.1.2",
"ts-jest": "^29.0.5",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.2",
"typescript": "^4.9.5",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1",
"webpack-import-glob-loader": "^1.6.3",
"write-file-webpack-plugin": "^4.5.1"
},
"dependencies": {
"@codemirror/autocomplete": "^6.4.1",
"@codemirror/lang-json": "^6.0.1",
"@yaireo/tagify": "4.16.4",
"codemirror": "^6.0.1",
"jquery": "^3.6.3",
"jsdom": "^21.1.0",
"ky": "^0.33.2",
"ky-universal": "^0.11.0",
"luxon": "^3.2.1",
"minisearch": "^5.1.0",
"nedb-promises": "^6.2.1",
"nouislider": "^15.7.0",
"peggy": "^2.0.1",
"sortablejs": "^1.15.0",
"yargs": "^17.6.2"
}
}