-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.15 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
{
"type": "module",
"dependencies": {
"@material-symbols/font-400": "^0.15.0",
"@reduxjs/toolkit": "^2.0.1",
"@tensorflow/tfjs": "^4.12.0",
"@tensorflow/tfjs-backend-wasm": "^4.12.0",
"@tensorflow/tfjs-backend-webgpu": "^4.12.0",
"@types/dom-screen-wake-lock": "^1.0.3",
"@types/react": "^17.0.69",
"@types/react-redux": "^7.1.32",
"@types/showdown": "^2.0.6",
"@types/wicg-file-system-access": "^2023.10.4",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"cypress": "^13.14.0",
"esbuild": "^0.19.5",
"eslint": "^8.55.0",
"eslint-plugin-cypress": "^3.5.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.9.0",
"hash-wasm": "^4.11.0",
"libavjs-webcodecs-bridge": "github:Yahweasel/libavjs-webcodecs-bridge#98fb137f2b06029e376dc252c31d2f0b540a5919",
"markdown-it": "^14.1.0",
"markdown-it-attrs": "^4.2.0",
"preact": "^10.19.2",
"react": "npm:@preact/compat@^17.1.2",
"react-dom": "npm:@preact/compat@^17.1.2",
"react-redux": "^8.1.3",
"showdown": "^2.1.0",
"typescript": "5.3",
"yaml": "^2.3.4"
}
}