-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.32 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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "mcc-frontend",
"version": "0.0.1",
"description": "Frontend for web application 'My city climate'",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build-deploy": "tsc && vite build --base=/mcc-frontend/",
"preview": "vite preview",
"predeploy": "npm run build-deploy",
"deploy": "gh-pages -d build"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/material": "^5.2.8",
"d3": "7.3.0",
"ol": "6.11.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.1",
"realm-web": "^1.5.1"
},
"devDependencies": {
"@types/material-ui": "^0.21.12",
"@types/d3": "^7.1.0",
"@types/ol": "^6.5.3",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@vitejs/plugin-react": "^1.0.7",
"gh-pages": "^3.2.3",
"sass": "^1.47.0",
"typescript": "^4.4.4",
"vite": "^2.7.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/karavanjo/mcc-frontend.git"
},
"keywords": [
"climate",
"poland"
],
"author": "Ivan Kavaliou <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/karavanjo/mcc-frontend/issues"
},
"homepage": "https://karavanjo.github.io/mcc-frontend"
}