This repository has been archived by the owner on Mar 31, 2022. It is now read-only.
generated from luehrsenheinrich/wp-plugin-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.08 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
{
"version": "0.0.1",
"name": "tec-unique-tickets",
"title": "Unique Tickets for the Events Calendar",
"slug": "tec-unique-tickets",
"author": "WP Munich",
"authorUrl": "https://www.wp-munich.com",
"description": "This is the wp-plugin-boilerplate Plugin for WordPress by Luehrsen // Heinrich.",
"private": true,
"license": "GPLv3",
"minWpReq": "5.0",
"testedWp": "5.2",
"devDependencies": {
"@babel/core": "^7.6.4",
"@lodder/grunt-postcss": "^1.0.8",
"@wordpress/babel-plugin-import-jsx-pragma": "^2.2.0",
"@wordpress/babel-preset-default": "^4.6.2",
"@wordpress/dependency-extraction-webpack-plugin": "^1.0.1",
"@wordpress/eslint-plugin": "^2.2.0",
"autoprefixer": "^9.6.5",
"babel-loader": "^8.0.6",
"babel-plugin-lodash": "^3.3.4",
"classnames": "^2.2.6",
"cssnano": "^4.1.10",
"env-cmd": "^9.0.1",
"eslint": "^6.5.1",
"grunt": "^1.0.4",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^1.5.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^22.0.0",
"grunt-newer": "^1.3.0",
"grunt-shell": "^3.0.1",
"grunt-stylelint": "^0.11.0",
"grunt-webpack": "^3.1.3",
"install": "^0.13.0",
"jit-grunt": "^0.10.0",
"normalize.css": "^8.0.1",
"npm": "^6.12.0",
"postcss-base64": "^0.7.1",
"postcss-import": "^12.0.1",
"postcss-normalize": "^8.0.1",
"postcss-preset-env": "^6.7.0",
"release-it": "^12.4.3",
"stylelint": "^10.0.1",
"stylelint-config-wordpress": "^14.0.0",
"time-grunt": "^2.0.0",
"uglifyjs-webpack-plugin": "^2.1.3",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9"
},
"dependencies": {
"lodash": "^4.17.15",
"prompt": "^1.0.0",
"replace-in-file": "^4.1.3"
},
"scripts": {
"setup": "sh bin/setup-local-env.sh",
"dev": "sh bin/setup-local-env.sh && grunt watch",
"remove": "docker-compose down --volumes --remove-orphans",
"release": "env-cmd .env release-it",
"rename": "node bin/rename-slug.js"
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}