-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.58 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
{
"name": "ink-link-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@mui/x-data-grid-generator": "^6.19.4",
"apexcharts": "^3.46.0",
"aws-sdk": "^2.1577.0",
"axios": "^1.6.7",
"react": "^18.2.0",
"react-csv": "^2.2.2",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.0",
"styled-components": "^6.1.8"
},
"devDependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mswjs/data": "^0.16.1",
"@mui/icons-material": "^5.15.11",
"@mui/material": "^5.15.11",
"@mui/styled-engine": "^5.15.9",
"@mui/x-charts": "^6.19.4",
"@mui/x-data-grid": "^6.19.4",
"@table-library/react-table-library": "^4.1.7",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"jszip": "^3.10.1",
"moment": "^2.30.1",
"msw": "^2.1.7",
"prettier": "3.2.5",
"react-js-pagination": "^3.0.3",
"react-paginate": "^8.2.0",
"recoil": "^0.7.7",
"swiper": "^11.0.6",
"vite": "^5.1.0"
},
"msw": {
"workerDirectory": [
"public"
]
}
}