-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 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
87
88
89
{
"name": "twitter-analytics",
"version": "1.0.0",
"scripts": {
"start": "nodemon server/index.js",
"test": "NODE_ENV=test grunt test",
"build": "webpack --watch"
},
"author": "Hack Reactor",
"license": "MIT",
"dependencies": {
"artillery": "^1.6.0-15",
"axios": "^0.18.0",
"babel-core": "^6.24.1",
"babel-eslint": "^8.2.3",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-styled-components": "^1.5.1",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1",
"bcrypt-nodejs": "^0.0.3",
"bluebird": "^3.5.1",
"body-parser": "^1.17.1",
"bookshelf": "^0.10.3",
"bower": "^1.8.4",
"config": "^1.26.1",
"connect-flash": "^0.1.1",
"connect-redis": "^3.2.0",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"ejs": "^2.5.6",
"elasticsearch": "^14.2.2",
"eslint": "^5.0.0-alpha.3",
"eslint-config-airbnb-standard": "^1.6.6",
"express": "^4.15.2",
"express-session": "^1.15.1",
"fbjs": "^0.8.16",
"file-loader": "^1.1.11",
"fs": "^0.0.1-security",
"global": "^4.3.2",
"grunt-pg": "https://github.com/watsoncj/grunt-pg.git",
"knex": "^0.12.9",
"morgan": "^1.8.1",
"newrelic": "^4.1.0",
"node-fetch": "^2.1.2",
"node-tweet-stream": "^2.0.3",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"peers": "^0.1.0",
"pg": "^6.1.5",
"prop-types": "^15.6.1",
"query-string": "^6.1.0",
"react": "16.0.0",
"react-dom": "16.0.0",
"react-twitter-widgets": "^1.7.1",
"react-vis": "^1.9.3",
"redis": "^2.7.1",
"rumble-charts": "^2.0.0",
"sentiment": "^5.0.0",
"styled-components": "^3.2.6",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack-node-externals": "^1.7.2"
},
"devDependencies": {
"babel-loader": "^7.0.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.0",
"babel-preset-latest": "^6.24.0",
"babel-preset-react": "^6.23.0",
"chai": "^3.5.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.8.2",
"grunt": "~0.4.5",
"grunt-mocha-test": "^0.13.2",
"mocha": "^3.2.0",
"node-mocks-http": "^1.6.1",
"supertest": "^3.0.0",
"webpack": "^2.3.2",
"webpack-dev-server": "^2.4.2"
},
"babel": {
"plugins": [
"transform-es2015-modules-commonjs"
]
}
}