|
|
|
@ -12,27 +12,27 @@
|
|
|
|
|
"test": "run-p --race dev cy:run"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@beyonk/svelte-carousel": "^2.8.0",
|
|
|
|
|
"animejs": "^3.2.0",
|
|
|
|
|
"compression": "^1.7.1",
|
|
|
|
|
"polka": "next",
|
|
|
|
|
"sirv": "^1.0.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"npm-run-all": "^4.1.5",
|
|
|
|
|
"sapper": "^0.28.0",
|
|
|
|
|
"svelte": "^3.17.3",
|
|
|
|
|
"@babel/core": "^7.0.0",
|
|
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
|
|
|
|
|
"@babel/plugin-transform-runtime": "^7.0.0",
|
|
|
|
|
"@babel/preset-env": "^7.0.0",
|
|
|
|
|
"@babel/runtime": "^7.0.0",
|
|
|
|
|
"@beyonk/svelte-carousel": "^2.8.0",
|
|
|
|
|
"@rollup/plugin-babel": "^5.0.0",
|
|
|
|
|
"@rollup/plugin-commonjs": "^14.0.0",
|
|
|
|
|
"@rollup/plugin-node-resolve": "^8.0.0",
|
|
|
|
|
"@rollup/plugin-replace": "^2.2.0",
|
|
|
|
|
"npm-run-all": "^4.1.5",
|
|
|
|
|
"rollup": "^2.3.4",
|
|
|
|
|
"rollup-plugin-svelte": "^6.0.0",
|
|
|
|
|
"rollup-plugin-terser": "^7.0.0"
|
|
|
|
|
"rollup-plugin-terser": "^7.0.0",
|
|
|
|
|
"sapper": "^0.28.0",
|
|
|
|
|
"svelte": "^3.17.3"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|