refactor: use new format for packs
This commit is contained in:
parent
4b97bde6d9
commit
032b006dd5
1546 changed files with 70353 additions and 79060 deletions
|
@ -39,7 +39,9 @@
|
|||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "run-s clean:files build:files",
|
||||
"build:files": "rollup -c",
|
||||
"build:files": "run-p build:rollup build:packs",
|
||||
"build:rollup": "rollup -c",
|
||||
"build:packs": "./tools/packs.sh pack",
|
||||
"watch": "rollup -c -w",
|
||||
"link-package": "node ./tools/link-package.js",
|
||||
"clean": "run-p clean:files clean:link",
|
||||
|
@ -57,12 +59,12 @@
|
|||
"typecheck": "tsc --noEmit",
|
||||
"typecheck:watch": "tsc --noEmit --watch",
|
||||
"bump-version": "node ./tools/bump-version.js",
|
||||
"convert-packs-to-json": "node ./tools/convert-packs-to-json.js",
|
||||
"changelog": "conventional-changelog -p conventionalcommits -o CHANGELOG.md -r 2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "17.6.6",
|
||||
"@commitlint/config-conventional": "17.6.6",
|
||||
"@foundryvtt/foundryvtt-cli": "0.0.9",
|
||||
"@guanghechen/rollup-plugin-copy": "5.0.1",
|
||||
"@ironkinoko/rollup-plugin-styles": "4.0.3",
|
||||
"@swc/core": "1.3.68",
|
||||
|
@ -81,8 +83,7 @@
|
|||
"npm-run-all": "4.1.5",
|
||||
"prettier": "2.8.8",
|
||||
"rimraf": "5.0.1",
|
||||
"rollup": "3.26.2",
|
||||
"rollup-plugin-livereload": "2.0.5",
|
||||
"rollup": "3.25.3",
|
||||
"rollup-plugin-swc3": "0.8.2",
|
||||
"sass": "1.63.6",
|
||||
"semver": "7.5.4",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue