mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-12 03:05:12 +00:00
57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"name": "sapper",
|
|
"version": "0.2.9",
|
|
"description": "Military-grade apps, engineered by Svelte",
|
|
"main": "lib/index.js",
|
|
"bin": {
|
|
"sapper": "cli/index.js"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^2.3.0",
|
|
"chokidar": "^1.7.0",
|
|
"escape-html": "^1.0.3",
|
|
"mkdirp": "^0.5.1",
|
|
"relative": "^3.0.2",
|
|
"require-relative": "^0.8.7",
|
|
"rimraf": "^2.6.2",
|
|
"webpack": "^3.10.0",
|
|
"webpack-hot-middleware": "^2.21.0"
|
|
},
|
|
"devDependencies": {
|
|
"css-loader": "^0.28.7",
|
|
"eslint": "^4.13.1",
|
|
"eslint-plugin-import": "^2.8.0",
|
|
"express": "^4.16.2",
|
|
"get-port": "^3.2.0",
|
|
"mocha": "^4.0.1",
|
|
"nightmare": "^2.10.0",
|
|
"node-fetch": "^1.7.3",
|
|
"npm-run-all": "^4.1.2",
|
|
"style-loader": "^0.19.1",
|
|
"svelte": "^1.49.1",
|
|
"svelte-loader": "^2.3.2",
|
|
"wait-on": "^2.0.2"
|
|
},
|
|
"scripts": {
|
|
"cy:open": "cypress open",
|
|
"test": "mocha --opts mocha.opts"
|
|
},
|
|
"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"
|
|
}
|