mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
* added initial compendium content, icon assets and logos, as well as updating the system.json for relative paths so it better works on linux * fixed a type * fixed compendium structure * added actual compendium content
22 lines
806 B
JSON
22 lines
806 B
JSON
{
|
|
"dependencies": {
|
|
"@yaireo/tagify": "^4.17.9",
|
|
"gulp": "^5.0.0",
|
|
"gulp-less": "^5.0.0",
|
|
"rollup": "^4.40.0"
|
|
},
|
|
"scripts": {
|
|
"start": "concurrently \"rollup -c --watch\" \"node ../../../../FoundryDev/main.js --dataPath=../../../ --noupnp\" \"gulp\"",
|
|
"start-test": "node ./resources/app/main.js --dataPath=./ && rollup -c --watch && gulp",
|
|
"pushLDBtoYML": "node ./tools/pushLDBtoYML.mjs",
|
|
"pullYMLtoLDB": "node ./tools/pullYMLtoLDB.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"@foundryvtt/foundryvtt-cli": "^1.0.2",
|
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
"concurrently": "^8.2.2",
|
|
"postcss": "^8.4.32",
|
|
"rollup-plugin-postcss": "^4.0.2"
|
|
}
|
|
}
|