-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
102 lines (102 loc) · 2.8 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
{
"name": "thesis",
"version": "1.0.0",
"description": "",
"main": "./server/server.js",
"scripts": {
"test": "mocha --compilers js:babel-core/register --require ./test/sample_test_spec.js --recursive",
"test:watch": "npm run test -- --watch",
"postinstall": "webpack --config ./webpack.config.js --progress --colors",
"build": "webpack --debug -w",
"start": "nodemon server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HeroicHedgeHogs/thesis.git"
},
"author": "\"Canh Trinh, Katie Barnes, Julia Randall\"",
"license": "ISC",
"bugs": {
"url": "https://github.com/HeroicHedgeHogs/thesis/issues"
},
"homepage": "https://github.com/HeroicHedgeHogs/thesis#readme",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"chai": "^3.5.0",
"cz-conventional-changelog": "^1.2.0",
"mocha": "^3.1.2",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"babel": {
"presets": [
"es2015",
"react"
]
},
"dependencies": {
"axios": "^0.15.2",
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.2",
"chai": "^3.5.0",
"chart.js": "^2.4.0",
"cloudinary": "^1.4.4",
"connect-ensure-login": "^0.1.1",
"cz-conventional-changelog": "^1.2.0",
"dotenv": "^2.0.0",
"draft-js-emoji-plugin": "^2.0.0-beta6",
"draft-js-plugins-editor": "^2.0.0-beta6",
"ejs": "2.3.3",
"emoji-mart": "^0.3.2",
"express": "^4.14.0",
"fs": "0.0.1-security",
"immutable": "^3.8.1",
"inline-style-prefixer": "^2.0.1",
"jquery": "^3.1.1",
"jwt-simple": "^0.5.0",
"knex": "^0.12.6",
"mocha": "^3.1.2",
"moment": "^2.17.0",
"mysql": "^2.12.0",
"nodemailer": "^2.6.4",
"nodemailer-smtp-transport": "^2.7.2",
"nodemon": "^1.11.0",
"pg": "4.x",
"react": "^15.4.1",
"react-addons-css-transition-group": "^15.4.1",
"react-alert": "^1.0.14",
"react-bootstrap": "^0.30.6",
"react-chartjs-2": "^1.5.1",
"react-dom": "^15.4.1",
"react-dropdown": "^1.2.0",
"react-fade": "^1.1.1",
"react-infinite-scroll": "^0.1.5",
"react-redux": "^4.4.5",
"react-router": "^3.0.0",
"react-router-redux": "^4.0.7",
"react-sidebar": "^2.2.1",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"request": "^2.78.0",
"socket.io": "^1.5.1",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2"
},
"engines": {
"node": "6.1.0"
}
}