liquet/package.json

22 lines
582 B
JSON
Raw Normal View History

2019-09-27 16:04:24 +02:00
{
"private": true,
"scripts": {
"dev": "parcel watch --no-hmr --no-source-maps -d liquet/dist ./src/js/index.js ./src/styles/index.styl",
2020-01-04 17:04:19 +01:00
"build": "rm -rf ./liquet/dist && parcel build --no-source-maps -d liquet/dist ./src/js/index.js ./src/styles/index.styl"
2019-09-27 16:04:24 +02:00
},
"browserslist": [
"last 2 chrome versions",
"last 2 safari versions",
"last 2 firefox versions"
],
2019-09-27 16:04:24 +02:00
"dependencies": {
2020-01-03 01:55:20 +01:00
"@swup/preload-plugin": "1.0.x",
2019-09-27 16:04:24 +02:00
"jquery": "^3.4.1",
2020-01-03 01:55:20 +01:00
"swup": "2.0.x"
2019-09-27 16:04:24 +02:00
},
"devDependencies": {
2020-01-03 01:55:20 +01:00
"parcel-bundler": "1.12.x",
"stylus": "0.54.x"
2019-09-27 16:04:24 +02:00
}
}