-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.86 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
{
"name": "breeze-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"analyze": "ANALYZE=true npm build"
},
"dependencies": {
"@headlessui/react": "^1.4.2",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@mui/x-data-grid": "^5.13.0",
"@next/bundle-analyzer": "^12.2.1",
"@tanstack/react-table": "^8.1.3",
"@ungap/url-search-params": "^0.2.2",
"axios": "^0.21.1",
"formik": "^2.2.9",
"formik-material-ui": "^4.0.0-alpha.2",
"lodash.debounce": "^4.0.8",
"next": "^12.0.4",
"nprogress": "^0.2.0",
"qrcode": "^1.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-loading-skeleton": "^3.1.0",
"react-number-format": "^4.9.3",
"react-table": "^7.8.0",
"react-tabulator": "^0.18.1",
"regenerator-runtime": "^0.13.9",
"sass": "^1.53.0",
"swr": "^1.2.2",
"yup": "^0.32.11",
"ziggy-js": "^1.4.6"
},
"devDependencies": {
"@babel/eslint-parser": "^7.12.1",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.8.0",
"@mui/lab": "^5.0.0-alpha.83",
"@mui/material": "^5.8.1",
"@next/eslint-plugin-next": "^10.0.4",
"@tailwindcss/forms": "^0.4.0",
"autoprefixer": "^10.4.2",
"babel-eslint": "^10.1.0",
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-react": "^7.22.0",
"postcss": "^8.4.6",
"prettier": "2.2.1",
"react-toastify": "^9.0.5",
"react-transition-group": "^4.4.2",
"tailwindcss": "^3.0.22"
}
}