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.
svelte/site/package.json

63 lines
1.9 KiB

{
"name": "svelte.dev",
"version": "1.0.0",
"description": "Docs and examples for Svelte",
"scripts": {
5 years ago
"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",
5 years ago
"sapper": "npm run copy-workers && sapper build --legacy",
"update": "node scripts/update_template.js && node scripts/get-contributors.js",
"start": "node __sapper__/build",
"test": "mocha -r esm test/**",
"deploy": "make deploy"
},
"dependencies": {
"@polka/redirect": "^1.0.0-next.0",
"@polka/send": "^1.0.0-next.3",
5 years ago
"devalue": "^2.0.0",
"do-not-zip": "^1.0.0",
5 years ago
"httpie": "^1.1.2",
"jsonwebtoken": "^8.5.1",
5 years ago
"marked": "^0.7.0",
"pg": "^7.12.0",
"polka": "^1.0.0-next.4",
"prismjs": "^1.17.1",
5 years ago
"sirv": "^0.4.2",
"uuid": "^3.3.2",
5 years ago
"yootils": "0.0.16"
},
"devDependencies": {
"@babel/core": "^7.5.5",
6 years ago
"@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",
"@sindresorhus/slugify": "^0.9.1",
5 years ago
"@sveltejs/site-kit": "^1.1.1",
5 years ago
"@sveltejs/svelte-repl": "^0.1.8",
"degit": "^2.1.3",
5 years ago
"dotenv": "^8.0.0",
5 years ago
"esm": "^3.2.25",
"jimp": "^0.6.4",
"mocha": "^6.2.0",
5 years ago
"node-fetch": "^2.6.0",
"node-pg-migrate": "^3.21.1",
"npm-run-all": "^4.1.5",
"rollup": "^1.17.0",
5 years ago
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.1",
5 years ago
"rollup-plugin-json": "^4.0.0",
5 years ago
"rollup-plugin-node-resolve": "^5.2.0",
5 years ago
"rollup-plugin-replace": "^2.2.0",
5 years ago
"rollup-plugin-svelte": "^5.1.0",
"rollup-plugin-terser": "^5.1.1",
"sapper": "^0.27.8",
"shelljs": "^0.8.3",
"svelte": "^3.6.9"
},
"engines": {
"node": ">=10.0.0"
}
}