-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
89 lines (89 loc) · 2.71 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "anime-atlas",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"package": "svelte-kit package",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"devDependencies": {
"@sveltejs/adapter-node": "^5.2.0",
"@sveltejs/kit": "2.5.18",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@types/sqlite3": "^3.1.11",
"typescript-eslint": "^8.0.0-alpha.20",
"carbon-components-svelte": "^0.85.0",
"carbon-icons-svelte": "^12.10.0",
"carbon-preprocess-svelte": "^0.11.3",
"@types/eslint": "^8.56.7",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.36.0",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
"svelte-preprocess": "^6.0.2",
"tslib": "^2.6.3",
"typescript": "~5.5.4",
"vite": "^5.3.4"
},
"type": "module",
"dependencies": {
"@carbon/charts": "=1.19.2",
"@carbon/charts-svelte": "=1.19.2",
"@pixi-essentials/gradients": "^0.0.5",
"@pixi/app": "^6.3.2",
"@pixi/constants": "^6.3.2",
"@pixi/core": "^6.3.2",
"@pixi/display": "^6.3.2",
"@pixi/events": "^6.3.2",
"@pixi/graphics": "^6.3.2",
"@pixi/interaction": "^6.3.2",
"@pixi/math": "^6.3.2",
"@pixi/particle-container": "^6.3.2",
"@pixi/runner": "^6.3.2",
"@pixi/settings": "^6.3.2",
"@pixi/sprite": "^6.3.2",
"@pixi/text": "^6.3.2",
"@pixi/ticker": "^6.3.2",
"@pixi/utils": "^6.3.2",
"@sentry/browser": "^8.19.0",
"@tanstack/svelte-query": "^5.51.11",
"@tensorflow/tfjs": "^4.20.0",
"@tensorflow/tfjs-node": "^4.20.0",
"@types/ramda": "^0.30.1",
"anilist-node": "^1.14.1",
"aws-sdk": "^2.1661.0",
"broadcast-channel": "^7.0.0",
"csv-parse": "^5.5.6",
"d3-array": "^3.2.4",
"d3-axis": "^3.0.0",
"d3-brush": "^3.0.0",
"d3-ease": "^3.0.1",
"d3-hierarchy": "^3.1.2",
"d3-interpolate": "^3.0.1",
"d3-quadtree": "^3.0.1",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.1.0",
"d3-selection": "^3.0.0",
"fp-ts": "^2.16.8",
"fuse.js": "^7.0.0",
"io-ts": "^2.2.21",
"jsdom": "^24.1.1",
"mock-aws-s3": "^4.0.2",
"mysql": "^2.18.1",
"nock": "^13.5.4",
"node-cache": "^5.1.2",
"pixi-viewport": "^4.34.4",
"ramda": "^0.30.1",
"sqlite3": "^5.1.7",
"svelte-seo": "=1.6.1",
"uplot": "^1.6.30"
}
}