forked from iResist/iResist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
107 lines (107 loc) · 2.94 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "course.thesis",
"version": "1.0.0",
"scripts": {
"start": "nodemon server",
"test": "NODE_ENV=test grunt test",
"build": "webpack --watch",
"heroku-postbuild": "webpack"
},
"author": "Hack Reactor",
"license": "MIT",
"dependencies": {
"aws-sdk": "^2.67.0",
"axios": "^0.16.1",
"babel-core": "^6.24.1",
"babel-jest": "^20.0.3",
"babel-loader": "^7.0.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-latest": "^6.24.0",
"babel-preset-react": "^6.23.0",
"bcrypt-nodejs": "^0.0.3",
"bluebird": "^3.5.0",
"body-parser": "^1.17.1",
"bookshelf": "^0.10.3",
"chai": "^3.5.0",
"config": "^1.26.1",
"connect-flash": "^0.1.1",
"connect-redis": "^3.2.0",
"cookie-parser": "^1.4.3",
"dateformat": "^2.0.0",
"dropzone": "^5.1.0",
"ejs": "^2.5.6",
"enzyme": "^2.8.2",
"eslint": "^3.19.0",
"express": "^4.15.2",
"express-session": "^1.15.1",
"flat": "^2.0.1",
"grunt": "~0.4.5",
"grunt-cli": "^1.2.0",
"grunt-eslint": "^19.0.0",
"grunt-mocha-test": "^0.13.2",
"grunt-pg": "https://github.com/watsoncj/grunt-pg.git",
"install": "^0.10.1",
"jest": "^20.0.4",
"jquery": "^3.2.1",
"json-loader": "^0.5.4",
"knex": "^0.13.0",
"leaflet": "^1.0.3",
"mocha": "^3.2.0",
"moment": "^2.18.1",
"moment-timezone": "^0.5.13",
"morgan": "^1.8.1",
"multer": "^1.3.0",
"multer-s3": "^2.7.0",
"nock": "^9.0.13",
"node-geocoder": "^3.16.0",
"node-mocks-http": "^1.6.1",
"nodemon": "^1.11.0",
"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",
"passport.socketio": "^3.7.0",
"pg": "^6.1.5",
"pretty-ms": "^2.1.0",
"react": "^15.4.2",
"react-addons-test-utils": "^15.5.1",
"react-bootstrap": "^0.31.0",
"react-dom": "^15.4.2",
"react-dropzone": "^3.13.2",
"react-leaflet": "^1.2.1",
"react-redux": "^5.0.5",
"react-test-renderer": "^15.5.4",
"react-textfit": "^1.0.0",
"react-timestamp": "^4.2.1",
"redis": "^2.7.1",
"redux": "^3.6.0",
"redux-devtools": "^3.4.0",
"redux-devtools-dock-monitor": "^1.1.2",
"redux-devtools-log-monitor": "^1.3.0",
"redux-logger": "^3.0.6",
"redux-mock-store": "^1.2.3",
"redux-thunk": "^2.2.0",
"socket.io": "^2.0.2",
"styled-components": "^2.0.0",
"superagent": "^3.5.2",
"supertest": "^3.0.0",
"timeago": "^1.5.4",
"twit": "^2.2.5",
"twitter": "^1.7.0",
"tz-lookup": "^6.1.0",
"tzwhere": "^1.0.0",
"uuid": "^3.0.1",
"webpack": "^2.3.2",
"webpack-dev-server": "^2.4.2",
"yarn": "^0.24.5"
},
"babel": {
"plugins": [
"transform-es2015-modules-commonjs"
]
}
}