-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 1.04 KB
/
package.json
File metadata and controls
28 lines (28 loc) · 1.04 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
{
"name": "taglock",
"version": "1.0.0",
"description": "Protect WordPress content based on KlickTipp tags - no membership required, 100% cache compatible and secure.",
"license": "GPL-3.0-or-later",
"author": "GoSuccess <support@gosuccess.io>",
"scripts": {
"build": "npm run build:admin && npm run build:frontend",
"build:admin": "wp-scripts build --webpack-src-dir=assets/src/admin/ --output-path=assets/build/admin/",
"build:frontend": "wp-scripts build --webpack-src-dir=assets/src/frontend/ --output-path=assets/build/frontend/",
"start": "wp-scripts start",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update"
},
"devDependencies": {
"@wordpress/scripts": "^31.2.0"
},
"dependencies": {
"@wordpress/api-fetch": "^7.0.0",
"@wordpress/components": "^28.0.0",
"@wordpress/dom-ready": "^4.0.0",
"@wordpress/element": "^6.0.0",
"@wordpress/i18n": "^5.0.0",
"prop-types": "^15.8.1"
}
}