-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 855 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 855 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
{
"name": "elevator-simulator",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^6.1.3",
"@mui/material": "6.1.3",
"@mui/styles": "^6.1.3",
"@types/node": "20.1.4",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"autoprefixer": "10.4.14",
"braces": "3.0.3",
"eslint": "9.12.0",
"eslint-config-next": "14.2.15",
"micromatch": "4.0.8",
"next": "^14.2.14",
"postcss": "8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
"semver": "7.5.2",
"ts-md5": "^1.3.1",
"typescript": "5.0.4",
"word-wrap": "1.2.4"
}
}