You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.0 KiB
40 lines
1.0 KiB
{
|
|
"name": "frontend",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build --base ./",
|
|
"lint": "eslint --ext .jsx --ext .js --ext .ts --ext .tsx ./src",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"axios": "0.22.0",
|
|
"classnames": "2.3.1",
|
|
"history": "4.10.1",
|
|
"lodash": "4.17.21",
|
|
"query-string": "^7.0.1",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"react-is": "17.0.2",
|
|
"react-router": "5.2.1",
|
|
"react-router-dom": "5.3.0",
|
|
"styled-components": "5.3.1",
|
|
"swr": "1.0.1",
|
|
"uuid": "^8.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "17.0.24",
|
|
"@types/react-dom": "17.0.9",
|
|
"@types/styled-components": "^5.1.14",
|
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
|
"@typescript-eslint/parser": "^4.33.0",
|
|
"@vitejs/plugin-react": "^1.0.2",
|
|
"@vitejs/plugin-react-refresh": "1.3.6",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-react": "^7.26.1",
|
|
"typescript": "^4.4.3",
|
|
"vite": "2.6.3"
|
|
}
|
|
}
|