forked from Iyke09/Events
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
170 lines (170 loc) · 5.18 KB
/
package.json
File metadata and controls
170 lines (170 loc) · 5.18 KB
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
{
"name": "Events",
"jest": {
"setupFiles": [
"jest-localstorage-mock",
"./client/__test__/mocks/test-env.js"
]
},
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --coverage",
"test-e2e": "nightwatch",
"test:db": "set NODE_ENV=test&&sequelize db:migrate:undo:all&&sequelize db:migrate && cross-env NODE_ENV=test nyc mocha --timeout 15000 server/00-test/server-test.js",
"migrate": "sequelize db:migrate:undo:all&&sequelize db:migrate",
"start:devx": "nodemon --exec babel-node server/bin/www",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"heroku-postbuild": "npm run migrate && npm run build",
"prestartsd": "babel-node client/tools/startMessage.js",
"start:dev": "npm-run-all --parallel open:src",
"start": "npm run open:src",
"open:src": "babel-node server/bin/www",
"lint": "node_modules/.bin/esw webpack.config.* client/src",
"lint:watch": "npm run lint -- --watch",
"build:webpack": "set NODE_ENV=production && webpack -p --config webpack.config.prod.js",
"build": "npm run clean && npm run build:webpack",
"clean": "rimraf dist",
"e2e-setup": "selenium-standalone install"
},
"nyc": {
"require": [
"babel-register"
],
"reporter": [
"lcov",
"text"
],
"sourceMap": false,
"instrument": false
},
"repository": {
"type": "git",
"url": "git+https://github.com/Iyke09/Events.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Iyke09/Events/issues"
},
"homepage": "https://github.com/Iyke09/Events#readme",
"dependencies": {
"axios": "^0.17.1",
"babel-cli": "^6.26.0",
"babel-core": "^6.25.0",
"babel-istanbul": "^0.12.2",
"babel-jest": "^22.0.4",
"babel-loader": "7.1.2",
"babel-plugin-istanbul": "^4.1.4",
"babel-plugin-react-display-name": "2.0.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.8.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-latest": "^6.22.0",
"babel-preset-react": "^6.24.1",
"babel-preset-react-hmre": "1.1.1",
"babel-register": "^6.26.0",
"bcrypt-nodejs": "0.0.3",
"bcryptjs": "^2.4.3",
"body-parser": "^1.15.2",
"cloudinary": "^1.9.1",
"cloudinary-react": "^1.0.4",
"css-loader": "^0.23.1",
"dotenv": "^4.0.0",
"eslint-config-airbnb": "^16.1.0",
"express": "^4.14.0",
"extract-text-webpack-plugin": "*",
"firebase": "^4.8.1",
"html-webpack-plugin": "^2.30.1",
"jest": "^22.0.4",
"jquery": "2.2.3",
"jsonwebtoken": "^7.4.1",
"jwt-decode": "^2.2.0",
"morgan": "^1.7.0",
"node-sass": "^4.7.2",
"nodemailer": "^4.1.0",
"nodemon": "^1.12.0",
"open": "0.0.5",
"pg": "^6.1.5",
"pg-hstore": "^2.3.2",
"prop-types": "^15.5.10",
"random-word-generator": "^0.9.9",
"react": "15.0.2",
"react-addons-test-utils": "15.0.2",
"react-bootstrap": "^0.32.1",
"react-datetime": "^2.14.0",
"react-dom": "15.0.2",
"react-facebook-auth": "^1.2.0",
"react-facebook-login-component": "^0.9.1",
"react-firebase-file-uploader": "^2.4.1",
"react-google-login": "^3.0.4",
"react-google-login-component": "^0.9.2",
"react-images-upload": "^1.1.1",
"react-redux": "4.4.5",
"react-router": "2.4.0",
"react-router-redux": "4.0.4",
"react-select": "^1.2.1",
"react-test-renderer": "^16.2.0",
"redux": "3.5.2",
"redux-immutable-state-invariant": "1.2.3",
"redux-logger": "^3.0.6",
"redux-mock-store": "1.0.2",
"redux-saga": "^0.16.0",
"rimraf": "^2.5.2",
"sass-loader": "^6.0.6",
"sequelize": "^4.8.0",
"sequelize-cli": "^2.7.0",
"simple-format-date": "^0.3.0",
"style-loader": "^0.13.1",
"swagger-jsdoc": "^1.3.0",
"swagger-ui": "^3.13.3",
"swagger-ui-dist": "^3.13.3",
"sweetalert": "^2.0.8",
"toastr": "2.1.2",
"validate.js": "^0.11.1",
"webpack": "^3.8.1",
"webpack-dev-middleware": "1.6.1",
"webpack-hot-middleware": "2.10.0"
},
"devDependencies": {
"axios-mock-adapter": "^1.10.0",
"chai": "^4.1.1",
"cheerio": "0.22.0",
"colors": "1.1.2",
"compression": "1.6.1",
"coveralls": "^2.13.1",
"cross-env": "^5.0.5",
"enzyme": "^2.2.0",
"eslint": "^4.11.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1",
"eslint-watch": "2.1.11",
"eventsource-polyfill": "0.9.6",
"expect": "1.19.0",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.8.5",
"istanbul": "^0.4.5",
"jest-localstorage-mock": "^2.2.0",
"jsdom": "8.5.0",
"mocha": "^3.5.0",
"mocha-lcov-reporter": "^1.3.0",
"mockument": "^2.0.0",
"nightwatch": "^0.9.19",
"nock": "8.0.0",
"npm-run-all": "1.8.0",
"nyc": "^11.1.0",
"react-addons-test-utils": "^15.0.2",
"redux-mock-store": "^1.0.2",
"redux-saga-test-plan": "^3.3.1",
"redux-saga-testing": "^1.0.5",
"selenium-standalone": "^6.12.0",
"sinon": "^4.1.4",
"supertest": "^3.0.0",
"url-loader": "0.5.7"
}
}