forked from wielebenwir/commonsbooking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.66 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
{
"name": "commonsbooking",
"version": "2.8.5",
"description": "Wordpress plugin for managing and booking of common goods.",
"author": "The CommonsBooking Team <[email protected]>",
"license": "SEE LICENSE IN LICENSE.txt",
"repository": {
"type": "git",
"url": "https://github.com/wielebenwir/cb"
},
"devDependencies": {
"@babel/preset-env": "^7.23.2",
"@wordpress/env": "^5.0.0",
"commons-api": "git+https://github.com/wielebenwir/commons-api.git",
"cypress": "^13.1.0",
"editorconfig": "^2.0.0",
"grunt": "^1.6.1",
"grunt-babel": "^8.0.0",
"grunt-cli": "^1.4.3",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-nodeunit": "^5.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-dart-sass": "^2.0.1",
"matchdep": "^2.0.0",
"sass": "^1.66.1"
},
"scripts": {
"start": "composer install --ignore-platform-reqs && npm install && npm run dist",
"env": "wp-env",
"env:install-tests-cli": "./bin/install-wp-cli.sh tests-wordpress",
"env:start": "wp-env start && npm run env:install-tests-cli",
"env:stop": "wp-env stop",
"cypress:setup": "./bin/setup-cypress-env.sh",
"cypress:open": "cypress open --config-file tests/cypress/cypress.config.js",
"cypress:run": "cypress run --config-file tests/cypress/cypress.config.js",
"dist": "grunt dist"
},
"dependencies": {
"@commonsbooking/frontend": "^0.1.0-beta.6",
"feiertagejs": "^1.4.0",
"leaflet": "^1.7.1",
"leaflet-easybutton": "^2.4.0",
"leaflet-spin": "^1.1.2",
"leaflet.markercluster": "^1.5.0",
"shufflejs": "^5.3.0",
"spin.js": "^2.3.2",
"vue": "^3.4.21"
}
}