-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.85 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
57
58
59
60
61
62
63
64
65
{
"name": "epicteller-next-fe",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.8.0",
"@mui/lab": "^5.0.0-alpha.61",
"@mui/material": "^5.2.5",
"@mui/styles": "^5.2.3",
"axios": "^0.24.0",
"axios-case-converter": "^0.9.0",
"camelcase-keys": "^7.0.1",
"lodash": "^4.17.21",
"luxon": "^2.2.0",
"next": "^12.1.6",
"notistack": "^2.0.3",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"overlayscrollbars": "^1.13.1",
"overlayscrollbars-react": "^0.2.3",
"re-resizable": "^6.9.9",
"react": "17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "17.0.2",
"react-gtm-module": "^2.0.11",
"react-icons": "^4.3.1",
"react-image-crop": "10.0.1",
"react-use": "^17.3.1",
"react-use-websocket": "3.0.0",
"react-virtual": "^2.10.4",
"string-to-color": "^2.2.2",
"swr": "^1.3.0"
},
"devDependencies": {
"@types/lodash": "^4.14.178",
"@types/luxon": "^2.0.8",
"@types/node": "17.0.0",
"@types/nprogress": "^0.2.0",
"@types/numeral": "^2.0.2",
"@types/overlayscrollbars": "^1.12.1",
"@types/react": "17.0.37",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-gtm-module": "^2.0.1",
"@types/react-window": "^1.8.5",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"eslint": "8.5.0",
"eslint-config-airbnb": "^19.0.2",
"eslint-config-next": "12.0.7",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"typescript": "4.5.4"
},
"version": "0.0.0"
}