-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
48 lines (48 loc) · 1.47 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
{
"name": "social-scraper",
"description": "Social Media Data Collection and Visualization Tools",
"version": "1.0.0",
"author": "Bozhidar Hrisov <bozidar.hristov@gmail.com>",
"dependencies": {
"@sugarcube/cli": "^0.9.0",
"@sugarcube/plugin-csv": "^0.9.0",
"@sugarcube/plugin-ddg": "^0.9.0",
"@sugarcube/plugin-http": "^0.9.0",
"@sugarcube/plugin-media": "^0.9.0",
"@sugarcube/plugin-tap": "^0.8.0",
"@sugarcube/plugin-twitter": "^0.9.0",
"axios": "^0.18.0",
"babel-plugin-recharts": "^1.1.1",
"bluebird": "^3.5.1",
"firebase": "^4.8.0",
"firebase-admin": "^5.11.0",
"gatsby": "^1.9.127",
"gatsby-link": "^1.6.30",
"gatsby-plugin-react-helmet": "^1.0.8",
"gatsby-source-filesystem": "^1.5.16",
"gatsby-transformer-csv": "^1.3.7",
"gatsby-transformer-remark": "^1.7.40",
"prop-types": "^15.6.0",
"recharts": "^1.0.0-beta.10",
"semantic-ui-react": "^0.77.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\"",
"test": "echo \"No test specified\" && exit 0"
},
"devDependencies": {
"eslint-config-airbnb": "^16.1.0",
"eslint-config-react-app": "^2.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"prettier": "^1.12.1"
}
}