-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
112 lines (112 loc) · 4.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "@nl-design-system-community/nlds-community-blocks",
"version": "1.0.0",
"description": "WordPress Gutenberg Blocks for NL Design System components. Use this so authors of WordPress websites can use NL Design System components to compose their pages.",
"license": "EUPL-1.2",
"author": "Acato",
"main": "build/index.js",
"keywords": [
"nl-design-system",
"wordpress",
"wordpress-plugin"
],
"contributors": [
{
"name": "Paul van Impelen",
"email": "[email protected]",
"url": "https://acato.nl"
},
{
"name": "Richard Korthuis",
"email": "[email protected]",
"url": "https://acato.nl"
},
{
"name": "Yolijn van der Kolk",
"email": "[email protected]"
},
{
"name": "Robbert Broersma",
"email": "[email protected]"
}
],
"engines": {
"node": "^20",
"pnpm": "^9"
},
"scripts": {
"build": "pnpm run build:blocks && pnpm run build:mix && pnpm run build:zip",
"build:blocks": "wp-scripts build src/blocks/index.js",
"build:mix": "mix build --production",
"build:zip": "wp-scripts plugin-zip",
"build-assets": "mix build --production",
"format": "npm-run-all --sequential format:** prettier",
"format:css": "stylelint --allow-empty-input --fix '**/*.{css,scss}'",
"format:js": "eslint --ext '.js,.jsx' --fix --report-unused-disable-directives .",
"lint": "npm-run-all lint:**",
"lint:css": "stylelint --allow-empty-input '**/*.{css,scss}'",
"lint:js": "eslint --ext '.js,.jsx' --report-unused-disable-directives .",
"lint:package-json": "npmPkgJsonLint '**/package.json'",
"lint:prettier": "prettier --check .",
"prettier": "prettier --write .",
"start": "wp-scripts start src/blocks/index.js",
"start-assets": "mix watch",
"packages-update": "wp-scripts packages-update",
"test": "jest --outputFile=dist/.jest-test-results.json",
"test-update": "pnpm run --if-present lint && pnpm run --if-present test && pnpm run --if-present build && pnpm run --if-present lint-build && pnpm run --if-present test-build",
"update-patch": "npm-check-updates --configFileName .ncurc.patch.cjs",
"update-minor": "npm-check-updates --configFileName .ncurc.minor.cjs",
"update-major": "npm-check-updates --configFileName .ncurc.major.cjs"
},
"devDependencies": {
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "16.0.0",
"@wordpress/eslint-plugin": "19.0.0",
"@wordpress/prettier-config": "4.0.0",
"@wordpress/scripts": "28.0.0",
"@wordpress/stylelint-config": "22.0.0",
"eslint": "8.57.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-react": "7.34.2",
"jest": "29.7.0",
"laravel-mix": "6.0.49",
"npm-check-updates": "16.14.20",
"npm-package-json-lint": "8.0.0",
"npm-run-all": "4.1.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"resolve-url-loader": "5.0.0",
"stylelint": "16.6.1",
"stylelint-config-standard-scss": "13.1.0",
"wp-prettier": "3.0.3"
},
"dependencies": {
"@gemeente-denhaag/accordion": "0.2.3-alpha.394",
"@gemeente-denhaag/blockquote": "0.1.1-alpha.305",
"@gemeente-denhaag/button": "0.2.3-alpha.394",
"@gemeente-denhaag/button-group": "0.1.1-alpha.263",
"@gemeente-denhaag/components-css": "0.1.1-alpha.344",
"@gemeente-denhaag/descriptionlist": "0.1.1-alpha.294",
"@gemeente-denhaag/design-tokens-common": "0.2.3-alpha.396",
"@gemeente-denhaag/design-tokens-components": "0.2.3-alpha.396",
"@gemeente-denhaag/divider": "0.2.3-alpha.394",
"@gemeente-denhaag/highlighted-links": "0.1.1-alpha.217",
"@gemeente-denhaag/icons": "0.2.3-alpha.394",
"@gemeente-denhaag/image": "0.1.1-alpha.303",
"@gemeente-denhaag/link": "0.2.3-alpha.394",
"@gemeente-denhaag/link-group": "0.1.3-alpha.255",
"@gemeente-denhaag/note": "0.1.1-alpha.307",
"@gemeente-denhaag/table": "0.1.1-alpha.296",
"@gemeente-denhaag/typography": "0.2.3-alpha.394",
"@utrecht/component-library-react": "3.1.0",
"@wordpress/block-editor": "13.0.0",
"@wordpress/blocks": "13.0.0",
"@wordpress/components": "28.0.0",
"@wordpress/data": "10.0.0",
"@wordpress/element": "6.0.0",
"@wordpress/icons": "10.0.0",
"classnames": "2.5.1",
"is-url": "1.2.4"
},
"packageManager": "[email protected]+sha256.19c17528f9ca20bd442e4ca42f00f1b9808a9cb419383cd04ba32ef19322aba7"
}