mirror of https://github.com/sveltejs/svelte
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
2.0 KiB
65 lines
2.0 KiB
{
|
|
"name": "svelte.dev",
|
|
"version": "1.0.0",
|
|
"description": "Docs and examples for Svelte",
|
|
"scripts": {
|
|
"dev": "npm run copy-workers && sapper dev",
|
|
"copy-workers": "rm -rf static/workers && cp -r node_modules/@sveltejs/svelte-repl/workers static",
|
|
"migrate": "node-pg-migrate -r dotenv/config",
|
|
"sapper": "npm run copy-workers && sapper build --legacy",
|
|
"update": "node scripts/update_template.js && node scripts/get-contributors.js && node scripts/update_whos_using.js",
|
|
"start": "node __sapper__/build",
|
|
"test": "mocha -r esm test/**",
|
|
"deploy": "make deploy"
|
|
},
|
|
"dependencies": {
|
|
"@polka/redirect": "^1.0.0-next.7",
|
|
"@polka/send": "^1.0.0-next.7",
|
|
"cookie": "^0.4.0",
|
|
"devalue": "^2.0.0",
|
|
"do-not-zip": "^1.0.0",
|
|
"flru": "^1.0.2",
|
|
"httpie": "^1.1.2",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"marked": "^0.7.0",
|
|
"pg": "^7.12.1",
|
|
"polka": "^1.0.0-next.9",
|
|
"prism-svelte": "^0.4.3",
|
|
"prismjs": "^1.17.1",
|
|
"sirv": "^1.0.0-next.2",
|
|
"yootils": "0.0.16"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.6.0",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
|
"@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.2.4",
|
|
"@sveltejs/svelte-repl": "^0.2.0",
|
|
"degit": "^2.1.4",
|
|
"dotenv": "^8.1.0",
|
|
"esm": "^3.2.25",
|
|
"jimp": "^0.8.0",
|
|
"mocha": "^6.2.0",
|
|
"node-fetch": "^2.6.0",
|
|
"node-pg-migrate": "^3.22.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"rollup": "^1.21.2",
|
|
"rollup-plugin-babel": "^4.3.3",
|
|
"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",
|
|
"rollup-plugin-svelte": "^5.1.0",
|
|
"rollup-plugin-terser": "^5.1.1",
|
|
"sapper": "^0.27.11",
|
|
"shelljs": "^0.8.3",
|
|
"svelte": "^3.12.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
}
|