mirror of
https://github.com/cupcakearmy/liquet.git
synced 2024-10-31 23:54:12 +01:00
moved to stylus
This commit is contained in:
parent
6b3b93770f
commit
a0b0953a97
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,6 +7,7 @@ data/
|
||||
# Node
|
||||
node_modules/
|
||||
pnpm-lock.yaml
|
||||
yarn.lock
|
||||
|
||||
# Generated
|
||||
.cache/
|
||||
|
@ -5,12 +5,12 @@
|
||||
"build": "parcel build --no-source-maps -d liquet/dist ./src/js/index.js ./src/styles/index.styl"
|
||||
},
|
||||
"dependencies": {
|
||||
"@swup/preload-plugin": "^1.0.3",
|
||||
"@swup/preload-plugin": "1.0.x",
|
||||
"jquery": "^3.4.1",
|
||||
"swup": "^2.0.7"
|
||||
"swup": "2.0.x"
|
||||
},
|
||||
"devDependencies": {
|
||||
"parcel-bundler": "^1.12.3",
|
||||
"stylus": "^0.54.7"
|
||||
"parcel-bundler": "1.12.x",
|
||||
"stylus": "0.54.x"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user