-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 846 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 846 Bytes
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
{
"name": "@bengawalk/elections-2023",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:bengawalk/elections-2023.git",
"author": "Deep <[email protected]>",
"license": "MIT",
"scripts": {
"start": "vite serve src --mode development --host 0.0.0.0 --port 3000 --config vite.config.js",
"build": "vite build src --config vite.config.js",
"preview": "vite preview",
"publish": "gh-pages -d dist",
"prettier": "prettier --write src"
},
"dependencies": {
"@material-design-icons/font": "^0.14.6",
"geolib": "^3.3.3",
"gh-pages": "^4.0.0",
"i18next": "^22.4.15",
"lodash": "^4.17.21",
"mapbox-gl": "^2.14.1",
"prettier": "^2.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.2.2",
"sass": "^1.55.0",
"vite": "^4.3.3"
}
}