-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 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
{
"name": "code-share",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint './src/**/*.{js,jsx}'",
"lint:fix": "eslint \"./src/**/*.{js,jsx}\" --fix"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/lab": "^5.0.0-alpha.112",
"@mui/material": "^5.11.0",
"@radix-ui/react-toast": "^1.1.2",
"axios": "^1.2.0",
"firebase": "^9.14.0",
"hamburger-react": "^2.5.0",
"html2canvas": "^1.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.6.0",
"react-router-dom": "^6.4.3",
"react-syntax-highlighter": "^15.5.0",
"styled-components": "^5.3.6",
"vite-plugin-svgr": "^2.4.0"
},
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"eslint": "^8.25.0",
"eslint-plugin-react": "^7.31.10",
"vite": "^3.1.0",
"vite-jsconfig-paths": "^2.0.1"
}
}