2020-08-11 07:53:09 +00:00
|
|
|
{
|
|
|
|
"name": "site",
|
|
|
|
"description": "site",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "sapper dev",
|
|
|
|
"build": "sapper build --legacy",
|
|
|
|
"export": "sapper export --legacy",
|
|
|
|
"start": "node __sapper__/build",
|
|
|
|
"cy:run": "cypress run",
|
|
|
|
"cy:open": "cypress open",
|
|
|
|
"test": "run-p --race dev cy:run"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@polka/send": "^0.4.0",
|
|
|
|
"@sindresorhus/slugify": "^1.1.0",
|
|
|
|
"compression": "^1.7.4",
|
|
|
|
"golden-fleece": "^1.0.9",
|
|
|
|
"highlight.js": "^10.1.2",
|
|
|
|
"marked": "^1.1.1",
|
|
|
|
"polka": "^0.5.2",
|
|
|
|
"sirv": "^0.4.2",
|
|
|
|
"svelte-i18n": "^3.0.4"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "^7.9.0",
|
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.9.0",
|
|
|
|
"@babel/preset-env": "^7.9.0",
|
|
|
|
"@babel/runtime": "^7.9.2",
|
2020-10-16 14:46:32 +00:00
|
|
|
"@rollup/plugin-commonjs": "^15.1.0",
|
2020-08-11 07:53:09 +00:00
|
|
|
"@rollup/plugin-json": "^4.0.3",
|
2020-10-16 14:47:39 +00:00
|
|
|
"@rollup/plugin-node-resolve": "^9.0.0",
|
2020-08-11 07:53:09 +00:00
|
|
|
"npm-run-all": "^4.1.5",
|
|
|
|
"rollup": "^2.15.0",
|
|
|
|
"rollup-plugin-babel": "^4.4.0",
|
2020-10-16 14:56:27 +00:00
|
|
|
"rollup-plugin-livereload": "^2.0.0",
|
2020-08-11 07:53:09 +00:00
|
|
|
"rollup-plugin-replace": "^2.2.0",
|
2020-10-16 15:11:59 +00:00
|
|
|
"rollup-plugin-svelte": "^6.0.1",
|
2020-10-16 14:45:25 +00:00
|
|
|
"rollup-plugin-terser": "^7.0.2",
|
2020-10-16 15:00:47 +00:00
|
|
|
"sapper": "^0.28.10",
|
2020-08-11 07:53:09 +00:00
|
|
|
"svelte": "^3.20.1"
|
|
|
|
}
|
|
|
|
}
|