mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
22 lines
848 B
JSON
22 lines
848 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 C:/FoundryDev/resources/app/main.js --dataPath=C:/FoundryDevFiles --noupnp\" \"gulp\"",
|
|
"start-test": "node C:/FoundryDev/resources/app/main.js --dataPath=C:/FoundryDevFiles && 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"
|
|
}
|
|
}
|