-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.43 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.43 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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "gemeindetage-anmeldung",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "wp-scripts build",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"format:js": "wp-scripts format-js",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:md:docs": "wp-scripts lint-md-docs",
"lint:md:js": "wp-scripts lint-md-js",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"packages-update": "wp-scripts packages-update",
"start": "wp-scripts start",
"test:e2e": "wp-scripts test-e2e",
"test:unit": "wp-scripts test-unit-js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mennonitischer-gemeindetag/anmeldung-cpt.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mennonitischer-gemeindetag/anmeldung-cpt/issues"
},
"homepage": "https://github.com/mennonitischer-gemeindetag/anmeldung-cpt#readme",
"main": "src/index.js",
"dependencies": {
"@jest/globals": "^29.3.1",
"@sentry/browser": "^5.12.1",
"@wordpress/scripts": "^24.6.0",
"final-form": "^4.20.7",
"moment": "^2.29.4",
"pdf-viewer-reactjs": "^2.2.3",
"react-final-form": "^6.5.9",
"react-final-form-listeners": "^1.0.3",
"react-google-charts": "^4.0.0",
"react-minimal-pie-chart": "^8.4.0",
"react-pdf": "^6.2.0",
"react-use-localstorage": "^3.5.3"
},
"devDependencies": {
"wp-types": "^3.61.0"
}
}