-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1 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
{
"name": "data-explorer-bdinh",
"version": "0.1.0",
"private": true,
"homepage": "https://bdinh.github.io/tweetalytics/",
"dependencies": {
"d3": "^4.11.0",
"d3-cloud": "^1.2.4",
"d3.layout.cloud": "^1.2.0",
"fetch": "^1.1.0",
"gh-pages": "^1.1.0",
"html-to-react": "^1.3.1",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"react": "^16.1.1",
"react-bootstrap": "^0.31.5",
"react-d3-cloud": "^0.5.0",
"react-dom": "^16.1.1",
"react-fontawesome": "^1.6.1",
"react-responsive-carousel": "^3.1.28",
"react-scripts": "1.0.17",
"react-slick": "^0.15.4",
"react-twitter-widgets": "^1.7.1",
"sentiment": "^4.1.0",
"slick-carousel": "^1.8.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"bootstrap": "^4.0.0-beta.2"
}
}