forked from Luc-Mcgrady/Anki-Search-Stats-Extended
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.18 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "anki-search-stats-extended",
"private": true,
"version": "0.0.0",
"description": "Customizable new graphs for anki",
"main": "index.js",
"scripts": {
"build": "node esbuild.mjs",
"format": "prettier --config .prettierrc 'src/**/*' --write",
"test": "jest"
},
"author": "",
"license": "ISC",
"dependencies": {
"cancelable-promise": "^4.3.1",
"d3": "^7.8.5",
"lodash": "^4.17.21",
"rainbowvis.js": "^1.1.1",
"sass": "^1.64.2",
"svelte": "^4.1.2",
"svelte-preprocess": "^5.0.4",
"typescript": "^5.1.6"
},
"devDependencies": {
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
"@bufbuild/buf": "^1.25.1",
"@bufbuild/protobuf": "^1.3.0",
"@bufbuild/protoc-gen-es": "^1.3.0",
"@tsconfig/svelte": "^5.0.0",
"@types/d3": "^7.4.0",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.196",
"esbuild": "^0.18.17",
"esbuild-svelte": "^0.7.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.3.2",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-svelte": "^3.2.5",
"protoc": "^1.1.3",
"ts-node": "^10.9.2"
}
}