-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.21 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.21 KB
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
{
"name": "plugin-owc-mijn-services",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "wp-scripts start --webpack-src-dir=resources/blocks && npm run scss",
"build": "wp-scripts build --webpack-src-dir=resources/blocks && npm run scss",
"scss": "webpack --config webpack.scss.config.js --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OpenWebconcept/plugin-owc-mijn-services.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/OpenWebconcept/plugin-owc-mijn-services/issues"
},
"homepage": "https://github.com/OpenWebconcept/plugin-owc-mijn-services#readme",
"dependencies": {
"@gemeente-denhaag/card": "^5.0.1",
"@gemeente-denhaag/card-group": "^2.0.3",
"@gemeente-denhaag/case-card-element": "^1.1.1",
"@gemeente-denhaag/descriptionlist": "^4.0.2",
"@gemeente-denhaag/file": "^2.1.1",
"@gemeente-denhaag/process-steps": "^4.2.2",
"@gemeente-denhaag/tab": "^3.0.0",
"@nl-design-system-candidate/heading-css": "^1.1.1",
"@nl-design-system-candidate/paragraph-css": "^2.1.1"
},
"devDependencies": {
"@wordpress/scripts": "^30.25.0",
"mini-css-extract-plugin": "^2.9.4",
"sass": "^1.93.2"
}
}