-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 962 Bytes
/
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
{
"name": "invintus-plugin",
"version": "2.0.7",
"description": "",
"main": "index.js",
"scripts": {
"build": "wp-scripts build --webpack-copy-php",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start --webpack-copy-php"
},
"keywords": [
"invintus",
"video",
"player",
"plugin"
],
"author": "Lucas Williams <lucas@taproot.agency> (https://taproot.agency)",
"license": "ISC",
"devDependencies": {
"@wordpress/scripts": "^26.16.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.33.2",
"lodash": "^4.17.21",
"prettier": "^3.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"dependencies": {
"uuid": "^9.0.1"
}
}