-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
132 lines (132 loc) · 4.18 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
130
131
132
{
"name": "dms",
"version": "1.0.0",
"description": "DMS is a full stack document management system, complete with roles and privileges.",
"main": "index.js",
"scripts": {
"build": "npm run db:migrate & npm run db:seed",
"build:watch": "npm run build --watch",
"test": "NODE_ENV=test nyc mocha -r mock-local-storage --timeout 5000 --compilers js:babel-core/register ./server/tests/**/*.spec.js ./client/tests/**/*.spec.{js,jsx}",
"test:watch": "NODE_ENV=test nodemon --exec 'npm test'",
"test:client": "NODE_ENV=test nyc mocha -r mock-local-storage --compilers js:babel-core/register ./client/tests/**/*.spec.{js,jsx}",
"test:client:watch": "NODE_ENV=test nodemon --exec 'npm run test:client'",
"test:server": "NODE_ENV=test nyc mocha --timeout 15000 --compilers js:babel-core/register ./server/tests/**/*.spec.js",
"test:server:watch": "NODE_ENV=test nodemon --exec 'npm run test:server'",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"start": "webpack && babel-node server.js",
"start:watch": "nodemon --exec 'npm start'",
"start:dev": "NODE_ENV=development nodemon --exec 'webpack && babel-node server.js'",
"db:migrate": "sequelize db:migrate:undo:all && sequelize db:migrate",
"db:seed": "sequelize db:seed:all",
"e2e:setup": "selenium-standalone install",
"e2e": "nightwatch"
},
"nyc": {
"require": [
"babel-register"
],
"exclude": [
"**/*.spec.jsx",
"**/utils/",
"public"
],
"extension": [
".jsx",
".es6"
],
"sourceMap": false,
"instrument": false
},
"repository": {
"type": "git",
"url": "git+https://github.com/andela-hpopoola/dms.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/andela-hpopoola/dms/issues"
},
"homepage": "https://github.com/andela-hpopoola/dms#readme",
"devDependencies": {
"coveralls": "^2.13.1",
"create-react-class": "^15.5.2",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.0.1",
"faker": "^4.1.0",
"mocha": "^3.4.2",
"mock-local-storage": "^1.0.2",
"moxios": "^0.4.0",
"nightwatch": "^0.9.16",
"nock": "^9.0.13",
"nodemon": "^1.11.0",
"nyc": "^10.3.0",
"redux-mock-store": "^1.2.3",
"selenium-standalone": "^6.5.0",
"sequelize-cli": "^2.7.0",
"supertest": "^3.0.0"
},
"dependencies": {
"axios": "^0.16.1",
"babel-cli": "^6.24.1",
"babel-core": "^6.5.1",
"babel-loader": "^6.2.2",
"babel-plugin-istanbul": "^4.1.3",
"babel-polyfill": "^6.8.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^7.0.0-alpha.12",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.24.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.17.2",
"css-loader": "^0.23.1",
"dotenv": "^4.0.0",
"dotenv-webpack": "^1.4.5",
"enzyme": "^2.8.2",
"expect": "^1.20.2",
"express": "^4.15.3",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"font-awesome": "4.7.0",
"history": "^2.1.0",
"jquery": "^2.2.4",
"jsdom": "11.0.0",
"jsdom-global": "3.0.2",
"json-loader": "^0.5.4",
"jsonwebtoken": "^7.4.1",
"morgan": "^1.8.2",
"node-sass": "^3.4.2",
"pg": "^6.2.3",
"pg-hstore": "^2.3.2",
"prop-types": "^15.5.10",
"rc-pagination": "^1.9.5",
"react": "^0.14.8",
"react-addons-test-utils": "^0.14.8",
"react-dom": "^0.14.8",
"react-froala-wysiwyg": "^2.6.1",
"react-materialize": "^1.0.1",
"react-redux": "4.4.5",
"react-router": "^2.8.1",
"react-router-redux": "4.0.4",
"redux": "3.5.2",
"redux-immutable-state-invariant": "1.2.3",
"redux-persist": "^4.8.0",
"redux-thunk": "2.0.1",
"sass-loader": "^3.1.2",
"script-loader": "^0.6.1",
"sequelize": "^3.30.4",
"sinon": "^2.3.4",
"strip": "^3.0.0",
"style-loader": "^0.13.0",
"swagger-jsdoc": "^1.9.4",
"sweetalert": "^1.1.3",
"toastr": "^2.1.2",
"url-loader": "^0.5.8",
"webpack": "^1.12.13",
"winston": "^2.3.1"
}
}