-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
67 lines (67 loc) · 1.91 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
{
"name": "learn-2.0",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "node scripts/preprocess.js && vite dev",
"build": "node scripts/preprocess.js && vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
"test": "node --test-reporter spec --test test/*",
"test:unit": "vitest",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.5.1",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-svelte3": "^4.0.0",
"front-matter": "^4.0.2",
"github-slugger": "^2.0.0",
"hastscript": "^7.2.0",
"markdown": "^0.5.0",
"markdown-link-extractor": "^3.1.0",
"mdsvex": "^0.10.6",
"node-fetch": "^3.3.2",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
"svelte": "^4.2.12",
"svelte-check": "^3.6.4",
"svelte-preprocess": "^5.1.3",
"tap-mocha-reporter": "^5.0.4",
"vite": "^5.1.4",
"vitest": "^1.3.1"
},
"type": "module",
"dependencies": {
"@flucoma/tf-kmeans": "^0.0.3",
"@juggle/resize-observer": "^3.4.0",
"@tensorflow/tfjs": "^4.17.0",
"array-smooth": "^1.0.0",
"chart.js": "^4.0.0",
"chartjs-plugin-annotation": "^3.0.1",
"d3": "^7.8.5",
"fast-glob": "^3.3.2",
"fuse.js": "^6.6.2",
"konva": "^8.4.3",
"lodash": "^4.17.21",
"meyda": "^5.6.2",
"numpy-parser": "^1.2.3",
"peaks.js": "^2.1.0",
"pts": "^0.11.5",
"seedrandom": "^3.0.5",
"svelte-bricks": "^0.1.7",
"svelte-select": "^5.8.3",
"svelte-youtube": "^0.0.2",
"tone": "^15.0.4",
"two.js": "^0.8.13",
"umap-js": "^1.3.3",
"waveform-data": "^4.5.0"
}
}