generated from amattu2/project-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.68 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": "better-vinwiki",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.21",
"@mui/lab": "^5.0.0-alpha.163",
"@mui/material": "^5.15.15",
"@mui/x-date-pickers": "^7.3.1",
"@shaggytools/nhtsa-api-wrapper": "^3.0.4",
"dayjs": "^1.11.10",
"exif-library": "^2.0.0-alpha.0",
"lodash": "^4.17.21",
"notistack": "^3.0.1",
"numeral": "^2.0.6",
"papaparse": "^5.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.50.1",
"react-router-dom": "^6.25.1",
"react-scripts": "^5.0.1",
"react-spreadsheet": "^0.9.5",
"react-string-replace": "^1.1.1",
"react-transition-group": "^4.4.5",
"react-virtualized-auto-sizer": "^1.0.24",
"react-window": "^1.8.10",
"swagger-ui-react": "^5.9.0",
"usehooks-ts": "^2.11.0",
"web-vitals": "^4.2.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"postbuild": "cp ./openapi.yml ./build",
"test": "react-scripts test",
"test:ci": "TZ=UTC CI=true react-scripts test --passWithNoTests --coverage",
"lint": "eslint --ext .js,.jsx,.ts,.tsx src",
"lint:ci": "eslint --ext .js,.jsx,.ts,.tsx src --max-warnings 0",
"lint:fix": "eslint --fix --ext .js,.jsx,.ts,.tsx src",
"typecheck": "tsc --noEmit"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/eslint": "^8.56.10",
"@types/jest": "^29.5.5",
"@types/lodash": "^4.17.6",
"@types/node": "^20.12.7",
"@types/numeral": "^2.0.5",
"@types/papaparse": "^5.3.14",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.7",
"@types/react-transition-group": "^4.4.7",
"@types/react-virtualized-auto-sizer": "^1.0.4",
"@types/react-window": "^1.8.8",
"@types/swagger-ui-react": "^4.18.1",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"eslint": "^8.55.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.3.3",
"typescript": "^5.4.3"
},
"overrides": {
"typescript": "^5.4.3"
}
}