-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathpackage.json
69 lines (69 loc) · 1.97 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
{
"name": "facemash",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "nodemon app.js",
"dev": "webpack -d --watch",
"prod": "webpack -p --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yTakkar/Facemash.git"
},
"author": "yTakkar <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/yTakkar/Facemash/issues"
},
"homepage": "https://github.com/yTakkar/Facemash#readme",
"dependencies": {
"animate-components": "^1.4.8",
"axios": "^0.17.1",
"bcrypt-nodejs": "^0.0.3",
"body-parser": "^1.18.2",
"client-sessions": "^0.8.0",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"express-handlebars": "^3.0.0",
"express-validator": "^4.3.0",
"handy-image-processor": "^1.0.1",
"handy-log": "^1.0.3",
"handy-notification": "^1.0.26",
"handy-timeago": "^1.0.1",
"jquery": "^3.2.1",
"morgan": "^1.9.0",
"multer": "^1.3.0",
"mysql": "^2.15.0",
"nodemailer": "^4.4.1",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.2.0",
"react-helmet": "^5.2.0",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-promise-middleware": "^5.0.0",
"redux-thunk": "^2.2.0",
"serve-favicon": "^2.4.5"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.3",
"babel-loader": "^7.1.2",
"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-plugin-transform-react-jsx-source": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^4.13.0",
"eslint-plugin-react": "^7.5.1"
}
}