-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 915 Bytes
/
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
{
"name": "albion-online-market-monitoring",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.1",
"@types/node": "20.1.7",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"classnames": "2.3.2",
"dayjs": "^1.11.7",
"effector": "^22.8.6",
"effector-react": "^22.5.3",
"eslint": "8.40.0",
"eslint-config-next": "13.4.2",
"lodash": "^4.17.21",
"next": "13.4.2",
"prettier": "^2.8.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"typescript": "5.0.4"
},
"devDependencies": {
"@types/lodash": "^4.14.194",
"sass": "^1.62.1"
}
}