-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.08 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.08 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
{
"name": "pyggb",
"version": "0.1.0",
"private": true,
"description": "A webapp to allow people to interact with GeoGebra via Python",
"dependencies": {
"base-64": "^1.0.0",
"bootstrap": "^5.3.8",
"classnames": "^2.5.1",
"dexie": "^4.3.0",
"dexie-react-hooks": "^4.2.0",
"easy-peasy": "^6.1.0",
"fflate": "^0.8.2",
"file-saver": "^2.0.5",
"react": "^19.2.4",
"react-ace": "^14.0.1",
"react-bootstrap": "^2.10.10",
"react-dom": "^19.2.4",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"utf8": "^3.0.0",
"vite": "^7.3.1"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^2.13.0",
"@eslint/js": "^10.0.1",
"@types/base-64": "^1.0.2",
"@types/file-saver": "^2.0.7",
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/utf8": "^3.0.3",
"@types/w3c-web-hid": "^1.0.6",
"cypress": "^13.17.0",
"jiti": "^2.6.1",
"sass-embedded": "^1.98.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.57.0",
"zod": "^4.3.6"
}
}