-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 877 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 877 Bytes
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
{
"name": "point-and-click-next",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.13",
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"astar-typescript": "^1.2.6",
"idb": "^8.0.1",
"jszip": "^3.10.1",
"micromark": "^3.1.0",
"next": "^14.2.24",
"point-click-components": "^0.2.1",
"point-click-lib": "^0.0.19",
"raw-loader": "^4.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sound-deck": "^0.0.2",
"tiny-typed-emitter": "^2.1.0",
"zod": "^3.21.4"
},
"devDependencies": {
"eslint": "8.57.1",
"eslint-config-next": "^14.2.24",
"typescript": "5.7.3"
}
}