-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.91 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
52
53
54
55
56
57
58
59
60
61
{
"name": "paths-atlas",
"version": "2.6.0",
"description": "The Archaeological Atlas of Coptic Literature by PAThs, an ERC Advanced funded project",
"bugs": "https://github.com/paths-erc/atlas/issues",
"email": "julian.bogdani@uniroma1.it",
"license": "Creative Commons Attribution 4.0 International License.",
"author": "Julian Bogdani <julian.bogdani@uniroma1.it>",
"private": true,
"homepage": "https://atlas.paths-erc.eu",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"axios": "^0.24.0",
"chart.js": "^2.9.3",
"detect-browser": "^5.2.1",
"gh-pages": "^3.2.3",
"leaflet": "^1.7.1",
"object-hash": "^2.2.0",
"prop-types": "^15.7.2",
"qs": "^6.10.1",
"quirematrix": "^1.2.0",
"react": "^17.0.1",
"react-bootstrap-typeahead": "^5.2.1",
"react-chartjs-2": "^2.11.1",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "^17.0.1",
"react-fontawesome": "^1.7.1",
"react-leaflet": "^2.7.0",
"react-leaflet-sidebarv2": "^0.6.0",
"react-markdown": "^8.0.0",
"react-nl2br": "^1.0.2",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.0",
"react-scroll-up": "^1.3.5",
"react-select": "^3.2.0",
"reactstrap": "^8.10.1",
"remark-gfm": "^3.0.1"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"rehype-raw": "^6.1.1",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11"
}
}