-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.26 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": "visibility-report",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build --base=/the-visibility-report/ && shx cp dist/index.html dist/404.html",
"preview": "vite preview --base=/the-visibility-report/",
"lint": "eslint src/",
"lint:fix": "eslint --fix src/",
"generate:client": "nswag run nswag/nswag.config.json"
},
"dependencies": {
"@emotion/react": "11.9.0",
"@emotion/styled": "11.8.1",
"@mui/icons-material": "^5.6.2",
"@mui/material": "^5.6.2",
"axios": "^0.26.1",
"axios-retry": "^3.2.4",
"framer-motion": "6.3.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-query": "4.0.0-beta.5",
"react-router-dom": "^6.3.0",
"sass": "^1.50.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@types/react": "^18.0.6",
"@types/react-dom": "^18.0.2",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"@vitejs/plugin-react": "^1.3.1",
"autoprefixer": "^10.4.4",
"eslint": "^8.13.0",
"eslint-plugin-react": "^7.29.4",
"nswag": "^13.15.10",
"postcss": "^8.4.12",
"shx": "^0.3.4",
"tailwindcss": "^3.0.24",
"typescript": "^4.6.3",
"vite": "^2.9.5"
}
}