forked from Eranziel/foundryvtt-lancer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"private": true,
"name": "foundryvtt-lancer",
"version": "0.1.16",
"description": "",
"scripts": {
"package": "gulp package",
"build": "gulp build",
"link": "gulp link",
"build:watch": "gulp watch",
"format": "prettier --write --config .prettierrc.json 'src/**/*.ts'",
"clean": "gulp clean && gulp link --clean"
},
"author": "",
"license": "",
"devDependencies": {
"archiver": "^3.1.1",
"chalk": "^3.0.0",
"foundry-pc-types": "gitlab:Eranziel/foundry-pc-types",
"fs-extra": "^9.0.1",
"gulp": "^4.0.2",
"gulp-git": "^2.10.1",
"gulp-less": "^4.0.1",
"gulp-sass": "^4.1.0",
"gulp-typescript": "^6.0.0-alpha.1",
"json-stringify-pretty-compact": "^2.0.0",
"prettier": "2.0.5",
"sass": "^1.28.0",
"ts-loader": "^8.0.5",
"tslib": "^1.14.1",
"typescript": "^3.9.7",
"webpack-stream": "^5.2.1",
"yargs": "^15.4.1"
},
"dependencies": {
"@mdi/font": "^5.7.55",
"compare-versions": "^3.6.0",
"lancer-data": "^2.0.35",
"machine-mind": "^0.1.3"
}
}