2020-06-22 07:00:45 +02:00
|
|
|
{
|
|
|
|
"name": "anki",
|
|
|
|
"version": "0.1.0",
|
2020-06-26 02:42:10 +02:00
|
|
|
"private": true,
|
|
|
|
"author": "Ankitects Pty Ltd and contributors",
|
|
|
|
"license": "AGPL-3.0-or-later",
|
|
|
|
"description": "Anki JS support files",
|
2020-06-22 07:00:45 +02:00
|
|
|
"devDependencies": {
|
|
|
|
"@pyoner/svelte-types": "^3.4.4-2",
|
|
|
|
"@types/d3-array": "^2.0.0",
|
|
|
|
"@types/d3-axis": "^1.0.12",
|
|
|
|
"@types/d3-scale": "^2.2.0",
|
|
|
|
"@types/d3-scale-chromatic": "^1.5.0",
|
|
|
|
"@types/d3-selection": "^1.4.1",
|
|
|
|
"@types/d3-shape": "^1.3.2",
|
|
|
|
"@types/d3-transition": "^1.1.6",
|
2020-06-26 02:42:10 +02:00
|
|
|
"@types/jquery": "^3.5.0",
|
|
|
|
"@types/jqueryui": "^1.12.13",
|
2020-06-22 11:11:50 +02:00
|
|
|
"@types/lodash.debounce": "^4.0.6",
|
2020-06-22 07:00:45 +02:00
|
|
|
"@types/lodash.throttle": "^4.1.6",
|
|
|
|
"@types/long": "^4.0.1",
|
2020-06-26 02:42:10 +02:00
|
|
|
"@types/mathjax": "0.0.36",
|
2020-06-22 07:00:45 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "^2.11.0",
|
|
|
|
"@typescript-eslint/parser": "^2.11.0",
|
|
|
|
"cross-env": "^7.0.2",
|
|
|
|
"css-loader": "^3.6.0",
|
|
|
|
"eslint": "^6.7.2",
|
|
|
|
"eslint-loader": "^4.0.2",
|
|
|
|
"eslint-plugin-svelte3": "^2.7.3",
|
|
|
|
"html-webpack-plugin": "^4.3.0",
|
|
|
|
"prettier": "^2.0.0",
|
|
|
|
"prettier-plugin-svelte": "^1.1.0",
|
2020-06-26 02:42:10 +02:00
|
|
|
"sass": "^1.26.9",
|
2020-06-30 08:23:46 +02:00
|
|
|
"sass-loader": "^8.0.2",
|
2020-06-22 07:00:45 +02:00
|
|
|
"style-loader": "^1.2.1",
|
|
|
|
"svelte": "^3.23.2",
|
2020-07-28 03:15:49 +02:00
|
|
|
"svelte-check": "^0.1.58",
|
2020-06-22 07:00:45 +02:00
|
|
|
"svelte-loader": "^2.13.6",
|
|
|
|
"svelte-preprocess": "^3.9.9",
|
|
|
|
"ts-loader": "^7.0.5",
|
2020-07-28 03:15:49 +02:00
|
|
|
"typescript": "^3.9.7",
|
|
|
|
"webpack": "^4.44.0",
|
2020-06-22 07:00:45 +02:00
|
|
|
"webpack-cli": "^3.3.11",
|
|
|
|
"webpack-dev-server": "^3.11.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"fix": "prettier --write src/*/*.ts",
|
2020-07-22 06:11:35 +02:00
|
|
|
"check": "svelte-check && eslint --max-warnings=0 --ext .ts src && prettier --check src/*/*.ts",
|
2020-06-22 07:00:45 +02:00
|
|
|
"build": "cross-env NODE_ENV=production webpack",
|
|
|
|
"dev": "webpack-dev-server"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-06-27 11:24:49 +02:00
|
|
|
"@fluent/bundle": "^0.15.1",
|
2020-06-22 07:00:45 +02:00
|
|
|
"d3-array": "^2.4.0",
|
|
|
|
"d3-axis": "^1.0.12",
|
|
|
|
"d3-scale": "^3.2.1",
|
|
|
|
"d3-scale-chromatic": "^1.5.0",
|
2020-07-28 03:15:49 +02:00
|
|
|
"d3-selection": "^1.4.2",
|
2020-06-22 07:00:45 +02:00
|
|
|
"d3-shape": "^1.3.7",
|
2020-06-30 07:09:20 +02:00
|
|
|
"d3-time": "^1.1.0",
|
2020-06-22 07:00:45 +02:00
|
|
|
"d3-transition": "^1.3.2",
|
2020-06-29 05:46:13 +02:00
|
|
|
"intl-pluralrules": "^1.2.0",
|
2020-06-22 11:11:50 +02:00
|
|
|
"lodash.debounce": "^4.0.8",
|
2020-06-22 07:00:45 +02:00
|
|
|
"lodash.throttle": "^4.1.1",
|
2020-07-28 03:15:49 +02:00
|
|
|
"protobufjs": "^6.10.1"
|
2020-06-22 07:00:45 +02:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"dist/*"
|
|
|
|
]
|
|
|
|
}
|