generated from ctc-uci/npo-frontend-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
105 lines (105 loc) · 2.75 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "patriots-and-paws-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ajna/pagination": "^1.4.19",
"@babel/core": "^7.22.1",
"@chakra-ui/anatomy": "^2.1.1",
"@chakra-ui/icons": "^2.0.11",
"@chakra-ui/react": "^2.4.0",
"@chakra-ui/system": "^2.5.7",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@firebase/app": "^0.9.11",
"@firebase/app-types": "^0.9.0",
"@fullcalendar/core": "^6.1.1",
"@fullcalendar/daygrid": "^6.1.1",
"@fullcalendar/react": "^6.1.2",
"@hookform/resolvers": "^2.9.10",
"@react-pdf/renderer": "^3.1.6",
"@testing-library/dom": "^9.3.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"axios": "^1.1.3",
"chakra-dayzed-datepicker": "^0.2.7",
"date-fns": "^2.29.3",
"dayzed": "^3.2.3",
"eslint": "^8.41.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-only-warn": "^1.0.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"firebase": "^9.14.0",
"framer-motion": "^9.0.1",
"fullcalendar": "^6.1.1",
"fuse.js": "^6.6.2",
"lint-staged": "^11.2.6",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.39.3",
"react-html-email": "^3.0.0",
"react-icons": "^4.8.0",
"react-router-dom": "^6.4.3",
"react-scripts": "^5.0.1",
"web-vitals": "^1.0.1",
"webpack": "^5.84.1",
"yup": "^0.32.11"
},
"optionalDependencies": {
"babel-loader": "8.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint '**/*.{js,jsx}'",
"format": "prettier --write \"**/*.+(js|jsx|css)\"",
"prepare": "husky install"
},
"lint-staged": {
"*.{js,jsx}": "yarn run eslint"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"husky": "^7.0.0",
"prettier": "^2.4.1"
},
"packageManager": "[email protected]"
}