-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
98 lines (98 loc) · 2.68 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
{
"name": "applican-",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node server/app.js",
"test": "test",
"nodemon": "nodemon server/app.js & webpack -d --watch",
"webpack": "webpack -d --watch",
"lint": "eslint *.{js,jsx} **/*.{js,jsx}"
},
"pre-commit": [
"lint",
"test"
],
"repository": {
"type": "git",
"url": "git+https://github.com/DocOch/applican-.git"
},
"author": "Hashtable Hippos",
"license": "MIT",
"bugs": {
"url": "https://github.com/DocOch/applican-/issues"
},
"homepage": "https://github.com/DocOch/applican-#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.4",
"cz-conventional-changelog": "^2.0.0",
"eslint": "^4.1.1",
"eslint-config-airbnb": "^15.0.2",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.1.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"jest": "^20.0.4",
"nodemon": "^1.11.0",
"pre-commit": "^1.2.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"aws-sdk": "^2.88.0",
"axios": "^0.16.2",
"babel-plugin-transform-commonjs-es2015-modules": "^3.0.2",
"babel-preset-stage-2": "^6.24.1",
"body-parser": "^1.17.2",
"cookie-parser": "^1.4.3",
"express": "^4.15.3",
"express-fileupload": "^0.1.4",
"express-session": "^1.15.3",
"jsonp": "^0.2.1",
"lodash.isequal": "^4.5.0",
"muicss": "^0.9.17",
"multer": "^1.3.0",
"node-sass": "^4.5.3",
"passport": "^0.3.2",
"passport-google-oauth": "^1.0.0",
"passport-google-oauth20": "^1.0.0",
"path": "^0.12.7",
"pg": "^6.4.0",
"pg-hstore": "^2.3.2",
"prop-types": "^15.5.10",
"rc-progress": "^2.2.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-dropzone": "^3.13.3",
"react-icons": "^2.2.5",
"react-mdl": "^1.10.3",
"react-redux": "^5.0.5",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"redux": "^3.7.1",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1",
"semantic-ui-css": "^2.2.11",
"semantic-ui-react": "^0.71.0",
"sequelize": "^4.2.1",
"url-loader": "^0.5.9",
"victory": "^0.21.2",
"webpack": "^3.1.0",
"x-ray": "^2.3.2"
}
}