forked from betagouv/mdph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
142 lines (142 loc) · 4.87 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
133
134
135
136
137
138
139
140
141
142
{
"name": "impact",
"version": "0.4.3",
"license": "AGPL-3.0",
"main": "server/app.js",
"dependencies": {
"archiver": "^1.3.0",
"async": "^1.5.0",
"bluebird": "^3.3.3",
"body-parser": "^1.16.0",
"bunyan": "^1.3.4",
"composable-middleware": "0.3.0",
"compression": "^1.4.4",
"connect-mongo": "^1.1.0",
"cookie-parser": "^1.3.5",
"ejs": "^2.3.4",
"email-templates": "2.3.0",
"errorhandler": "^1.3.6",
"express": "^4.12.4",
"express-bunyan-logger": "~1.3.0",
"express-jwt": "^5.1.0",
"express-session": "^1.11.2",
"gridfs-stream": "^1.1.1",
"handlebars": "^4.0.3",
"html-pdf": "^2.1.0",
"imagemin": "4.0.0",
"imagemin-jpeg-recompress": "4.2.1",
"jsonwebtoken": "^7.2.1",
"joi": "^12.0.0",
"lodash": "3.9.3",
"lusca": "^1.3.0",
"method-override": "^2.3.3",
"moment": "^2.11.2",
"mongoose": "^4.0.0",
"multer": "^1.1.0",
"node-cron": "^1.1.3",
"nodemailer": "1.11.0",
"nodemailer-smtp-transport": "^2.0.0",
"npm-run-all": "^4.0.2",
"pa11y": "^4.9.0",
"passport": "^0.3.0",
"passport-local": "^1.0.0",
"phantomjs-prebuilt": "^2.1.3",
"serve-favicon": "^2.2.1",
"shortid": "^2.2.2",
"stream-blackhole": "^1.0.3",
"tmp": "^0.0.28"
},
"devDependencies": {
"autoprefixer": "^6.3.3",
"babel-cli": "^6.24.1",
"babel-core": "^6.7.4",
"babel-preset-env": "^1.5.2",
"babel-register": "^6.7.2",
"connect-livereload": "~0.5.4",
"grunt": "~1.0.0",
"grunt-angular-templates": "^1.1.0",
"grunt-autoprefixer": "^3.0.0",
"grunt-babel": "~6.0.0",
"grunt-bunyan": "^0.5.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-concat": "~1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-htmlmin": "^2.1.0",
"grunt-contrib-imagemin": "1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-env": "~0.4.1",
"grunt-express-server": "^0.5.1",
"grunt-injector": "^1.1.0",
"grunt-newer": "~1.2.0",
"grunt-ng-annotate": "^3.0.0",
"grunt-open": "~0.2.3",
"grunt-postcss": "^0.8.0",
"grunt-rev": "~0.1.0",
"grunt-sass": "^2.0.0",
"grunt-usemin": "^3.1.1",
"grunt-wiredep": "^3.0.0",
"jasmine-core": "^2.4.1",
"jasmine-spec-reporter": "2.5.0",
"jit-grunt": "^0.10.0",
"jscs": "^3.0.7",
"jshint": "^2.9.4",
"jshint-stylish": "^2.1.0",
"karma": "0.13.22",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "^0.2.1",
"karma-coffee-preprocessor": "0.3.0",
"karma-coverage": "0.5.5",
"karma-firefox-launcher": "~0.1.3",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.3.7",
"karma-ng-html2js-preprocessor": "^0.2.0",
"karma-ng-scenario": "~0.1.0",
"karma-phantomjs-launcher": "~1.0.0",
"karma-requirejs": "~0.2.1",
"karma-script-launcher": "~0.2.0",
"load-grunt-config": "^0.19.1",
"mocha": "^3.2.0",
"morgan": "^1.7.0",
"nyc": "^6.4.4",
"open": "0.0.5",
"protractor": "^5.1.1",
"proxyquire": "^1.7.4",
"requirejs": "^2.1.17",
"should": "~8.3",
"sinon": "^1.17.3",
"sinon-as-promised": "^4.0.0",
"supertest": "^1.0.1",
"time-grunt": "^1.2.1"
},
"engines": {
"node": ">=6.9.4"
},
"scripts": {
"lint": "npm-run-all lint:*",
"lint:front": "npm-run-all lint:front:*",
"lint:front:jshint": "jshint --reporter=node_modules/jshint-stylish --config client/.jshintrc client/app client/components",
"lint:front:jscs": "jscs --config .jscsrc client/app client/components",
"lint:back": "jshint --reporter=node_modules/jshint-stylish --config server/.jshintrc server",
"coverage": "npm-run-all coverage:*",
"coverage:back": "nyc report --require babel-core/register --require mocha.conf.js --timeout 5000 mocha \"server/**/*.spec.js\"",
"dev": "grunt",
"debug": "node --nolazy --inspect-brk=9229 dist/server/app.js",
"build": "grunt build && cd dist && yarn install --production",
"start": "NODE_ENV=production node dist/server/app.js",
"test": "npm-run-all lint:* test:*",
"test:front": "karma start karma.conf.js --single-run",
"test:back": "mocha --compilers js:babel-core/register -r mocha.conf.js -t 5000 \"server/**/*.spec.js\"",
"local-server": "grunt prepare && NODE_ENV=test node server/index.js",
"local-server_win": "grunt prepare && set NODE_ENV=test&& node server/index.js",
"local-e2e": "npm-run-all webdriver-update local-protractor",
"local-protractor": "protractor protractor.conf.js",
"circle-server": "NODE_ENV=test node dist/server/app.js",
"circle-e2e": "protractor protractor.conf.js --seleniumAddress http://localhost:4444/wd/hub",
"webdriver-update": "webdriver-manager update",
"webdriver-clean": "webdriver-manager clean"
}
}