-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (45 loc) · 1.17 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
{
"name": "nrc",
"version": "2.0.0-alpha13",
"description": "NRC referentie implementatie API",
"directories": {
"doc": "doc"
},
"scripts": {
"convert": "swagger2openapi src/swagger2.0.json -o src/openapi.yaml",
"build": "npm run bundle",
"bundle": "webpack",
"watch": "webpack -w"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:VNG-Realisatie/notificaties-api"
},
"author": "VNG-Realisatie",
"license": "EUPL-1.2",
"homepage": "https://notificaties-api.vng.cloud",
"dependencies": {
"microscope-sass": "latest"
},
"devDependencies": {
"@babel/core": "latest",
"@babel/preset-env": "latest",
"autoprefixer": "latest",
"babel-loader": "latest",
"cssnano": "latest",
"css-loader": "latest",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "latest",
"postcss-loader": "latest",
"postcss-selector-lint": "latest",
"sass": "latest",
"sass-loader": "latest",
"swagger2openapi": "^7.0.8",
"url-loader": "latest",
"webpack": "latest",
"webpack-cli": "latest",
"webpack-dev-server": "latest",
"webpack-stream": "latest",
"yargs": "16.2.0"
}
}