2016-11-16 01:33:17 +01:00
|
|
|
{
|
|
|
|
"name": "svelte",
|
2019-01-30 18:08:09 +01:00
|
|
|
"version": "3.0.0-alpha25",
|
2016-11-17 15:17:00 +01:00
|
|
|
"description": "The magical disappearing UI framework",
|
2018-12-22 06:42:44 +01:00
|
|
|
"module": "index.mjs",
|
2018-12-16 01:18:03 +01:00
|
|
|
"main": "index.js",
|
2018-04-30 16:42:37 +02:00
|
|
|
"bin": {
|
|
|
|
"svelte": "svelte"
|
|
|
|
},
|
2016-11-22 22:14:29 +01:00
|
|
|
"files": [
|
2018-04-30 02:27:18 +02:00
|
|
|
"cli",
|
2018-12-16 01:18:03 +01:00
|
|
|
"compiler.js",
|
|
|
|
"register.js",
|
2018-12-22 06:42:44 +01:00
|
|
|
"index.*",
|
|
|
|
"internal.*",
|
|
|
|
"store.*",
|
2018-12-23 23:29:16 +01:00
|
|
|
"transition.*",
|
|
|
|
"easing.*",
|
2019-01-02 01:23:43 +01:00
|
|
|
"motion.*",
|
2018-04-30 02:27:18 +02:00
|
|
|
"svelte",
|
2016-11-22 22:14:29 +01:00
|
|
|
"README.md"
|
|
|
|
],
|
2016-11-16 01:33:17 +01:00
|
|
|
"scripts": {
|
2016-11-22 17:55:06 +01:00
|
|
|
"test": "mocha --opts mocha.opts",
|
2017-09-02 22:29:02 +02:00
|
|
|
"quicktest": "mocha --opts mocha.opts",
|
2019-01-26 18:50:35 +01:00
|
|
|
"precoverage": "c8 mocha --opts mocha.coverage.opts",
|
|
|
|
"coverage": "c8 report --reporter=text-lcov > coverage.lcov && c8 report --reporter=html",
|
2016-11-27 14:49:25 +01:00
|
|
|
"codecov": "codecov",
|
|
|
|
"precodecov": "npm run coverage",
|
2016-12-08 11:48:54 +01:00
|
|
|
"lint": "eslint src test/*.js",
|
2018-12-16 01:18:03 +01:00
|
|
|
"build": "rollup -c",
|
2017-11-10 15:19:55 +01:00
|
|
|
"prepare": "npm run build",
|
2019-01-26 18:50:35 +01:00
|
|
|
"dev": "rollup -cw",
|
2016-11-23 05:00:28 +01:00
|
|
|
"pretest": "npm run build",
|
2018-12-16 01:18:03 +01:00
|
|
|
"posttest": "agadoo src/internal/index.js",
|
2019-01-26 18:50:35 +01:00
|
|
|
"prepublishOnly": "export PUBLISH=true && npm run lint && npm test"
|
2016-11-16 01:33:17 +01:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-11-20 19:14:34 +01:00
|
|
|
"url": "https://github.com/sveltejs/svelte.git"
|
2016-11-16 01:33:17 +01:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"UI",
|
|
|
|
"framework",
|
|
|
|
"templates",
|
|
|
|
"templating"
|
|
|
|
],
|
|
|
|
"author": "Rich Harris",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2016-11-20 19:14:34 +01:00
|
|
|
"url": "https://github.com/sveltejs/svelte/issues"
|
2016-11-16 01:33:17 +01:00
|
|
|
},
|
2016-11-20 19:14:34 +01:00
|
|
|
"homepage": "https://github.com/sveltejs/svelte#README",
|
2016-11-16 01:33:17 +01:00
|
|
|
"devDependencies": {
|
2018-04-22 16:24:40 +02:00
|
|
|
"@types/mocha": "^5.2.0",
|
2018-08-04 02:00:41 +02:00
|
|
|
"@types/node": "^10.5.5",
|
2019-01-04 15:04:19 +01:00
|
|
|
"acorn": "^6.0.5",
|
|
|
|
"acorn-dynamic-import": "^4.0.0",
|
2018-09-26 03:28:01 +02:00
|
|
|
"agadoo": "^1.0.1",
|
2019-01-26 18:50:35 +01:00
|
|
|
"c8": "^3.4.0",
|
2018-04-22 16:24:40 +02:00
|
|
|
"codecov": "^3.0.0",
|
2017-09-08 04:07:16 +02:00
|
|
|
"css-tree": "1.0.0-alpha22",
|
2018-08-04 05:30:25 +02:00
|
|
|
"eslint": "^5.3.0",
|
2019-01-26 18:50:35 +01:00
|
|
|
"eslint-plugin-html": "^5.0.0",
|
2018-04-22 16:24:40 +02:00
|
|
|
"eslint-plugin-import": "^2.11.0",
|
2018-12-16 01:18:03 +01:00
|
|
|
"estree-walker": "^0.6.0",
|
2019-01-02 00:11:41 +01:00
|
|
|
"is-reference": "^1.1.1",
|
2019-01-26 19:12:59 +01:00
|
|
|
"jsdom": "^12.2.0",
|
2018-12-16 01:18:03 +01:00
|
|
|
"kleur": "^3.0.0",
|
2018-04-17 03:50:57 +02:00
|
|
|
"locate-character": "^2.0.5",
|
2018-08-04 02:00:41 +02:00
|
|
|
"magic-string": "^0.25.0",
|
2018-08-04 05:30:25 +02:00
|
|
|
"mocha": "^5.2.0",
|
2018-04-22 16:24:40 +02:00
|
|
|
"nightmare": "^3.0.1",
|
2016-11-19 19:10:32 +01:00
|
|
|
"node-resolve": "^1.3.3",
|
2019-01-26 18:50:35 +01:00
|
|
|
"rollup": "^1.1.2",
|
2018-04-22 16:24:40 +02:00
|
|
|
"rollup-plugin-commonjs": "^9.1.0",
|
2018-08-04 02:00:41 +02:00
|
|
|
"rollup-plugin-json": "^3.0.0",
|
2019-01-26 18:50:35 +01:00
|
|
|
"rollup-plugin-node-resolve": "^4.0.0",
|
2017-11-23 14:45:22 +01:00
|
|
|
"rollup-plugin-replace": "^2.0.0",
|
2019-01-27 02:52:56 +01:00
|
|
|
"rollup-plugin-sucrase": "^2.1.0",
|
2019-01-26 18:50:35 +01:00
|
|
|
"rollup-plugin-typescript": "^1.0.0",
|
2017-09-10 16:40:23 +02:00
|
|
|
"rollup-plugin-virtual": "^1.0.1",
|
2017-07-30 04:03:05 +02:00
|
|
|
"rollup-watch": "^4.3.1",
|
2018-04-30 02:25:12 +02:00
|
|
|
"sade": "^1.4.0",
|
|
|
|
"sander": "^0.6.0",
|
2018-05-17 08:40:42 +02:00
|
|
|
"shelljs": "^0.8.2",
|
2018-04-22 16:24:40 +02:00
|
|
|
"source-map": "0.6",
|
|
|
|
"source-map-support": "^0.5.4",
|
2018-05-16 17:08:05 +02:00
|
|
|
"tiny-glob": "^0.2.1",
|
2019-01-26 18:50:35 +01:00
|
|
|
"ts-node": "^8.0.2",
|
2017-11-12 21:20:13 +01:00
|
|
|
"tslib": "^1.8.0",
|
2018-08-04 02:00:41 +02:00
|
|
|
"typescript": "^3.0.1"
|
2016-11-16 01:33:17 +01:00
|
|
|
},
|
2016-11-21 13:07:42 +01:00
|
|
|
"nyc": {
|
|
|
|
"include": [
|
2017-11-23 14:45:22 +01:00
|
|
|
"compiler/svelte.js",
|
2017-05-04 18:25:20 +02:00
|
|
|
"shared.js"
|
2016-11-21 13:07:42 +01:00
|
|
|
],
|
2017-11-23 14:45:22 +01:00
|
|
|
"sourceMap": true,
|
|
|
|
"instrument": true
|
2016-11-16 01:33:17 +01:00
|
|
|
}
|
|
|
|
}
|