forked from vendidero/woocommerce-germanized-dhl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.78 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
{
"name": "woocommerce-germanized-dhl",
"title": "DHL for Germanized",
"version": "1.4.5",
"homepage": "https://vendidero.de",
"repository": {
"type": "git",
"url": "https://github.com/vendidero/woocommerce-germanized-dhl.git"
},
"license": "GPL-3.0+",
"main": "Gruntfile.js",
"scripts": {
"build": "grunt",
"build-watch": "grunt watch",
"deploy": "composer install --no-dev && sh ./bin/github-deploy.sh",
"package-plugin": "./bin/build-plugin-zip.sh"
},
"devDependencies": {
"autoprefixer": "9.6.1",
"babel": "6.23.0",
"babel-cli": "6.26.0",
"babel-eslint": "10.0.2",
"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",
"eslint": "6.5.1",
"eslint-config-wpcalypso": "4.0.1",
"eslint-plugin-wpcalypso": "4.1.0",
"grunt": "1.0.4",
"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.1.0",
"grunt-phpcs": "0.4.0",
"grunt-postcss": "0.9.0",
"grunt-prompt": "1.3.3",
"grunt-rtlcss": "2.0.1",
"grunt-sass": "3.0.2",
"grunt-shell": "3.0.1",
"grunt-stylelint": "0.11.1",
"grunt-wp-i18n": "1.0.3",
"istanbul": "1.0.0-alpha.2",
"mocha": "6.2.0",
"node-sass": "4.13.1",
"prettier": "github:automattic/calypso-prettier#c56b4251",
"stylelint": "10.1.0",
"stylelint-config-wordpress": "14.0.0",
"spectre.css": "*"
},
"engines": {
"node": ">=10.15.0",
"npm": ">=6.4.1"
}
}