-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
52 lines (52 loc) · 1.45 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
{
"name": "react-validatable-form-demo",
"version": "5.0.2",
"license": "MIT",
"scripts": {
"dev": "next dev -p 3155",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "next lint"
},
"dependencies": {
"@date-io/date-fns": "2.17.0",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@mui/icons-material": "5.14.16",
"@mui/material": "5.14.16",
"@mui/x-date-pickers": "6.17.0",
"antd": "5.10.3",
"bootstrap": "5.3.2",
"date-fns": "2.30.0",
"next": "14.0.1",
"primereact": "10.0.9",
"react": "18.2.0",
"react-bootstrap": "2.9.1",
"react-dom": "18.2.0",
"react-minimal-side-navigation": "1.9.2",
"react-validatable-form": "5.0.2"
},
"devDependencies": {
"eslint": "8.52.0",
"eslint-config-next": "12.3.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "3.0.3"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"packageManager": "[email protected]"
}