-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
40 lines (40 loc) · 1.19 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": "propose",
"version": "2.0",
"license": "MIT",
"author": {
"name": "Tonmoy Deb",
"email": "tonmoydeb404@gmail.com"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "yarn add -D prettier && yarn add -D @babel/eslint-parser @babel/preset-react && npx install-peerdeps --dev eslint-config-airbnb && yarn add -D eslint-config-prettier eslint-plugin-prettier"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"bootstrap": "5.3.3",
"react": "^19.0.0",
"react-bootstrap": "^2.10.9",
"react-dom": "^19.0.0",
"react-router-dom": "^7.1.5"
},
"devDependencies": {
"@babel/eslint-parser": "^7.26.8",
"@babel/preset-react": "^7.26.3",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.20.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"prettier": "^3.4.2",
"vite": "^6.1.0",
"vite-plugin-html": "^3.2.2"
},
"packageManager": "yarn@1.22.22"
}