-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.46 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
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "reach-the-levels",
"version": "1.1.0",
"private": true,
"author": "HunteRoi <[email protected]> (https://tinaeldevresse.eu/)",
"funding": "https://github.com/sponsors/hunteroi",
"engines": {
"node": ">=16.6.0"
},
"bugs": {
"url": "https://github.com/hunteroi/reach-the-levels/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/hunteroi/reach-the-levels.git"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.7.1",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.2.5",
"@mui/lab": "^5.0.0-alpha.61",
"@mui/material": "^5.2.5",
"@mui/styles": "^5.2.3",
"@mui/x-data-grid": "^5.2.1",
"@mui/x-data-grid-pro": "^5.2.1",
"@prisma/client": "^3.7.0",
"axios": "^0.24.0",
"next": "12.0.7",
"next-swagger-doc": "^0.1.11",
"node-json-db": "^1.4.1",
"notistack": "^2.0.3",
"react": "17.0.2",
"react-device-detect": "^2.1.2",
"react-dom": "17.0.2",
"swagger-ui-react": "^4.1.3",
"swr": "^1.1.2-beta.0",
"uid": "^2.0.0"
},
"devDependencies": {
"@types/node": "17.0.0",
"@types/react": "17.0.37",
"@types/swagger-ui-react": "^4.1.0",
"eslint": "8.4.1",
"eslint-config-next": "12.0.7",
"prisma": "^3.7.0",
"typescript": "4.5.4"
}
}