-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.06 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
66
67
68
69
{
"name": "typescript-base",
"version": "1.3.0",
"description": "Steplix Backoffice",
"main": "index.tsx",
"private": true,
"author": "FrontEnd Team",
"license": "ISC",
"scripts": {
"dev": "set NODE_ENV=development&& next",
"build": "next build",
"start": "NODE_ENV=production next start -p ${PORT}",
"lint": "eslint --ext js,jsx,tsx .",
"lint:fix": "eslint --fix --ext js,ts,jsx,tsx .",
"format": "prettier --write .",
"prepare": "husky install"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/montserrat": "^5.0.5",
"@fontsource/roboto": "^5.0.5",
"@hookform/resolvers": "^3.1.1",
"@lucassith/http-constants": "^2.0.4",
"@mui/icons-material": "^5.14.0",
"@mui/joy": "^5.0.0-alpha.64",
"@mui/material": "^5.14.0",
"@mui/x-data-grid": "^6.10.0",
"@types/bluebird": "^3.5.38",
"autoprefixer": "^10.4.0",
"axios": "^1.4.0",
"bluebird": "^3.7.2",
"file-saver": "^2.0.5",
"lodash": "^4.17.21",
"next": "^13.4.12",
"node": "^18.17.0",
"postcss": "^8.3.11",
"react": "^18.2.0",
"react-datepicker": "^4.16.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.1",
"sass": "^1.64.2",
"sheetjs-style": "^0.15.8",
"yup": "^1.2.0"
},
"devDependencies": {
"@types/file-saver": "^2.0.5",
"@types/lodash": "^4.14.191",
"@types/node": "17.0.41",
"@types/react": "18.2.18",
"@types/react-datepicker": "^4.11.2",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"eslint": "8.46.0",
"eslint-config-next": "^13.4.12",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"husky": "^8.0.1",
"prettier": "^3.0.0",
"typescript": "5.1.6"
}
}