This repository was archived by the owner on Jul 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.57 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.57 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "blue-borders",
"version": "3.0.3",
"description": "Most migrants and refugees arriving in Europe cross the Mediterranean. The purpose of this website is to provide a rough overview by focusing mainly on the Central Med and by covering both maritime and political events.",
"private": true,
"scripts": {
"dev": "gatsby develop",
"build": "gatsby clean && gatsby build",
"serve": "gatsby serve",
"deploy": "npm run build && firebase deploy --only hosting",
"deploy-only": "firebase deploy --only hosting",
"info": "gatsby info --clipboard"
},
"dependencies": {
"@apollo/client": "3.7.15",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@tinymce/tinymce-react": "4.3.0",
"bootstrap": "3.x",
"dayjs": "1.11.8",
"firebase": "9.22.1",
"gatsby": "4.25.1",
"gemini-scrollbar": "1.5.3",
"jwt-decode": "3.1.2",
"lodash": "4.17.21",
"mobx": "6.9.0",
"mobx-react-lite": "3.4.3",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-bootstrap": "0.32.x",
"react-datepicker": "4.12.0",
"react-document-title": "2.0.3",
"react-dom": "17.0.2",
"react-dropzone": "12.1.0",
"react-gemini-scrollbar": "2.3.4",
"react-helmet": "6.1.0",
"react-list": "0.8.17",
"redaxios": "0.5.1"
},
"devDependencies": {
"@babel/eslint-parser": "7.21.8",
"@babel/preset-react": "7.22.3",
"babel-eslint": "10.1.0",
"case-sensitive-paths-webpack-plugin": "2.4.0",
"eslint": "8.42.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-webpack-plugin": "3.2.0",
"firebase-tools": "12.3.1",
"gatsby-plugin-create-client-paths": "4.9.0",
"gatsby-plugin-manifest": "4.25.0",
"gatsby-plugin-offline": "5.25.0",
"gatsby-plugin-react-helmet": "5.25.0",
"gatsby-plugin-sharp": "4.25.0",
"gatsby-plugin-sitemap": "5.25.0",
"gatsby-source-filesystem": "4.25.0",
"gatsby-transformer-sharp": "4.25.0"
},
"dependenciesComments": {
"prop-types": "needed for react-gemini-scrollbar",
"babel-eslint": "requested by eslint-config-react-app",
"react": "cant update to 18 because of old bootstrap version"
},
"keywords": [
"migration",
"migrants",
"mediterranean",
"Italy",
"Malta",
"Tunisia",
"Libya"
],
"author": "Alexander Gabriel",
"license": "ISC",
"repository": {
"type": "git",
"url": "git://github.com/barbalex/bb2.git"
},
"browserslist": [
">0.2%",
"not dead",
"not ie > 0",
"not op_mini all"
]
}