-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.56 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
{
"name": "events-calendar-live-viewer",
"private": true,
"version": "1.0.0",
"description": "An auto-updating live viewer for virtual events in The Events Calendar.",
"main": "assets/scripts/src/index.js",
"scripts": {
"release": "npm install && composer install --no-dev -o && npm run build",
"setup": "npm install && composer install && npm run build",
"build": "wp-scripts build",
"dev": "wp-scripts start",
"i18n": "npm run i18n:pot",
"i18n:pot": "npm run build && wp i18n make-pot . ./languages/events-calendar-live-viewer.pot --include=\"assets/scripts/dist/,src/\"",
"i18n:makejed": "wp i18n make-json languages --no-purge",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"format": "npm run format ./assets/scripts/src",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:md:docs": "wp-scripts lint-md-docs",
"lint:md:js": "wp-scripts lint-md-js",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"packages-update": "wp-scripts packages-update"
},
"author": {
"name": "Bernskiold Media",
"email": "info@bernskioldmedia.com",
"url": "https://bernskioldmedia.com",
"role": "developer"
},
"devDependencies": {
"@wordpress/components": "^19.0.0",
"@wordpress/eslint-plugin": "^9.2.0",
"@wordpress/scripts": "^19.0.0",
"copy-webpack-plugin": "^9.0.1",
"eslint": "^8.1.0",
"fast-glob": "^3.2.7",
"path": "^0.12.7",
"replace-in-file-webpack-plugin": "^1.0.6",
"webpackbar": "^5.0.0-3"
}
}