This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.63 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": "citz-imb-slam-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"src/**/*.js\""
},
"dependencies": {
"@bcgov/bc-sans": "1.0.1",
"@emotion/react": "11.9.3",
"@emotion/styled": "11.9.3",
"@mui/base": "5.0.0-alpha.90",
"@mui/icons-material": "5.8.4",
"@mui/material": "5.9.0",
"@mui/styled-engine-sc": "5.8.0",
"@mui/styles": "5.9.1",
"@mui/system": "5.9.1",
"@mui/x-data-grid": "5.13.0",
"formik": "2.2.9",
"jsonwebtoken": "8.5.1",
"luxon": "3.0.1",
"next": "12.2.2",
"next-auth": "4.10.0",
"react": "18.2.0",
"react-date-picker": "8.4.0",
"react-datepicker": "4.8.0",
"react-dom": "18.2.0",
"react-query": "3.39.1",
"react-router-dom": "6.3.0",
"react-select": "5.4.0",
"react-semantic-ui-datepickers": "2.17.1",
"react-textarea-autosize": "8.3.4",
"sass": "1.53.0",
"styled-components": "5.3.5",
"yup": "0.32.11"
},
"devDependencies": {
"@babel/core": "7.18.9",
"@babel/eslint-parser": "7.18.9",
"eslint": "8.19.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-next": "12.2.2",
"eslint-config-node": "4.1.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "2.7.1"
}
}