forked from Djphoenix719/PDFoundry
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.32 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.32 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
{
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/preset-env": "^7.16.4",
"@babel/preset-typescript": "^7.16.0",
"@babel/register": "^7.16.0",
"@league-of-foundry-developers/foundry-vtt-types": "^0.8.9-9",
"@types/jquery": "^3.5.9",
"@types/node": "^16.11.11",
"babel-core": "^7.0.0-beta.3",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"chalk": "^5.0.0",
"del": "^6.0.0",
"es-module-shims": "^1.3.5",
"gulp": "^4.0.2",
"gulp-copy": "^4.0.1",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typedoc": "^3.0.1",
"gulplog": "^1.0.0",
"handlebars-helpers": "^0.10.0",
"handlebars-utils": "^1.0.6",
"install": "^0.13.0",
"npm": "^8.2.0",
"sass": "^1.44.0",
"tsify": "^5.0.4",
"typedoc": "^0.22.10",
"typescript": "^4.5.2",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^4.0.0"
},
"repository": "https://github.com/fcsouza/pdf-character-sheet",
"license": "https://github.com/fcsouza/pdf-character-sheet/LICENSE",
"version": "v2.0.0"
}