-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 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
{
"homepage": ".",
"name": "horned-sungem-frontend",
"version": "0.0.0",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"prettier": "prettier --write .",
"predeploy": "yarn build && cp CNAME dist/CNAME",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.0.1",
"@mui/material": "^5.0.2",
"normalize-css": "^2.3.1",
"react": "^17.0.0",
"react-cookie": "^4.0.3",
"react-dom": "^17.0.0",
"react-router-dom": "^5.2.0",
"react-virtuoso": "^2.2.1"
},
"devDependencies": {
"@vitejs/plugin-react-refresh": "^1.3.1",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-react": "^7.23.1",
"gh-pages": "^3.1.0",
"grommet": "^2.17.1",
"prettier": "2.2.1",
"sass": "^1.32.8",
"styled-components": "^5.2.3",
"vite": "^2.1.5",
"vite-plugin-eslint": "^1.1.0",
"vite-plugin-fonts": "^0.2.2",
"vite-plugin-html": "^2.0.6"
}
}