-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.14 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.14 KB
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
{
"name": "slither",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --force --host=0.0.0.0",
"build": "vite build",
"preview": "vite preview --host=0.0.0.0",
"lint": "eslint ."
},
"dependencies": {
"@techstark/opencv-js": "4.9.0-release.2",
"culori": "~4.0.1",
"pako": "~2.1.0",
"phet-lib": "0.0.12",
"tesseract.js": "~5.0.4"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/culori": "~2.1.0",
"@types/jquery": "~3.5.13",
"@types/lodash": "~4.14.172",
"@types/pako": "~2.0.3",
"@types/qunit": "~2.19.6",
"@types/three": "~0.137.0",
"@typescript-eslint/eslint-plugin": "~7.0.1",
"@typescript-eslint/parser": "~7.0.2",
"@webgpu/types": "~0.1.40",
"eslint": "~8.56.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "3.3.2",
"proper-lockfile": "~4.1.2",
"puppeteer": "~22.7.1",
"qunit": "~2.20.1",
"rollup-plugin-modify": "~3.0.0",
"rollup-plugin-unassert": "~0.6.0",
"svgo": "~3.2.0",
"typescript": "~5.3.3",
"typescript-eslint": "~7.0.1",
"vite": "^5.2.9"
}
}