mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-11 19:04:30 +00:00
94 lines
2.4 KiB
JSON
94 lines
2.4 KiB
JSON
{
|
|
"name": "sapper",
|
|
"version": "0.17.1",
|
|
"description": "Military-grade apps, engineered by Svelte",
|
|
"main": "dist/middleware.js",
|
|
"bin": {
|
|
"sapper": "./sapper"
|
|
},
|
|
"files": [
|
|
"*.js",
|
|
"runtime",
|
|
"webpack",
|
|
"sapper",
|
|
"components",
|
|
"dist"
|
|
],
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dependencies": {
|
|
"html-minifier": "^3.5.16",
|
|
"shimport": "^0.0.5",
|
|
"source-map-support": "^0.5.6",
|
|
"tslib": "^1.9.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/glob": "^5.0.34",
|
|
"@types/mkdirp": "^0.5.2",
|
|
"@types/mocha": "^5.2.5",
|
|
"@types/node": "^10.7.1",
|
|
"@types/rimraf": "^2.0.2",
|
|
"cheap-watch": "^0.3.0",
|
|
"compression": "^1.7.1",
|
|
"cookie": "^0.3.1",
|
|
"devalue": "^1.0.4",
|
|
"eslint": "^4.13.1",
|
|
"eslint-plugin-import": "^2.12.0",
|
|
"express": "^4.16.3",
|
|
"kleur": "^2.0.1",
|
|
"mkdirp": "^0.5.1",
|
|
"mocha": "^5.2.0",
|
|
"nightmare": "^3.0.0",
|
|
"node-fetch": "^2.1.1",
|
|
"npm-run-all": "^4.1.3",
|
|
"polka": "^0.4.0",
|
|
"port-authority": "^1.0.5",
|
|
"pretty-bytes": "^5.0.0",
|
|
"pretty-ms": "^3.1.0",
|
|
"require-relative": "^0.8.7",
|
|
"rimraf": "^2.6.2",
|
|
"rollup": "^0.65.0",
|
|
"rollup-plugin-commonjs": "^9.1.3",
|
|
"rollup-plugin-json": "^3.0.0",
|
|
"rollup-plugin-node-resolve": "^3.3.0",
|
|
"rollup-plugin-string": "^2.0.2",
|
|
"rollup-plugin-typescript": "^0.8.1",
|
|
"sade": "^1.4.1",
|
|
"sander": "^0.6.0",
|
|
"serve-static": "^1.13.2",
|
|
"svelte": "^2.6.3",
|
|
"svelte-loader": "^2.9.0",
|
|
"tiny-glob": "^0.2.2",
|
|
"ts-node": "^7.0.1",
|
|
"typescript": "^2.8.3",
|
|
"url-parse": "^1.2.0",
|
|
"walk-sync": "^0.3.2",
|
|
"webpack": "^4.8.3",
|
|
"webpack-format-messages": "^2.0.1"
|
|
},
|
|
"scripts": {
|
|
"cy:open": "cypress open",
|
|
"test": "mocha --opts mocha.opts",
|
|
"pretest": "npm run build",
|
|
"build": "rm -rf dist && rollup -c",
|
|
"dev": "rollup -cw",
|
|
"prepublishOnly": "npm test",
|
|
"update_mime_types": "curl http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types | grep -e \"^[^#]\" > src/middleware/mime-types.md"
|
|
},
|
|
"repository": "https://github.com/sveltejs/sapper",
|
|
"keywords": [
|
|
"svelte",
|
|
"isomorphic",
|
|
"universal",
|
|
"template",
|
|
"express"
|
|
],
|
|
"author": "Rich Harris",
|
|
"license": "LIL",
|
|
"bugs": {
|
|
"url": "https://github.com/sveltejs/sapper/issues"
|
|
},
|
|
"homepage": "https://github.com/sveltejs/sapper#readme"
|
|
}
|