-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.27 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
{
"name": "interactivity-api-session",
"version": "0.0.1",
"author": "santosguillamot",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build",
"start": "wp-scripts start",
"dev": "npm start",
"format:php": "wp-env run composer run-script format",
"lint:php": "wp-env run composer run-script lint",
"plugin-zip": "node .github/scripts/build-plugin.js",
"wp-env": "wp-env"
},
"prettier": {
"useTabs": true,
"tabWidth": 4,
"printWidth": 80,
"singleQuote": true,
"trailingComma": "es5",
"bracketSameLine": false,
"bracketSpacing": true,
"semi": true,
"arrowParens": "always",
"phpVersion": "5.6"
},
"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@prettier/plugin-php": "^0.18.9",
"@types/jest": "^27.5.1",
"@wordpress/blocks": "^11.7.0",
"@wordpress/element": "^4.3.0",
"@wordpress/env": "^5.9.0",
"@wordpress/scripts": "^24.3.0",
"archiver": "^5.3.1",
"babel-jest": "^28.1.0",
"jest": "^28.1.0",
"prettier": "^2.7.1"
},
"dependencies": {
"@10up/block-components": "^1.15.7",
"@wordpress/i18n": "^4.24.0",
"@wordpress/icons": "^9.20.0",
"classnames": "^2.3.2"
}
}