-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
81 lines (81 loc) · 2.32 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
{
"name": "thesis",
"version": "1.0.0",
"description": "thesis project",
"main": "index.js",
"scripts": {
"react-dev": "webpack -d --watch",
"server-dev": "nodemon server/index.js",
"start": "webpack -p && node server/index.js"
},
"author": "HouseGreyjoy",
"license": "ISC",
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"eslint": "^4.18.2",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"nodemon": "^1.17.2",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.12"
},
"dependencies": {
"asyncawait": "^1.0.6",
"axios": "^0.18.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-react-html-attrs": "^2.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-polyfill": "^6.26.0",
"babel-preset-stage-2": "^6.24.1",
"bcrypt": "1.0.3",
"body-parser": "^1.18.2",
"c3": "^0.5.1",
"cloudinary": "^1.11.0",
"cloudinary-react": "^1.0.6",
"cookie-parser": "^1.4.3",
"css-loader": "^0.28.11",
"d3": "^5.0.0",
"express": "^4.16.3",
"express-session": "^1.15.6",
"firebase": "^4.12.0",
"jsonwebtoken": "^8.2.0",
"lodash": "^4.17.5",
"moment": "^2.21.0",
"moment-timezone": "^0.5.14",
"nodemailer": "^4.6.3",
"nodemailer-smtp-transport": "^2.7.4",
"npm": "^5.8.0",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"path": "^0.12.7",
"pg": "^7.4.1",
"prop-types": "^15.6.1",
"rc-time-picker": "^3.3.1",
"react": "^16.2.0",
"react-datepicker": "^1.3.0",
"react-day-picker": "^7.1.4",
"react-dom": "^16.2.0",
"react-dropzone": "^4.2.9",
"react-redux": "^5.0.7",
"react-resizable": "^1.7.5",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^4.0.8",
"react-scroll": "^1.7.8",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-promise-middleware": "^5.0.0",
"redux-thunk": "^2.2.0",
"semantic-ui-react": "^0.78.3",
"smtp-server": "^3.4.2",
"style-loader": "^0.20.3"
}
}