-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.29 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
{
"name": "ariadne-webapp",
"version": "0.1.0",
"private": true,
"homepage": ".",
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@fortawesome/react-fontawesome": "0.0.18",
"bluebird": "^3.5.1",
"bulma": "^0.6.2",
"bulma-extensions": "^1.0.28",
"chart.js": "^2.7.2",
"dataloader": "^1.4.0",
"gsap": "^1.20.4",
"joi": "^13.3.0",
"leaflet": "^1.3.1",
"lodash": "^4.17.10",
"prop-types": "^15.6.1",
"react": "^16.3.2",
"react-addons-transition-group": "^15.6.2",
"react-dom": "^16.3.2",
"react-google-maps": "^9.4.5",
"react-leaflet": "^1.9.1",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4",
"react-select": "^1.2.1",
"react-tag-autocomplete": "^5.5.1",
"recompose": "^0.27.0",
"superagent": "^3.8.3",
"sweetalert2": "^7.20.1"
},
"author": {
"name": "Timur Kuzhagaluyev",
"email": "[email protected]",
"url": "https://foxypanda.me/"
},
"license": "GPL-3.0",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"@types/prop-types": "^15.5.2",
"@types/react": "^16.3.14"
}
}