-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
40 lines (40 loc) · 1.21 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
{
"name": "simple-discord-sso",
"version": "1.0.2",
"description": "",
"main": "index.js",
"scripts": {
"build": "wp-scripts build src/assets/frontend.js",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"format": "wp-scripts format",
"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",
"start": "wp-scripts start",
"test:e2e": "wp-scripts test-e2e",
"test:unit": "wp-scripts test-unit-js",
"prepare": "husky install"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@wordpress/scripts": "^19.2.3",
"eslint-config-wordpress": "^2.0.0",
"eslint-plugin-jsx": "^0.1.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"husky": "^7.0.4",
"prettier": "2.5.1"
},
"dependencies": {
"@emotion/css": "^11.7.1",
"@wordpress/blocks": "^6.14.1",
"@wordpress/components": "^19.2.0",
"@wordpress/dom-ready": "^3.2.3",
"@wordpress/element": "^4.0.4"
}
}