-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.24 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.24 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
75
76
77
78
79
80
81
82
83
84
{
"name": "EventPulse",
"version": "0.2.0",
"description": "Makersquare Thesis Project",
"main": "index.js",
"engines": {
"node": "6.2.1"
},
"babel": {
"presets": [
"es2015",
"react"
]
},
"scripts": {
"test": "mocha --reporter=nyan",
"setup": "node setup.js",
"start": "./node_modules/.bin/nodemon ./server/server.js --ignore client/",
"cover": "babel-node ./node_modules/istanbul/lib/cli cover node_modules/mocha/bin/_mocha -- --bail --recursive"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.13.1",
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-class-properties": "^6.11.5",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"body-parser": "^1.15.2",
"deep-equal": "^1.0.1",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"express-session": "^1.14.0",
"fs": "0.0.2",
"humanize-duration": "^3.9.1",
"jquery.scrollto": "^2.1.2",
"knex": "^0.11.9",
"leaflet": "^1.0.0-rc.3",
"moment": "^2.14.1",
"nodemon": "^1.10.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"pg": "^6.0.3",
"react": "^15.3.0",
"react-bootstrap": "^0.30.1",
"react-burger-menu": "^1.10.1",
"react-cardstack": "^0.1.1",
"react-collapsible": "^1.0.0",
"react-dom": "^15.2.1",
"react-dynamic-modal": "^1.1.1",
"react-pure": "^0.3.1",
"react-redux": "^4.4.5",
"react-responsive-accordion": "^0.2.0",
"react-router": "^2.6.1",
"redux": "^3.5.2",
"redux-promise": "^0.5.3",
"script-loader": "^0.7.0",
"socket.io": "^1.4.8",
"socket.io-client": "^1.4.8",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-dotenv-plugin": "^1.3.2"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-enzyme": "^0.5.0",
"chai-http": "^3.0.0",
"cheerio": "^0.20.0",
"dotenv": "^2.0.0",
"enzyme": "^2.4.1",
"isparta": "^4.0.0",
"istanbul": "^1.1.0-alpha.1",
"jsdom": "^9.4.1",
"mocha": "^2.5.3",
"moxios": "^0.3.0",
"pure-css": "^1.0.4",
"react": "^15.3.0",
"react-addons-test-utils": "^15.3.0",
"redux-mock-store": "^1.1.2",
"sinon": "^1.17.5",
"skin-deep": "^0.16.0"
}
}