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
|
||||||
node_modules/
|
node_modules/
|
||||||
pnpm-lock.yaml
|
pnpm-lock.yaml
|
||||||
|
yarn.lock
|
||||||
|
|
||||||
# Generated
|
# Generated
|
||||||
.cache/
|
.cache/
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user