-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
129 lines (129 loc) · 4.43 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "more-recipes",
"version": "1.0.0",
"description": "More-Recipes provides a platform for users to share the awesome and exciting recipe ideas they have invented or learnt",
"main": "./server/index.js",
"directories": {},
"scripts": {
"test": "nyc mocha --compilers js:babel-core/register --timeout=5000 ./server/test/index.spec.js",
"test:dev": "NODE_ENV=test_dev nyc mocha --compilers js:babel-core/register --timeout=5000 ./server/test/index.spec.js",
"test:client": "jest --watch",
"test:watch": "npm run test:client -- --watch",
"start": "NODE_ENV=production node ./dist/index.js",
"start:dev": "nodemon --watch server --exec babel-node -- server/index.js",
"start:test-e2e": "NODE_ENV=test_dev nodemon --watch server --exec babel-node -- server/index.js",
"prenightwatch:test-e2e": "sequelize db:migrate:undo:all --env=test_dev && sequelize db:migrate --env=test_dev",
"nightwatch:test-e2e": "nightwatch",
"start:deploy": "babel-node ./dist/index.js",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"build:client": "webpack --config webpack.config.prod.js",
"build:server": "babel ./server -d ./dist",
"build": "rimraf ./dist/ && npm run build:client && npm run build:server",
"eslint": "eslint --fix client server --ext=js,jsx",
"migration": "NODE_ENV=production sequelize db:migrate",
"migration:dev": "NODE_ENV=test_dev sequelize db:migrate",
"heroku-postbuild": "npm run build"
},
"author": "Fredrick Mgbeoma",
"license": "ISC",
"devDependencies": {
"babel-eslint": "^8.0.1",
"babel-jest": "^22.0.6",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"enzyme-to-json": "^3.3.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-airbnb-base": "^12.0.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.4.0",
"jest": "^22.0.6",
"moxios": "^0.4.0",
"nightwatch": "^0.9.19",
"react-test-renderer": "^16.2.0",
"redux-devtools": "^3.4.0",
"redux-mock-store": "^1.4.0",
"sinon": "^4.2.2"
},
"dependencies": {
"alertify.js": "^1.0.12",
"axios": "^0.16.2",
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
"bcrypt-nodejs": "0.0.3",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"chai": "^4.1.2",
"chai-http": "^3.0.0",
"classnames": "^2.2.5",
"cloudinary-react": "^1.0.4",
"compression-webpack-plugin": "^1.1.3",
"concurrently": "^3.5.1",
"coveralls": "^2.13.2",
"css-loader": "^0.28.7",
"dotenv": "^4.0.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.9.0",
"expect": "^22.0.6",
"express": "^4.15.5",
"express-formidable": "^1.0.0",
"extract-text-webpack-plugin": "^3.0.2",
"faker": "^4.1.0",
"file-loader": "^1.1.6",
"html-webpack-plugin": "^2.30.1",
"istanbul": "^0.4.5",
"jquery": "^3.2.1",
"jsonwebtoken": "^8.0.1",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.4",
"lodash.capitalize": "^4.2.1",
"mocha": "^3.5.3",
"mocha-lcov-reporter": "^1.3.0",
"morgan": "^1.9.0",
"multer": "^1.3.0",
"node-sass": "^4.5.3",
"nodemon": "^1.12.1",
"nyc": "^11.2.1",
"passport": "^0.4.0",
"path": "^0.12.7",
"pg": "^7.3.0",
"pg-hstore": "^2.3.2",
"prop-types": "^15.6.0",
"qs": "^6.5.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-file-reader": "^1.1.3",
"react-hot-loader": "^3.1.1",
"react-paginate": "^5.0.0",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-spinners": "^0.2.5",
"redux": "^3.7.2",
"redux-batched-actions": "^0.1.6",
"redux-thunk": "^2.2.0",
"request": "^2.83.0",
"sass-loader": "^6.0.6",
"sequelize": "^4.13.1",
"sequelize-cli": "^3.0.0",
"sequelize-transforms": "^1.0.2",
"shortid": "^2.2.8",
"style-loader": "^0.19.0",
"supertest": "^3.0.0",
"swagger-jsdoc": "^1.9.7",
"uglifyjs-webpack-plugin": "^1.1.6",
"url-loader": "^0.6.2",
"validator": "^9.0.0",
"validatorjs": "^3.13.5",
"webpack": "^3.7.1",
"webpack-dev-middleware": "^1.12.0",
"webpack-dev-server": "^2.9.1",
"webpack-hot-middleware": "^2.19.1"
}
}