-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 955 Bytes
/
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
{
"name": "adopt-pet-mk",
"private": true,
"version": "0.1.0",
"description": "adopt pet app",
"type": "module",
"scripts": {
"dev": "vite",
"preview": "vite preview",
"lint": "eslint \"src/**/*.{js,jsx}\" --quiet"
},
"author": "Manthan Kumar",
"dependencies": {
"@tanstack/react-query": "^4.29.14",
"express": "^4.18.2",
"framer-motion": "^11.11.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.3.0",
"react-modal": "^3.16.1",
"react-router-dom": "^6.13.0",
"react-router-hash-link": "^2.4.3",
"react-toastify": "^10.0.6"
},
"devDependencies": {
"@vitejs/plugin-react": "^2.1.0",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.7.1",
"vite": "^3.1.4"
}
}