-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.08 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
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint --fix --ext .jsx,.js,.tsx,.ts src/"
},
"dependencies": {
"@fontsource/roboto": "^4.5.5",
"@nivo/core": "^0.79.0",
"@nivo/line": "^0.79.1",
"@reduxjs/toolkit": "^1.8.1",
"autoprefixer": "^10.4.4",
"axios": "^0.26.1",
"formik": "^2.2.9",
"install": "^0.13.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^8.0.1",
"react-router-dom": "6",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/requirejs": "^2.1.34",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"@vitejs/plugin-react": "^1.0.7",
"eslint": "^8.13.0",
"eslint-plugin-react": "^7.29.4",
"sass": "^1.49.11",
"typescript": "^4.6.3",
"vite": "^2.9.13"
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}