mirror of https://github.com/sveltejs/svelte
parent
70dad6af54
commit
6e94f5bd2e
@ -1,112 +1,111 @@
|
||||
{
|
||||
"name": "svelte",
|
||||
"version": "3.22.3",
|
||||
"description": "Cybernetically enhanced web apps",
|
||||
"module": "index.mjs",
|
||||
"main": "index",
|
||||
"files": [
|
||||
"types",
|
||||
"compiler.*",
|
||||
"register.js",
|
||||
"index.*",
|
||||
"internal",
|
||||
"store",
|
||||
"animate",
|
||||
"transition",
|
||||
"easing",
|
||||
"motion",
|
||||
"svelte",
|
||||
"README.md"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">= 8"
|
||||
},
|
||||
"types": "types/runtime/index.d.ts",
|
||||
"scripts": {
|
||||
"test": "mocha",
|
||||
"test:unit": "mocha -r sucrase/register --recursive src/**/__test__.ts",
|
||||
"quicktest": "mocha",
|
||||
"update-expected": "node -r sucrase/register ./test/js/update.ts && node -r sucrase/register ./test/parser/update.ts",
|
||||
"precoverage": "c8 mocha --opts mocha.coverage.opts",
|
||||
"coverage": "c8 report --reporter=text-lcov > coverage.lcov && c8 report --reporter=html",
|
||||
"codecov": "codecov",
|
||||
"precodecov": "npm run coverage",
|
||||
"build": "rollup -c && npm run tsd",
|
||||
"prepare": "npm run build",
|
||||
"dev": "rollup -cw",
|
||||
"pretest": "npm run build",
|
||||
"posttest": "agadoo internal/index.mjs",
|
||||
"prepublishOnly": "npm run lint && PUBLISH=true npm test",
|
||||
"tsd": "tsc -p src/compiler --emitDeclarationOnly && tsc -p src/runtime --emitDeclarationOnly",
|
||||
"lint": "eslint \"{src,test}/**/*.{ts,js}\""
|
||||
},
|
||||
"mocha": {
|
||||
"file": "./test/test.ts",
|
||||
"require": "sucrase/register",
|
||||
"bail": true,
|
||||
"timeout": "10000"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sveltejs/svelte.git"
|
||||
},
|
||||
"keywords": [
|
||||
"UI",
|
||||
"framework",
|
||||
"templates",
|
||||
"templating"
|
||||
],
|
||||
"author": "Rich Harris",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/sveltejs/svelte/issues"
|
||||
},
|
||||
"homepage": "https://github.com/sveltejs/svelte#README",
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^11.1.0",
|
||||
"@rollup/plugin-json": "^4.0.3",
|
||||
"@rollup/plugin-node-resolve": "^7.1.3",
|
||||
"@rollup/plugin-replace": "^2.3.2",
|
||||
"@rollup/plugin-sucrase": "^3.0.1",
|
||||
"@rollup/plugin-typescript": "^4.1.1",
|
||||
"@rollup/plugin-virtual": "^2.0.2",
|
||||
"@types/jsdom": "^16.2.2",
|
||||
"@types/mocha": "^7.0.2",
|
||||
"@types/node": "^14.0.1",
|
||||
"@types/puppeteer": "^2.1.0",
|
||||
"@typescript-eslint/eslint-plugin": "^1.13.0",
|
||||
"@typescript-eslint/parser": "^2.1.0",
|
||||
"acorn": "^7.2.0",
|
||||
"agadoo": "^2.0.0",
|
||||
"c8": "^7.1.2",
|
||||
"code-red": "0.1.1",
|
||||
"codecov": "^3.6.5",
|
||||
"css-tree": "1.0.0-alpha22",
|
||||
"eslint": "^6.3.0",
|
||||
"eslint-plugin-import": "^2.18.2",
|
||||
"eslint-plugin-svelte3": "^2.7.3",
|
||||
"estree-walker": "^2.0.1",
|
||||
"is-reference": "^1.1.4",
|
||||
"jsdom": "^16.2.2",
|
||||
"kleur": "^3.0.3",
|
||||
"locate-character": "^2.0.5",
|
||||
"magic-string": "^0.25.3",
|
||||
"mocha": "^7.1.2",
|
||||
"periscopic": "^2.0.1",
|
||||
"puppeteer": "^3.1.0",
|
||||
"rollup": "^2.10.5",
|
||||
"source-map-support": "^0.5.19",
|
||||
"source-map": "^0.7.3",
|
||||
"tslib": "^2.0.0",
|
||||
"typescript": "^3.9.2"
|
||||
},
|
||||
"nyc": {
|
||||
"include": [
|
||||
"compiler/svelte.js",
|
||||
"shared.js"
|
||||
],
|
||||
"sourceMap": true,
|
||||
"instrument": true
|
||||
}
|
||||
"name": "svelte",
|
||||
"version": "3.22.3",
|
||||
"description": "Cybernetically enhanced web apps",
|
||||
"module": "index.mjs",
|
||||
"main": "index",
|
||||
"files": [
|
||||
"types",
|
||||
"compiler.*",
|
||||
"register.js",
|
||||
"index.*",
|
||||
"internal",
|
||||
"store",
|
||||
"animate",
|
||||
"transition",
|
||||
"easing",
|
||||
"motion",
|
||||
"svelte",
|
||||
"README.md"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">= 8"
|
||||
},
|
||||
"types": "types/runtime/index.d.ts",
|
||||
"scripts": {
|
||||
"test": "mocha",
|
||||
"test:unit": "mocha -r sucrase/register --recursive src/**/__test__.ts",
|
||||
"quicktest": "mocha",
|
||||
"update-expected": "node -r sucrase/register ./test/js/update.ts && node -r sucrase/register ./test/parser/update.ts",
|
||||
"precoverage": "c8 mocha --opts mocha.coverage.opts",
|
||||
"coverage": "c8 report --reporter=text-lcov > coverage.lcov && c8 report --reporter=html",
|
||||
"codecov": "codecov",
|
||||
"precodecov": "npm run coverage",
|
||||
"build": "rollup -c && npm run tsd",
|
||||
"prepare": "npm run build",
|
||||
"dev": "rollup -cw",
|
||||
"pretest": "npm run build",
|
||||
"posttest": "agadoo internal/index.mjs",
|
||||
"prepublishOnly": "npm run lint && PUBLISH=true npm test",
|
||||
"tsd": "tsc -p src/compiler --emitDeclarationOnly && tsc -p src/runtime --emitDeclarationOnly",
|
||||
"lint": "eslint \"{src,test}/**/*.{ts,js}\""
|
||||
},
|
||||
"mocha": {
|
||||
"file": "./test/test.ts",
|
||||
"require": "sucrase/register",
|
||||
"bail": true,
|
||||
"timeout": "10000"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sveltejs/svelte.git"
|
||||
},
|
||||
"keywords": [
|
||||
"UI",
|
||||
"framework",
|
||||
"templates",
|
||||
"templating"
|
||||
],
|
||||
"author": "Rich Harris",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/sveltejs/svelte/issues"
|
||||
},
|
||||
"homepage": "https://github.com/sveltejs/svelte#README",
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^11.1.0",
|
||||
"@rollup/plugin-json": "^4.0.3",
|
||||
"@rollup/plugin-node-resolve": "^7.1.3",
|
||||
"@rollup/plugin-replace": "^2.3.2",
|
||||
"@rollup/plugin-sucrase": "^3.0.1",
|
||||
"@rollup/plugin-typescript": "^4.1.1",
|
||||
"@rollup/plugin-virtual": "^2.0.2",
|
||||
"@types/jsdom": "^16.2.2",
|
||||
"@types/mocha": "^7.0.2",
|
||||
"@types/node": "^14.0.1",
|
||||
"@types/puppeteer": "^2.1.0",
|
||||
"@typescript-eslint/eslint-plugin": "^1.13.0",
|
||||
"@typescript-eslint/parser": "^2.1.0",
|
||||
"acorn": "^7.2.0",
|
||||
"agadoo": "^2.0.0",
|
||||
"c8": "^7.1.2",
|
||||
"code-red": "0.1.1",
|
||||
"codecov": "^3.6.5",
|
||||
"css-tree": "1.0.0-alpha22",
|
||||
"eslint": "^6.3.0",
|
||||
"eslint-plugin-import": "^2.18.2",
|
||||
"eslint-plugin-svelte3": "^2.7.3",
|
||||
"estree-walker": "^2.0.1",
|
||||
"is-reference": "^1.1.4",
|
||||
"jsdom": "^16.2.2",
|
||||
"kleur": "^3.0.3",
|
||||
"locate-character": "^2.0.5",
|
||||
"magic-string": "^0.25.3",
|
||||
"mocha": "^7.1.2",
|
||||
"periscopic": "^2.0.1",
|
||||
"puppeteer": "^3.1.0",
|
||||
"rollup": "^2.10.5",
|
||||
"source-map-support": "^0.5.19",
|
||||
"source-map": "^0.7.3",
|
||||
"tslib": "^2.0.0",
|
||||
"typescript": "^3.9.2"
|
||||
},
|
||||
"nyc": {
|
||||
"include": [
|
||||
"compiler/svelte.js",
|
||||
"shared.js"
|
||||
],
|
||||
"sourceMap": true,
|
||||
"instrument": true
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in new issue