-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
36 lines (36 loc) · 1.15 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
{
"name": "ztc",
"version": "1.3.1",
"description": "ztc referentie-implementatie API",
"directories": {"doc": "doc"},
"scripts": {"build": "npm run bundle", "bundle": "webpack", "watch": "webpack -w"},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:VNG-Realisatie/catalogi-api"
},
"author": "VNG-Realisatie",
"license": "EUPL-1.2",
"homepage": "https://catalogi-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",
"prettier": "^2.7.1",
"url-loader": "latest",
"webpack": "latest",
"webpack-cli": "latest",
"webpack-dev-server": "latest",
"webpack-stream": "latest",
"yargs": "16.2.0"
}
}