moved to stylus

This commit is contained in:
cupcakearmy 2020-01-03 01:55:20 +01:00
parent 6b3b93770f
commit a0b0953a97
2 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View File

@ -7,6 +7,7 @@ data/
# Node # Node
node_modules/ node_modules/
pnpm-lock.yaml pnpm-lock.yaml
yarn.lock
# Generated # Generated
.cache/ .cache/

View File

@ -5,12 +5,12 @@
"build": "parcel build --no-source-maps -d liquet/dist ./src/js/index.js ./src/styles/index.styl" "build": "parcel build --no-source-maps -d liquet/dist ./src/js/index.js ./src/styles/index.styl"
}, },
"dependencies": { "dependencies": {
"@swup/preload-plugin": "^1.0.3", "@swup/preload-plugin": "1.0.x",
"jquery": "^3.4.1", "jquery": "^3.4.1",
"swup": "^2.0.7" "swup": "2.0.x"
}, },
"devDependencies": { "devDependencies": {
"parcel-bundler": "^1.12.3", "parcel-bundler": "1.12.x",
"stylus": "^0.54.7" "stylus": "0.54.x"
} }
} }