mirror of
https://github.com/ankitects/anki.git
synced 2025-12-10 13:26:56 -05:00
This reverts commit62600051ae, reversing changes made to88553acb0d. - Standard graphs render incorrectly on latest version - the wrong number of days are shown, and the grid lines look wrong. Any version after 0.8.3 seems to suffer from this problem. - Pie graphs and stack graphs don't render - they are provided in separate files, and plot.js in previous Anki versions has them included in the one file. To maintain compatibility with add-ons, we'd need to create a single file as before, instead of importing multiple files. If the above issues are fixed I'd be happy to merge this in again, but as the old graphs are on the way out, it's probably not worth the effort.
74 lines
2.4 KiB
JSON
74 lines
2.4 KiB
JSON
{
|
|
"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/labs": "^3.0.0",
|
|
"@bazel/rollup": "^3.0.0",
|
|
"@bazel/typescript": "^3.0.0",
|
|
"@pyoner/svelte-types": "^3.4.4-2",
|
|
"@rollup/plugin-commonjs": "^15.1.0",
|
|
"@rollup/plugin-node-resolve": "^9.0.0",
|
|
"@tsconfig/svelte": "^1.0.10",
|
|
"@types/d3-array": "^2.0.0",
|
|
"@types/d3-axis": "^1.0.12",
|
|
"@types/d3-interpolate": "^2.0.0",
|
|
"@types/d3-scale": "^2.2.1",
|
|
"@types/d3-scale-chromatic": "^1.5.0",
|
|
"@types/d3-selection": "^1.4.1",
|
|
"@types/d3-shape": "^1.3.2",
|
|
"@types/d3-time": "^2.0.0",
|
|
"@types/d3-transition": "^1.1.6",
|
|
"@types/jquery": "^3.5.0",
|
|
"@types/jqueryui": "^1.12.13",
|
|
"@types/lodash": "^4.14.162",
|
|
"@types/long": "^4.0.1",
|
|
"@types/react": "^16.9.53",
|
|
"@types/react-dom": "^16.9.8",
|
|
"@typescript-eslint/eslint-plugin": "^2.11.0",
|
|
"@typescript-eslint/parser": "^2.11.0",
|
|
"cross-env": "^7.0.2",
|
|
"eslint": "^6.7.2",
|
|
"license-checker-rseidelsohn": "=1.1.2",
|
|
"patch-package": "^6.2.2",
|
|
"prettier": "^2.1.2",
|
|
"prettier-plugin-svelte": "^1.4.0",
|
|
"protobufjs-cli-taylorm": "^7.0.4",
|
|
"protobufjs-taylorm": "^7.0.4",
|
|
"rollup": "^2.32.1",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"svelte": "^3.28.0",
|
|
"svelte-check": "^1.0.61",
|
|
"svelte2tsx": "^0.1.133",
|
|
"tslib": "^2.0.3",
|
|
"typescript": "^3.9.7"
|
|
},
|
|
"scripts": {
|
|
"fix": "prettier --write */*.ts */*.svelte",
|
|
"postinstall": "patch-package"
|
|
},
|
|
"dependencies": {
|
|
"@fluent/bundle": "^0.15.1",
|
|
"d3-array": "^2.8.0",
|
|
"d3-axis": "^1.0.12",
|
|
"d3-interpolate": "^1.4.0",
|
|
"d3-scale": "^3.2.3",
|
|
"d3-scale-chromatic": "^1.5.0",
|
|
"d3-selection": "^1.4.2",
|
|
"d3-shape": "^1.3.7",
|
|
"d3-time": "^1.1.0",
|
|
"d3-transition": "^1.3.2",
|
|
"intl-pluralrules": "^1.2.2",
|
|
"lodash.debounce": "^4.0.8",
|
|
"lodash.throttle": "^4.1.1",
|
|
"jquery": "^3.5.1",
|
|
"mathjax": "^3.1.2",
|
|
"protobufjs": "^6.10.1"
|
|
},
|
|
"files": [
|
|
"dist/*"
|
|
]
|
|
}
|