-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.93 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 1.93 KB
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
{
"name": "radagast",
"version": "1.0.0",
"description": "Twitter analysis app",
"main": "index.js",
"scripts": {
"test": "start node server.js && karma start",
"test-unix": "node server.js | karma start",
"start": "node server.js",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"keywords": [
"twitter",
"wordcloud",
"sentiment",
"analysis",
"geolocation"
],
"author": "Isaac Sanchez, Manuel Colorado",
"license": "ISC",
"dependencies": {
"axios": "^0.19.0",
"compression": "^1.6.2",
"create-react-class": "^15.5.3",
"d3": "^4.7.3",
"d3-cloud": "^1.2.4",
"express": "^4.14.1",
"express-timestamp": "^0.1.4",
"generate-object-property": "^1.2.0",
"hawk": "^7.0.0",
"jsonfile": "^2.4.0",
"mapbox-gl": "^0.43.0",
"react": "^15.4.0",
"react-dom": "^16.0.1",
"react-mapbox-gl": "^1.9.2",
"react-router": "^3.0.0",
"reduce-object": "^0.1.3",
"redux-thunk": "^2.0.1",
"twit": "^2.2.5",
"unirest": "^0.5.1",
"snyk": "^1.87.0"
},
"devDependencies": {
"babel-core": "^6.5.1",
"babel-loader": "^6.2.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.22.0",
"css-loader": "^0.23.1",
"deep-freeze-strict": "^1.1.1",
"expect": "^1.14.0",
"foundation-sites": "6.2.0",
"jquery": "^3.0.0",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.2",
"karma-mocha": "^0.2.2",
"karma-mocha-reporter": "^2.0.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"mocha": "^2.4.5",
"node-sass": "^4.5.0",
"node-uuid": "^1.4.8",
"react-addons-test-utils": "^15.5.1",
"react-redux": "^4.4.1",
"redux": "^3.3.1",
"redux-mock-store": "^1.2.3",
"sass-loader": "^6.0.3",
"script-loader": "^0.6.1",
"style-loader": "^0.13.0",
"webpack": "^1.12.13"
},
"snyk": true
}