-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 2.12 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
{
"name": "woocommerce-germanized",
"title": "Germanized for WooCommerce",
"version": "3.12.2",
"homepage": "https://vendidero.de/woocommerce-germanized",
"repository": {
"type": "git",
"url": "https://github.com/vendidero/woocommerce-germanized.git"
},
"license": "GPL-3.0+",
"main": "Gruntfile.js",
"scripts": {
"build": "grunt",
"build-watch": "grunt watch",
"deploy": "sh ./bin/deploy.sh",
"package-plugin": "./bin/build-plugin-zip.sh",
"docker-clean": "docker-compose rm && docker-compose pull && docker-compose build --no-cache wordpress-unit-tests && docker-compose up -d --force-recreate --build db && docker-compose up -d --force-recreate --build wordpress-unit-tests && docker exec wordpress_test /usr/local/bin/dockerInit wordpress wordpress wordpress db latest latest true",
"phpunit": "docker-compose up -d db && docker-compose up -d wordpress-unit-tests && docker exec -it --workdir /var/www/html/wp-content/plugins/woocommerce-germanized wordpress_test php ./vendor/bin/phpunit"
},
"devDependencies": {
"getobject": ">=1.0.0",
"tar": ">=6.1.9",
"autoprefixer": "^9.0.0",
"babel": "6.23.0",
"babel-cli": "^6.18.0",
"babel-plugin-add-module-exports": "1.0.2",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-2": "6.24.1",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"config": "3.2.2",
"cross-env": "5.2.0",
"grunt": "^1.3.0",
"grunt-checktextdomain": "^1.0.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.0.1",
"grunt-postcss": "^0.9.0",
"grunt-rtlcss": "^2.0.1",
"grunt-sass": "^3.0.2",
"grunt-shell": "^3.0.1",
"grunt-wp-i18n": "^1.0.3",
"node-sass": "^7.0.1",
"set-value": ">=4.0.1",
"glob-parent": ">=5.1.2",
"trim": ">=0.0.3",
"prettier": "github:automattic/calypso-prettier#c56b4251",
"spectre.css": "*"
},
"engines": {
"node": ">=10.15.0",
"npm": ">=6.4.1"
}
}