Add build script 2

Forgot to include package.json
This commit is contained in:
Hans5958 2022-04-28 13:15:52 +00:00 committed by GitHub
parent 8d5f3c8bab
commit 3e307e058c
2 changed files with 11 additions and 0 deletions

1
.gitignore vendored
View file

@ -19,6 +19,7 @@ tools/read-ids-temp.txt
node_modules/
dist*/
package.json
!tools/ci/package.json
package-lock.json
yarn.lock
.parcel-cache/

10
tools/ci/package.json Normal file
View file

@ -0,0 +1,10 @@
{
"devDependencies": {
"@fullhuman/postcss-purgecss": "^4.1.3",
"@parcel/packager-raw-url": "^2.5.0",
"@parcel/transformer-jsonld": "^2.5.0",
"@parcel/transformer-webmanifest": "^2.5.0",
"parcel": "^2.5.0",
"postcss": "^8.4.12"
}
}