forked from niccokunzmann/schulcloud-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
123 lines (123 loc) · 4.03 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
{
"name": "schulcloud-client",
"version": "19.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"watch": "nodemon --watch ./ --watch views --watch controllers --watch build --watch helpers --ext js,hbs,json ./bin/www",
"debug": "nodemon --inspect=9310 --watch controllers --watch helpers --watch views --watch helpers --ext js,hbs,json ./bin/www",
"lint": "eslint ./bin ./controllers ./helpers ./test/mocha ./api.js ./app.js --ext .js --fix",
"sasslint": "sass-lint -q -v",
"sasslint:fix": "sass-lint-auto-fix -s -c ./.sass-lint-auto-fix.yml && sass-lint -q -v",
"startd": "echo 'Do you mean 'npm run watch'?'",
"test": "npm run mocha",
"mocha": "mocha test/mocha/ --recursive --opts ./test/mocha/mocha.opts",
"coverage": "NODE_ENV=test istanbul cover node_modules/.bin/_mocha -- -- test/**/*.test.js --opts ./test/mocha/mocha.opts",
"frontendTests": "./node_modules/.bin/nightwatch --config nightwatch.conf.js --env chrome,firefox"
},
"sasslintConfig": "./.sass-lint.yml",
"dependencies": {
"body-parser": "^1.19.0",
"browser-sync": "^2.26.7",
"compression": "^1.6.2",
"cookie-parser": "~1.4.3",
"csurf": "^1.9.0",
"csv-parse": "^1.2.0",
"debug": "~2.6.0",
"device-detector-js": "^1.1.1",
"diff-dom": "^2.4.0",
"express": "^4.17.1",
"express-session": "^1.15.2",
"fast-csv": "^2.4.1",
"feedr": "^2.13.5",
"font-awesome": "^4.7.0",
"fullcalendar": "^3.9.0",
"git-repo-info": "^2.1.0",
"gulp-nodemon": "^2.2.1",
"handlebars-layouts": "^3.1.4",
"handlebars-wax": "^5.1.1",
"hbs": "^4.0.4",
"ipaddr.js": "^1.5.4",
"jquery-datetimepicker": "^2.5.20",
"jsonwebtoken": "^7.3.0",
"lodash": "^4.17.15",
"marked": "^0.7.0",
"mathjax": "^2.7.5",
"maxmind": "^2.3.0",
"method-override": "^2.3.7",
"moment": "^2.22.2",
"morgan": "^1.9.1",
"multer": "^1.3.0",
"natives": "^1.1.6",
"nexboard-api-js": "git://github.com/schul-cloud/nexboard-api-js.git",
"oauth-1.0a": "^2.1.0",
"path.join": "^1.0.0",
"query-string": "^5.0.1",
"querystring": "^0.2.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-sortable-hoc": "^0.8.3",
"request": "^2.79.0",
"request-promise": "^4.1.1",
"serve-favicon": "^2.5.0",
"shortid": "^2.2.8",
"showdown": "^1.7.1",
"string-strip-html": "^3.2.0",
"string_decoder": "^1.0.1",
"truncate-html": "^1.0.0",
"winston": "^3.0.0"
},
"devDependencies": {
"autoprefixer": "^9.0.1",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-react-jsx": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"chromedriver": "^2.38.3",
"env2": "^2.2.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.1",
"expose-loader": "^0.7.5",
"geckodriver": "^1.16.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-changed-smart": "^1.1.1",
"gulp-clean-css": "^3.0.3",
"gulp-concat": "^2.6.1",
"gulp-count": "^0.3.0",
"gulp-filelog": "^0.4.1",
"gulp-header": "^2.0.1",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.1.1",
"gulp-optimize-js": "^1.1.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^7.0.1",
"gulp-rimraf": "^0.2.1",
"gulp-sass": "^4.0.1",
"gulp-sass-grapher": "^0.1.4",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^2.0.1",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"nightwatch": "^1.0.6",
"node-sass": "^4.12.0",
"nodemon": "^1.18.3",
"postcss-css-variables": "^0.13.0",
"pump": "^1.0.2",
"rebuild-changed-entrypoints-webpack-plugin": "^1.0.1",
"sass-lint": "^1.13.1",
"sass-lint-auto-fix": "^0.17.0",
"script-loader": "^0.7.2",
"selenium-server": "^3.12.0",
"vinyl-map": "^1.0.2",
"vinyl-named": "^1.1.0",
"webpack": "^4.16.1",
"webpack-stream": "^4.0.3",
"workbox-build": "^3.4.1",
"workbox-cli": "^3.5.0"
}
}