-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 946 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
37
38
39
40
41
42
{
"name": "pehchaan",
"private": true,
"version": "0.0.0",
"description": "An anonymous voting platform for Governing Body Election of Pehchaan - Ek Safar",
"type": "module",
"keywords": [
"Voting",
"Platform",
"Anonymous",
"Anonymity",
"Voting Platform"
],
"author": {
"name": "Ninad Sutrave",
"email": "ninadsutrave@gmail.com",
"url": "https://ninadsutrave.in"
},
"repository": {
"type": "git",
"url": "https://github.com/ninadsutrave/voting-ballot"
},
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.3.2",
"dotenv": "^16.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.0"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"vite": "^4.0.0"
}
}