-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
129 lines (129 loc) · 3.54 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": "StupaWahlTool2017",
"version": "1.3.2",
"description": "A tool for the Stupa Wahl 2017 and 2018.",
"main": "src/server/app.js",
"scripts": {
"build": "gulp build",
"test": "gulp test",
"start": "cross-env NODE_ENV=production ACTIVE_PROFILE=production CONFIG_DIR=./resources/server/config node bin/server.js",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "[email protected]:nerdakademie/stupa-wahltool.git"
},
"homepage": "https://github.com/nerdakademie/stupa-wahltool/blob/master/README.md",
"bugs": {
"url": "https://github.com/nerdakademie/stupa-wahltool/issues"
},
"babel": {
"presets": [
"es2015",
"react"
]
},
"dependencies": {
"body-parser": "1.16.0",
"config": "1.21.0",
"compression": "1.6.2",
"cookie-parser": "1.4.3",
"express": "4.14.1",
"extract-text-webpack-plugin": "1.0.1",
"morgan": "1.8.0",
"pug": "2.0.0-beta6",
"serve-favicon": "2.3.2",
"mongoose": "4.8.1",
"webpack": "1.14.0",
"glob": "7.1.1",
"nconf": "0.8.4",
"multer": "1.3.0",
"secure-random-string": "1.0.0",
"string-template": "1.0.0",
"webpack-dev-middleware": "1.10.0",
"webpack-hot-middleware": "2.16.1",
"babel-core": "^6.5.1",
"babel-loader": "^6.2.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"webpack-dev-server": "^1.14.1",
"nodemailer": "^3.1.1",
"uuid": "3.0.1",
"xss": "0.3.3",
"cross-env": "^3.1.4"
},
"devDependencies": {
"autoresponsive-react": "1.1.11",
"babel-loader": "6.2.10",
"babel-preset-es2015": "6.22.0",
"babel-preset-react": "6.22.0",
"babel-preset-react-hmre": "1.1.1",
"babel-polyfill": "6.22.0",
"chai": "3.5.0",
"chart.js": "^2.4.0",
"css-loader": "0.26.1",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-react": "6.9.0",
"gulp": "3.9.1",
"gulp-eslint": "3.0.1",
"gulp-istanbul": "1.1.1",
"gulp-mocha": "3.0.1",
"gulp-nodemon": "2.2.1",
"gulp-sass-lint": "1.3.2",
"gulp-webdriver": "2.0.3",
"isparta-loader": "2.0.0",
"jquery": "3.1.1",
"karma": "1.4.1",
"karma-babel-preprocessor": "6.0.1",
"karma-chai-dom": "1.1.0",
"karma-chai-sinon": "0.1.5",
"karma-coverage": "1.1.1",
"karma-fixture": "0.2.6",
"karma-html2js-preprocessor": "1.1.0",
"karma-mocha": "1.3.0",
"karma-mocha-reporter": "2.2.2",
"karma-phantomjs-launcher": "1.0.2",
"karma-webpack": "2.0.2",
"material-ui": "0.17.0",
"mini-toastr": "0.5.0",
"node-sass": "4.7.2",
"phantomjs-prebuilt": "2.1.14",
"react": "15.4.2",
"react-dom": "15.4.2",
"react-chartjs-2": "^2.0.0",
"react-router": "^2.0.0",
"react-tap-event-plugin": "2.0.1",
"react-nl2br": "0.2.0",
"react-dropzone-component": "1.2.0",
"react-custom-scrollbars": "4.0.2",
"run-sequence": "1.2.2",
"sass-loader": "5.0.1",
"sinon": "1.17.7",
"sinon-chai": "2.8.0",
"supertest": "3.0.0",
"superagent": "3.4.3",
"wdio-mocha-framework": "0.5.8",
"wdio-spec-reporter": "0.0.5",
"webdriverio": "4.6.2",
"webpack-stream": "3.2.0"
},
"author": {
"name": "Nerdakademie",
"email": "[email protected]",
"url": "https://github.com/nerdakademie"
},
"contributors": [
{
"name": "Michel Wohlert",
"url": "https://github.com/mwohlert"
},
{
"name": "Malte Schlünz",
"url": "https://github.com/malteschluenz"
}
],
"license": "Apache-2.0",
"bin": {
"stupa-wahltool": "bin/server.js"
}
}