mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-12 11:15:14 +00:00
90 lines
2.2 KiB
JSON
90 lines
2.2 KiB
JSON
{
|
|
"name": "sapper",
|
|
"version": "0.8.4",
|
|
"description": "Military-grade apps, engineered by Svelte",
|
|
"main": "middleware.js",
|
|
"bin": {
|
|
"sapper": "cli.js"
|
|
},
|
|
"files": [
|
|
"cli.js",
|
|
"core.js",
|
|
"middleware.js",
|
|
"runtime",
|
|
"runtime.js",
|
|
"sapper-dev-client.js",
|
|
"webpack"
|
|
],
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^2.3.0",
|
|
"cheerio": "^1.0.0-rc.2",
|
|
"chokidar": "^1.7.0",
|
|
"glob": "^7.1.2",
|
|
"mkdirp": "^0.5.1",
|
|
"node-fetch": "^1.7.3",
|
|
"polka": "^0.3.4",
|
|
"port-authority": "^1.0.0",
|
|
"pretty-ms": "^3.1.0",
|
|
"require-relative": "^0.8.7",
|
|
"rimraf": "^2.6.2",
|
|
"sade": "^1.4.0",
|
|
"sander": "^0.6.0",
|
|
"serialize-javascript": "^1.4.0",
|
|
"source-map-support": "^0.5.3",
|
|
"tslib": "^1.9.0",
|
|
"url-parse": "^1.2.0",
|
|
"walk-sync": "^0.3.2",
|
|
"webpack-format-messages": "^1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@std/esm": "^0.19.7",
|
|
"@types/glob": "^5.0.34",
|
|
"@types/mkdirp": "^0.5.2",
|
|
"@types/rimraf": "^2.0.2",
|
|
"compression": "^1.7.1",
|
|
"eslint": "^4.13.1",
|
|
"eslint-plugin-import": "^2.8.0",
|
|
"get-port": "^3.2.0",
|
|
"mocha": "^4.0.1",
|
|
"nightmare": "^2.10.0",
|
|
"npm-run-all": "^4.1.2",
|
|
"rollup": "^0.53.0",
|
|
"rollup-plugin-commonjs": "^8.3.0",
|
|
"rollup-plugin-json": "^2.3.0",
|
|
"rollup-plugin-string": "^2.0.2",
|
|
"rollup-plugin-typescript": "^0.8.1",
|
|
"serve-static": "^1.13.2",
|
|
"svelte": "^1.49.1",
|
|
"svelte-loader": "^2.3.2",
|
|
"ts-node": "^4.1.0",
|
|
"typescript": "^2.6.2",
|
|
"webpack": "^4.1.0"
|
|
},
|
|
"scripts": {
|
|
"cy:open": "cypress open",
|
|
"test": "mocha --opts mocha.opts",
|
|
"pretest": "npm run build",
|
|
"build": "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"
|
|
}
|