forked from discord/access
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.65 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
{
"name": "access",
"version": "1.0.0",
"private": true,
"dependencies": {
"@mui/base": "^5.0.0-beta.28",
"@mui/icons-material": "latest",
"@mui/lab": "latest",
"@mui/material": "latest",
"@mui/styled-engine-sc": "latest",
"@mui/x-data-grid": "^6.18.4",
"@mui/x-date-pickers": "latest",
"@sentry/react": "latest",
"@tanstack/react-query": "latest",
"@testing-library/jest-dom": "latest",
"@testing-library/react": "latest",
"@testing-library/user-event": "latest",
"dayjs": "latest",
"env-cmd": "latest",
"react": "latest",
"react-dom": "latest",
"react-hook-form": "latest",
"react-hook-form-mui": "latest",
"react-router-dom": "latest",
"styled-components": "latest"
},
"scripts": {
"tsc": "./node_modules/.bin/tsc",
"start": "craco start",
"build": "env-cmd -f .env.production craco build",
"test": "craco test",
"eject": "react-scripts eject",
"prepare": "husky install"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@craco/craco": "latest",
"@sentry/cli": "latest",
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"@types/styled-components": "latest",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "^3.2.5",
"react-app-alias": "^2.2.2",
"react-scripts": "latest",
"typescript": "latest"
},
"lint-staged": {
"*.{js,ts,jsx,tsx}": "prettier --write"
}
}