-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.11 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
{
"name": "maze",
"version": "1.0.23",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@xstate/cli": "^0.5.17",
"@xstate/react": "^5.0.2",
"file-loader": "^6.2.0",
"lucide-react": "^0.471.1",
"next": "15.1.4",
"prettier": "^3.4.2",
"react-dom": "19.0.0",
"react-is": "19.0.0",
"react": "19.0.0",
"styled-components": "6.1.14",
"url-loader": "^4.1.1",
"use-sound": "^4.0.3",
"xstate": "5.19.2"
},
"devDependencies": {
"@svgr/webpack": "8.1.0",
"@types/aria-query": "5.0.4",
"@types/jest": "29.5.14",
"@types/node": "^22.10.7",
"@types/react-dom": "19.0.2",
"@types/react": "19.0.4",
"@types/styled-components": "5.1.34",
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
"@typescript-eslint/typescript-estree": "8.26.1",
"eslint-config-next": "15.1.4",
"eslint": "9.18.0",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier": "^3.4.2",
"typescript": "5.7.3"
}
}