-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
94 lines (94 loc) · 2.88 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
{
"name": "rrze-elements",
"version": "1.0.15",
"description": "RRZE Elements: Gestalterische Erweiterungen für den BlockEditor",
"main": "build/index.js",
"textdomain": "rrze-elements-blocks",
"license": "GPL-3.0-or-later",
"private": true,
"scripts": {
"build": "wp-scripts build",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start",
"build-all": "node check-compatibility.js && sass src/_shared/scss/rrze-elements-blocks.scss assets/css/rrze-elements-blocks.css && npm run build && npx playwright test",
"update-version": "node update-version.js && npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/RRZE-Webteam/rrze-elements",
"issues": "https://github.com/RRZE-Webteam/rrze-elements/issues",
"clone": "git+https://github.com/RRZE-Webteam/rrze-elements.git"
},
"browserslist": [
"last 3 years",
"ie 11"
],
"supports": {
"email": "[email protected]",
"docs": "https://www.wordpress.rrze.fau.de/plugins/fau-und-rrze-plugins/elements/"
},
"author": {
"name": "RRZE-Webteam <[email protected]>",
"url": "https://www.wordpress.rrze.fau.de/person/webmaster"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.16.0",
"@playwright/test": "^1.49.1",
"@svgr/webpack": "^8.1.0",
"@types/color": "^4.2.0",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.2",
"@types/wordpress__block-editor": "^11.5.16",
"@types/wordpress__blocks": "^12.5.16",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"@wordpress/api-fetch": "^7.14.0",
"@wordpress/babel-plugin-makepot": "^6.14.0",
"@wordpress/compose": "^7.14.0",
"@wordpress/data": "^10.14.0",
"@wordpress/e2e-test-utils-playwright": "^1.14.0",
"@wordpress/eslint-plugin": "^22.0.0",
"@wordpress/i18n": "^5.14.0",
"@wordpress/icons": "^10.14.0",
"@wordpress/keycodes": "^4.14.0",
"@wordpress/notices": "^5.14.0",
"@wordpress/scripts": "^30.7.0",
"@wordpress/server-side-render": "^5.14.0",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"dotenv": "^16.4.7",
"eslint": "^9.16.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-tsdoc": "^0.4.0",
"inquirer": "^12.2.0",
"prompt": "^1.3.0",
"semver": "^7.6.3",
"ts-loader": "^9.5.1",
"typescript": "^5.7.2"
},
"dependencies": {
"@wordpress/a11y": "^4.14.0",
"@wordpress/shortcode": "^4.14.0",
"color": "^4.2.3",
"gsap": "^3.12.5",
"lodash": "^4.17.21",
"react-error-boundary": "^4.1.2"
},
"resolutions": {
"postcss": "8.4.38",
"svg-baker": "1.7.0",
"svg-baker-runtime": "1.4.7"
},
"engines": {
"node": ">=21.7.3",
"npm": ">=10.8.0"
}
}