mirror of
https://github.com/cupcakearmy/liquet.git
synced 2024-10-31 23:54:12 +01:00
17 lines
443 B
JSON
17 lines
443 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "parcel watch --no-hmr --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": {
|
|
"@swup/preload-plugin": "1.0.x",
|
|
"jquery": "^3.4.1",
|
|
"swup": "2.0.x"
|
|
},
|
|
"devDependencies": {
|
|
"parcel-bundler": "1.12.x",
|
|
"stylus": "0.54.x"
|
|
}
|
|
}
|