-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 907 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
38
{
"name": "mapbox-for-wp",
"version": "1.0.0",
"description": "Integrate your maps from Mapbox into WordPress.",
"author": "Pluginize",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build",
"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"
},
"dependencies": {
"mapbox-gl": "^2.14.0",
"react": "^18.2.0"
},
"devDependencies": {
"@wordpress/prettier-config": "^2.15.0",
"@wordpress/scripts": "^26.1.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.8"
},
"files": [
"build/**/*",
"CHANGELOG.md",
"includes/**/*",
"LICENSE.md",
"mapbox-for-wp.php",
"readme.txt",
"vendor",
"vendor_prefixed"
]
}