forked from open-zaak/open-notificaties
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.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
{
"name": "nrc",
"version": "1.1.5",
"description": "Open Notificaties",
"main": "src/index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"convert": "swagger2openapi src/swagger2.0.json -o src/openapi.yaml",
"build": "gulp build",
"appliance:serve-config": "http-server deployment/appliance/debian-config"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:open-zaak/open-notificaties"
},
"author": "Maykin Media",
"license": "EUPL-1.2",
"homepage": "https://github.com/open-zaak/open-notificaties",
"dependencies": {
"autoprefixer": "^9.6.1"
},
"devDependencies": {
"cssnano": "^4.1.10",
"gulp": "^4.0.2",
"gulp-file": "^0.4.0",
"gulp-hub": "^4.2.0",
"gulp-if": "^3.0.0",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"http-server": "^0.12.0",
"postcss-loader": "^3.0.0",
"postcss-selector-lint": "^1.0.0",
"sass-loader": "^7.2.0",
"swagger2openapi": "^5.3.1",
"yargs": "^14.0.0"
}
}