-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
43 lines (43 loc) · 1.12 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
{
"name": "nrc",
"version": "1.8.1",
"description": "Open Notificaties",
"main": "src/index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"convert": "swagger2openapi src/swagger2.0.json -o src/openapi.yaml",
"build": "gulp build",
"watch": "gulp watch",
"appliance:serve-config": "http-server deployment/appliance/debian-config"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:open-zaak/open-notificaties"
},
"author": "Maykin Media",
"license": "EUPL-1.2",
"homepage": "https://github.com/open-zaak/open-notificaties",
"dependencies": {
"autoprefixer": "^10.4.16"
},
"devDependencies": {
"cssnano": "^6.0.1",
"gulp": "^5.0.0",
"gulp-dart-sass": "^1.1.0",
"gulp-file": "^0.4.0",
"gulp-hub": "^4.2.0",
"gulp-if": "^3.0.0",
"gulp-postcss": "^9.0.1",
"gulp-sourcemaps": "^2.6.5",
"http-server": "^14.1.1",
"microscope-sass": "^1.1.0",
"postcss": "^8.4.31",
"postcss-loader": "^7.3.3",
"postcss-selector-lint": "^1.0.2",
"sass-loader": "^12.6.0",
"swagger2openapi": "^7.0.8",
"yargs": "^16.2.0"
}
}