2016-11-16 01:33:17 +01:00
|
|
|
{
|
|
|
|
"name": "svelte",
|
2023-01-10 18:17:09 +01:00
|
|
|
"version": "3.55.1",
|
2019-04-21 13:01:18 +02:00
|
|
|
"description": "Cybernetically enhanced web apps",
|
2018-12-22 06:42:44 +01:00
|
|
|
"module": "index.mjs",
|
2019-02-01 16:40:53 +01:00
|
|
|
"main": "index",
|
2016-11-22 22:14:29 +01:00
|
|
|
"files": [
|
2019-05-27 12:50:00 +02:00
|
|
|
"types",
|
2019-05-28 02:05:31 +02:00
|
|
|
"compiler.*",
|
2018-12-16 01:18:03 +01:00
|
|
|
"register.js",
|
2018-12-22 06:42:44 +01:00
|
|
|
"index.*",
|
2021-07-04 01:18:01 +02:00
|
|
|
"ssr.*",
|
2019-05-27 21:36:02 +02:00
|
|
|
"internal",
|
|
|
|
"store",
|
|
|
|
"animate",
|
|
|
|
"transition",
|
|
|
|
"easing",
|
|
|
|
"motion",
|
2022-03-31 16:13:11 +02:00
|
|
|
"action",
|
2022-12-11 21:45:11 +01:00
|
|
|
"elements",
|
2016-11-22 22:14:29 +01:00
|
|
|
"README.md"
|
|
|
|
],
|
2020-11-09 16:26:33 +01:00
|
|
|
"exports": {
|
2020-11-09 17:52:51 +01:00
|
|
|
"./package.json": "./package.json",
|
2020-11-09 16:26:33 +01:00
|
|
|
".": {
|
2021-11-19 09:29:20 +01:00
|
|
|
"types": "./types/runtime/index.d.ts",
|
2021-11-04 16:12:55 +01:00
|
|
|
"browser": {
|
|
|
|
"import": "./index.mjs",
|
|
|
|
"require": "./index.js"
|
|
|
|
},
|
2021-09-22 21:37:45 +02:00
|
|
|
"node": {
|
|
|
|
"import": "./ssr.mjs",
|
|
|
|
"require": "./ssr.js"
|
|
|
|
},
|
2020-11-09 16:26:33 +01:00
|
|
|
"import": "./index.mjs",
|
|
|
|
"require": "./index.js"
|
|
|
|
},
|
|
|
|
"./compiler": {
|
2021-11-19 09:29:20 +01:00
|
|
|
"types": "./types/compiler/index.d.ts",
|
2020-11-09 16:26:33 +01:00
|
|
|
"import": "./compiler.mjs",
|
|
|
|
"require": "./compiler.js"
|
|
|
|
},
|
2022-02-26 19:37:12 +01:00
|
|
|
"./action": {
|
|
|
|
"types": "./types/runtime/action/index.d.ts"
|
|
|
|
},
|
2020-11-09 16:26:33 +01:00
|
|
|
"./animate": {
|
2021-11-19 09:29:20 +01:00
|
|
|
"types": "./types/runtime/animate/index.d.ts",
|
2020-11-09 16:26:33 +01:00
|
|
|
"import": "./animate/index.mjs",
|
|
|
|
"require": "./animate/index.js"
|
|
|
|
},
|
|
|
|
"./easing": {
|
2021-11-19 09:29:20 +01:00
|
|
|
"types": "./types/runtime/easing/index.d.ts",
|
2020-11-09 16:26:33 +01:00
|
|
|
"import": "./easing/index.mjs",
|
|
|
|
"require": "./easing/index.js"
|
|
|
|
},
|
|
|
|
"./internal": {
|
2021-11-19 09:29:20 +01:00
|
|
|
"types": "./types/runtime/internal/index.d.ts",
|
2020-11-09 16:26:33 +01:00
|
|
|
"import": "./internal/index.mjs",
|
|
|
|
"require": "./internal/index.js"
|
|
|
|
},
|
|
|
|
"./motion": {
|
2021-11-19 09:29:20 +01:00
|
|
|
"types": "./types/runtime/motion/index.d.ts",
|
2020-11-09 16:26:33 +01:00
|
|
|
"import": "./motion/index.mjs",
|
|
|
|
"require": "./motion/index.js"
|
|
|
|
},
|
2020-11-10 16:52:02 +01:00
|
|
|
"./register": {
|
|
|
|
"require": "./register.js"
|
|
|
|
},
|
2020-11-09 16:26:33 +01:00
|
|
|
"./store": {
|
2021-11-19 09:29:20 +01:00
|
|
|
"types": "./types/runtime/store/index.d.ts",
|
2020-11-09 16:26:33 +01:00
|
|
|
"import": "./store/index.mjs",
|
|
|
|
"require": "./store/index.js"
|
|
|
|
},
|
|
|
|
"./transition": {
|
2021-11-19 09:29:20 +01:00
|
|
|
"types": "./types/runtime/transition/index.d.ts",
|
2020-11-09 16:26:33 +01:00
|
|
|
"import": "./transition/index.mjs",
|
|
|
|
"require": "./transition/index.js"
|
2021-06-29 04:17:16 +02:00
|
|
|
},
|
2022-12-11 21:45:11 +01:00
|
|
|
"./elements": {
|
|
|
|
"types": "./elements/index.d.ts"
|
|
|
|
},
|
2021-06-29 04:17:16 +02:00
|
|
|
"./ssr": {
|
2021-11-19 09:29:20 +01:00
|
|
|
"types": "./types/runtime/index.d.ts",
|
2021-06-29 04:17:16 +02:00
|
|
|
"import": "./ssr.mjs",
|
|
|
|
"require": "./ssr.js"
|
2020-11-09 16:26:33 +01:00
|
|
|
}
|
|
|
|
},
|
2019-06-07 16:05:59 +02:00
|
|
|
"engines": {
|
2019-06-07 23:45:40 +02:00
|
|
|
"node": ">= 8"
|
2019-06-07 16:05:59 +02:00
|
|
|
},
|
2019-06-09 22:35:44 +02:00
|
|
|
"types": "types/runtime/index.d.ts",
|
2016-11-16 01:33:17 +01:00
|
|
|
"scripts": {
|
2022-10-14 14:08:25 +02:00
|
|
|
"test": "npm run test:unit && npm run test:integration",
|
|
|
|
"test:integration": "mocha --exit",
|
|
|
|
"test:unit": "mocha --config .mocharc.unit.js --exit",
|
|
|
|
"quicktest": "mocha --exit",
|
2019-06-25 00:10:10 +02:00
|
|
|
"build": "rollup -c && npm run tsd",
|
2022-10-14 14:08:25 +02:00
|
|
|
"prepare": "node scripts/skip_in_ci.js npm run build",
|
2019-01-26 18:50:35 +01:00
|
|
|
"dev": "rollup -cw",
|
2019-05-27 21:36:02 +02:00
|
|
|
"posttest": "agadoo internal/index.mjs",
|
2022-10-14 14:08:25 +02:00
|
|
|
"prepublishOnly": "node check_publish_env.js && npm run lint && npm run build && npm test",
|
2022-07-01 14:48:10 +02:00
|
|
|
"tsd": "node ./generate-type-definitions.js",
|
2022-12-03 07:54:32 +01:00
|
|
|
"lint": "eslint \"{src,test}/**/*.{ts,js}\" --cache"
|
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
|
|
|
},
|
2022-03-21 18:33:14 +01:00
|
|
|
"homepage": "https://svelte.dev",
|
2016-11-16 01:33:17 +01:00
|
|
|
"devDependencies": {
|
2020-11-19 19:38:41 +01:00
|
|
|
"@ampproject/remapping": "^0.3.0",
|
2019-12-30 02:07:47 +01:00
|
|
|
"@rollup/plugin-commonjs": "^11.0.0",
|
|
|
|
"@rollup/plugin-json": "^4.0.1",
|
2022-10-16 10:58:34 +02:00
|
|
|
"@rollup/plugin-node-resolve": "^11.2.1",
|
2019-12-30 02:07:47 +01:00
|
|
|
"@rollup/plugin-replace": "^2.3.0",
|
2020-12-15 00:49:55 +01:00
|
|
|
"@rollup/plugin-sucrase": "^3.1.0",
|
2019-12-30 02:07:47 +01:00
|
|
|
"@rollup/plugin-typescript": "^2.0.1",
|
|
|
|
"@rollup/plugin-virtual": "^2.0.0",
|
2021-10-07 22:41:28 +02:00
|
|
|
"@sveltejs/eslint-config": "github:sveltejs/eslint-config#v5.8.0",
|
2022-07-10 20:23:41 +02:00
|
|
|
"@types/aria-query": "^5.0.0",
|
2021-10-03 19:00:44 +02:00
|
|
|
"@types/mocha": "^7.0.0",
|
2019-09-04 03:10:59 +02:00
|
|
|
"@types/node": "^8.10.53",
|
2022-05-06 17:52:22 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.22.0",
|
|
|
|
"@typescript-eslint/parser": "^5.22.0",
|
2022-11-09 19:22:25 +01:00
|
|
|
"acorn": "^8.8.1",
|
|
|
|
"agadoo": "^2.0.0",
|
|
|
|
"aria-query": "^5.1.1",
|
|
|
|
"axobject-query": "^3.1.1",
|
2022-01-31 23:23:44 +01:00
|
|
|
"code-red": "^0.2.5",
|
2022-11-09 19:22:25 +01:00
|
|
|
"css-tree": "^2.2.1",
|
|
|
|
"eslint": "^8.26.0",
|
2022-05-06 17:52:22 +02:00
|
|
|
"eslint-plugin-import": "^2.26.0",
|
|
|
|
"eslint-plugin-svelte3": "^4.0.0",
|
2022-11-09 19:22:25 +01:00
|
|
|
"estree-walker": "^3.0.1",
|
2021-07-21 07:33:02 +02:00
|
|
|
"is-reference": "^3.0.0",
|
2021-04-19 21:18:05 +02:00
|
|
|
"jsdom": "^15.2.1",
|
2022-11-09 19:22:25 +01:00
|
|
|
"kleur": "^4.1.5",
|
2018-04-17 03:50:57 +02:00
|
|
|
"locate-character": "^2.0.5",
|
2019-07-07 16:30:30 +02:00
|
|
|
"magic-string": "^0.25.3",
|
2021-10-03 19:00:44 +02:00
|
|
|
"mocha": "^7.0.0",
|
2021-07-21 03:31:55 +02:00
|
|
|
"periscopic": "^3.0.4",
|
2021-10-03 19:00:44 +02:00
|
|
|
"puppeteer": "^2.0.0",
|
2019-12-30 02:07:47 +01:00
|
|
|
"rollup": "^1.27.14",
|
2022-07-27 10:56:37 +02:00
|
|
|
"source-map": "^0.7.4",
|
2022-11-09 19:22:25 +01:00
|
|
|
"source-map-support": "^0.5.21",
|
2020-11-19 19:38:41 +01:00
|
|
|
"sourcemap-codec": "^1.4.8",
|
2022-11-09 19:22:25 +01:00
|
|
|
"tiny-glob": "^0.2.9",
|
2022-11-10 12:54:25 +01:00
|
|
|
"tslib": "^2.4.1",
|
2022-11-10 15:10:40 +01:00
|
|
|
"typescript": "^3.7.5",
|
|
|
|
"util": "^0.12.5"
|
2019-08-17 17:32:35 +02:00
|
|
|
}
|
2016-11-16 01:33:17 +01:00
|
|
|
}
|