forked from SR5-FoundryVTT/SR5-FoundryVTT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 983 Bytes
/
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
{
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/preset-typescript": "^7.10.4",
"@types/node": "^14.10.0",
"babel-core": "7.0.0-bridge.0",
"babelify": "^10.0.0",
"browserify": "^16.5.2",
"chalk": "^4.1.0",
"del": "^5.1.0",
"foundry-pc-types": "gitlab:foundry-projects/foundry-pc/foundry-pc-types",
"fs-extra": "^9.0.1",
"gulp": "^4.0.2",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulplog": "^1.0.0",
"lodash.assign": "^4.2.0",
"node-sass": "^4.14.1",
"tsify": "^4.0.2",
"typescript": "^3.9.7",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.1",
"xml2js": "^0.4.23"
},
"dependencies": {}
}