generated from makeitMVPadmin/LaunchAcademy
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.41 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.41 KB
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
{
"name": "p4-skill-exchange",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,css,md}\"",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.7.2",
"classnames": "^2.5.1",
"emailjs-com": "^3.2.0",
"firebase": "^10.12.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.24.1",
"react-toastify": "^10.0.5",
"sass": "^1.77.7",
"toast": "^0.5.4",
"toastify": "^2.0.1"
},
"devDependencies": {
"@eslint/compat": "^1.1.1",
"@eslint/js": "^8.6.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"formik": "^2.4.6",
"globals": "^15.8.0",
"postcss": "^8.4.39",
"prettier": "^3.3.3",
"prettier-eslint": "^16.3.0",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.3",
"vite": "^5.3.1",
"vite-tsconfig-paths": "^4.3.2",
"yup": "^1.4.0"
}
}