-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.64 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
{
"name": "suivie",
"homepage": "https://clm-roig.github.io/suivie",
"version": "0.3.10",
"private": true,
"jest": {},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.4",
"@formkit/auto-animate": "^1.0.0-beta.3",
"@mui/icons-material": "^5.10.6",
"@mui/material": "^5.10.7",
"@mui/x-date-pickers": "^5.0.3",
"@reduxjs/toolkit": "^1.8.5",
"@types/jest": "^29.1.2",
"@types/node": "^18.7.23",
"@types/react": "^18.0.1",
"@types/uuid": "^8.3.4",
"date-fns": "^2.29.3",
"framer-motion": "^6.5.1",
"notistack": "^2.0.5",
"react": "^17.0.2",
"react-device-detect": "^2.2.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.36.1",
"react-redux": "^8.0.5",
"react-router-dom": "^6.4.2",
"react-scripts": "5.0.1",
"recharts": "^2.1.13",
"redux-persist": "^6.0.0",
"typescript": "~4.8.4",
"uuid": "^9.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"coverage": "react-scripts test --coverage --watchAll",
"eject": "react-scripts eject",
"release": "standard-version",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"lint:fix": "eslint --fix \"**/*.{js,ts,tsx}\"",
"format": "prettier --write \"**/*.{js,ts,tsx,css,json}\" --config ./.prettierrc",
"e2e": "npx cypress open",
"perform-e2e": "npx cypress run"
},
"eslintConfig": {},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@faker-js/faker": "^7.6.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.4.3",
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
"@types/react-dom": "^18.0.5",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.45.1",
"cypress": "^10.11.0",
"eslint": "^8.24.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.1",
"jest-watch-typeahead": "^2.2.0",
"prettier": "^2.7.1",
"standard-version": "^9.5.0"
}
}