anki/ts/package.json

74 lines
2.2 KiB
JSON
Raw Normal View History

{
"name": "anki",
"version": "0.1.0",
"private": true,
"author": "Ankitects Pty Ltd and contributors",
"license": "AGPL-3.0-or-later",
"description": "Anki JS support files",
"devDependencies": {
"@bazel/typescript": "=3.4.0",
"@bazel/worker": "=3.4.0",
"@pyoner/svelte-types": "^3.4.4-2",
"@sqltools/formatter": "^1.2.2",
"@tsconfig/svelte": "^1.0.10",
"@types/bootstrap": "^5.0.12",
"@types/d3": "^6.3.0",
"@types/diff": "^5.0.0",
"@types/jest": "^26.0.22",
"@types/jquery": "^3.5.0",
"@types/jqueryui": "^1.12.13",
"@types/lodash": "^4.14.162",
"@types/long": "^4.0.1",
"@types/node": "^14.14.20",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
2021-04-22 19:19:39 +02:00
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"chalk": "^4.1.0",
"cross-env": "^7.0.2",
"diff": "^5.0.0",
"escodegen": "^2.0.0",
2021-04-22 19:19:39 +02:00
"eslint": "^7.24.0",
"espree": "^7.3.1",
"estraverse": "^5.2.0",
"glob": "^7.1.6",
"jest-cli": "^27.0.0-next.7",
"jsdoc": "^3.6.6",
2020-11-12 12:07:59 +01:00
"license-checker-rseidelsohn": "=1.1.2",
"minimist": "^1.2.5",
"prettier": "^2.1.2",
"prettier-plugin-svelte": "^1.4.0",
"sass": "^1.32.6",
"semver": "^7.3.4",
"svelte": "^3.25.0",
"svelte-check": "^1.0.61",
"svelte-preprocess": "^4.6.9",
"svelte2tsx": "^0.1.133",
"tmp": "^0.2.1",
"tslib": "^2.0.3",
2021-04-22 18:33:42 +02:00
"typescript": "^4.2.4",
"uglify-js": "^3.13.1"
},
"scripts": {
"fix": "prettier --write */*.ts */*.svelte"
},
"dependencies": {
2020-06-27 11:24:49 +02:00
"@fluent/bundle": "^0.15.1",
2021-03-29 15:27:42 +02:00
"@mdi/svg": "^5.9.55",
"@popperjs/core": "^2.9.2",
"bootstrap": "^5.0.0-beta2",
"bootstrap-icons": "^1.4.0",
"css-browser-selector": "^0.6.5",
"d3": "^6.5.0",
2020-08-27 13:46:49 +02:00
"intl-pluralrules": "^1.2.2",
2020-12-30 11:56:49 +01:00
"jquery": "^3.5.1",
"jquery-ui-dist": "^1.12.1",
"lodash-es": "^4.17.21",
"mathjax": "^3.1.2",
"protobufjs": "^6.10.2"
},
"files": [
"dist/*"
]
}