|
|
|
@ -22,32 +22,32 @@
|
|
|
|
|
"httpie": "^1.1.2",
|
|
|
|
|
"jsonwebtoken": "^8.5.1",
|
|
|
|
|
"marked": "^0.7.0",
|
|
|
|
|
"pg": "^7.12.0",
|
|
|
|
|
"pg": "^7.12.1",
|
|
|
|
|
"polka": "^1.0.0-next.4",
|
|
|
|
|
"prismjs": "^1.17.1",
|
|
|
|
|
"sirv": "^0.4.2",
|
|
|
|
|
"yootils": "0.0.16"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@babel/core": "^7.5.5",
|
|
|
|
|
"@babel/core": "^7.6.0",
|
|
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
|
|
|
|
"@babel/plugin-transform-runtime": "^7.5.5",
|
|
|
|
|
"@babel/preset-env": "^7.5.5",
|
|
|
|
|
"@babel/runtime": "^7.5.5",
|
|
|
|
|
"@babel/plugin-transform-runtime": "^7.6.0",
|
|
|
|
|
"@babel/preset-env": "^7.6.0",
|
|
|
|
|
"@babel/runtime": "^7.6.0",
|
|
|
|
|
"@sindresorhus/slugify": "^0.9.1",
|
|
|
|
|
"@sveltejs/site-kit": "^1.1.1",
|
|
|
|
|
"@sveltejs/svelte-repl": "^0.1.8",
|
|
|
|
|
"degit": "^2.1.3",
|
|
|
|
|
"dotenv": "^8.0.0",
|
|
|
|
|
"@sveltejs/site-kit": "^1.1.2",
|
|
|
|
|
"@sveltejs/svelte-repl": "^0.1.9",
|
|
|
|
|
"degit": "^2.1.4",
|
|
|
|
|
"dotenv": "^8.1.0",
|
|
|
|
|
"esm": "^3.2.25",
|
|
|
|
|
"jimp": "^0.6.4",
|
|
|
|
|
"jimp": "^0.7.0",
|
|
|
|
|
"mocha": "^6.2.0",
|
|
|
|
|
"node-fetch": "^2.6.0",
|
|
|
|
|
"node-pg-migrate": "^3.21.1",
|
|
|
|
|
"node-pg-migrate": "^3.22.0",
|
|
|
|
|
"npm-run-all": "^4.1.5",
|
|
|
|
|
"rollup": "^1.17.0",
|
|
|
|
|
"rollup": "^1.20.3",
|
|
|
|
|
"rollup-plugin-babel": "^4.3.3",
|
|
|
|
|
"rollup-plugin-commonjs": "^10.0.1",
|
|
|
|
|
"rollup-plugin-commonjs": "^10.1.0",
|
|
|
|
|
"rollup-plugin-json": "^4.0.0",
|
|
|
|
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
|
|
|
"rollup-plugin-replace": "^2.2.0",
|
|
|
|
@ -55,7 +55,7 @@
|
|
|
|
|
"rollup-plugin-terser": "^5.1.1",
|
|
|
|
|
"sapper": "^0.27.8",
|
|
|
|
|
"shelljs": "^0.8.3",
|
|
|
|
|
"svelte": "^3.6.9"
|
|
|
|
|
"svelte": "^3.9.2"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=10.0.0"
|
|
|
|
|