-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.82 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
{
"name": "nextjs-admin-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@date-io/moment": "^2.13.1",
"@dropzone-ui/react": "^6.7.1",
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.9.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.8.1",
"@fontsource/roboto": "^4.5.5",
"@mui/icons-material": "^5.6.1",
"@mui/lab": "^5.0.0-alpha.78",
"@mui/material": "^5.6.1",
"@mui/x-data-grid": "^5.9.0",
"@mui/x-date-pickers": "^5.0.0-alpha.1",
"@reduxjs/toolkit": "^1.8.1",
"axios": "^0.26.1",
"moment": "^2.29.3",
"next": "12.1.0",
"next-i18next": "^11.0.0",
"notistack": "^2.0.4",
"path": "^0.12.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.30.0",
"react-imask": "^6.4.2",
"react-redux": "^8.0.1",
"react-window": "^1.8.7"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/plugin-transform-react-jsx": "^7.17.3",
"@babel/preset-react": "^7.16.7",
"@next/eslint-plugin-next": "^12.1.5",
"@types/js-cookie": "^3.0.1",
"@types/node": "17.0.24",
"@types/react": "^17.0.2",
"@types/react-dom": "18.0.1",
"@types/react-window": "^1.8.5",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-transform-require-ignore": "^0.1.1",
"eslint": "^8.13.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"typescript": "4.6.3"
}
}