-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
86 lines (86 loc) · 2.49 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
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": "warsawlo",
"private": true,
"description": "Improved WarsawLO",
"version": "0.0.1",
"author": "micorix",
"dependencies": {
"@emotion/core": "^10.0.6",
"@emotion/css": "^10.0.6",
"@emotion/styled": "^10.0.6",
"@fortawesome/fontawesome-svg-core": "^1.2.12",
"@fortawesome/free-brands-svg-icons": "^5.6.3",
"@fortawesome/free-regular-svg-icons": "^5.6.3",
"@fortawesome/free-solid-svg-icons": "^5.6.3",
"@fortawesome/react-fontawesome": "^0.1.4",
"anchorate": "^1.2.3",
"babel-plugin-inline-react-svg": "^1.0.1",
"babel-preset-gatsby": "^0.1.7",
"emotion-theming": "^10.0.6",
"fuse.js": "^3.3.0",
"gatsby": "^2.0.118",
"gatsby-image": "^2.0.20",
"gatsby-plugin-emotion": "^4.0.3",
"gatsby-plugin-manifest": "^2.0.9",
"gatsby-plugin-offline": "^2.0.16",
"gatsby-plugin-postcss": "^2.0.5",
"gatsby-plugin-react-helmet": "^3.0.2",
"gatsby-plugin-sharp": "^2.0.14",
"gatsby-plugin-sitemap": "^2.0.5",
"gatsby-plugin-typography": "^2.2.7",
"gatsby-source-filesystem": "^2.0.20",
"gatsby-transformer-json": "^2.1.7",
"gatsby-transformer-sharp": "^2.1.8",
"geolib": "^2.0.24",
"highland": "^2.13.0",
"lodash.isequal": "^4.5.0",
"mapbox-gl": "^0.53.0-beta.1",
"prop-types": "^15.6.2",
"rc-slider": "^8.6.4",
"react": "^16.6.3",
"react-document-events": "^1.4.0",
"react-dom": "^16.6.3",
"react-helmet": "^5.2.0",
"react-moovit-embed": "^1.0.3",
"react-scroll": "^1.7.10",
"react-scrollspy": "^3.3.5",
"react-typography": "^0.16.18",
"recharts": "^1.4.2",
"typography": "^0.16.18",
"webfontloader": "^1.6.28"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"start": "gatsby develop",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\"",
"pre-deploy": "yarn build"
},
"devDependencies": {
"JSONStream": "^1.3.5",
"chalk": "^2.4.2",
"fs-extra": "^7.0.1",
"here-maps-node": "^0.0.2",
"hyperquest": "^2.1.3",
"inquirer": "^6.2.2",
"ncp": "^2.0.0",
"node-emoji": "^1.8.1",
"pdf2json": "^1.1.8",
"prettier": "^1.15.2",
"progress": "^2.0.3",
"rx": "^4.1.0",
"rxjs": "^6.4.0",
"workerize-loader": "^1.0.4"
},
"repository": {
"type": "git",
"url": "https://github.com/warsawlo/warsawlo"
},
"bugs": {
"url": "https://github.com/warsawlo/warsawlo/issues"
}
}