forked from shelcia/dynamic-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.17 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": "dynamic-portfolio",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .js,.jsx"
},
"dependencies": {
"@fontsource/baskervville": "^4.5.10",
"@fontsource/cabin": "^4.5.9",
"@fontsource/inter": "^4.5.14",
"@fontsource/poppins": "^4.5.10",
"axios": "^1.2.1",
"bootstrap": "^5.2.3",
"formik": "^2.2.9",
"react": "^18.2.0",
"react-bootstrap": "^2.7.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.7.1",
"react-loader-spinner": "^5.3.4",
"react-router-dom": "^6.4.5",
"react-web-share": "^2.0.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.11",
"vite": "^4.0.0"
}
}