forked from bzhr/social_scraper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 946 Bytes
/
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
{
"name": "social-scraper",
"description": "Social Media Data Collection and Visualization Tools",
"version": "1.0.0",
"author": "Bozhidar Hrisov <[email protected]>",
"dependencies": {
"babel-plugin-recharts": "^1.1.1",
"firebase": "^4.8.0",
"gatsby": "^1.9.127",
"gatsby-link": "^1.6.30",
"gatsby-plugin-antd": "^1.0.10",
"gatsby-plugin-react-helmet": "^1.0.8",
"gatsby-source-filesystem": "^1.5.16",
"gatsby-transformer-csv": "^1.3.7",
"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": {
"prettier": "^1.8.2"
}
}