This repository was archived by the owner on Oct 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.54 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
{
"name": "harper-frontend-graphql",
"private": true,
"version": "0.1.0",
"scripts": {
"service": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@apollo/client": "^3.6.7",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.8.2",
"@mui/material": "^5.8.1",
"@mui/styles": "^5.8.0",
"@mui/system": "^5.8.1",
"formik": "^2.2.9",
"graphql": "^16.5.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-query": "^3.39.1",
"react-router-dom": "^6.3.0",
"react-tsparticles": "^2.0.6",
"sweetalert2": "^11.4.17",
"sweetalert2-react-content": "^5.0.0",
"tsparticles": "^2.0.6",
"tsparticles-engine": "^2.0.6",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
"@types/webfontloader": "^1.6.34",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.26.0",
"@vitejs/plugin-react": "^1.3.2",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.30.0",
"prettier": "^2.6.2",
"typescript": "^4.7.2",
"vite": "^2.9.9",
"vite-tsconfig-paths": "^3.5.0"
},
"resolutions": {
"rollup": "2.74.1"
}
}