-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.31 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
49
50
{
"name": "nelio-maps",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/davilera/nelio-maps.git"
},
"keywords": [
"google maps",
"gutenberg block",
"wordpress"
],
"author": "Nelio Software",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/davilera/nelio-maps/issues"
},
"homepage": "https://github.com/davilera/nelio-maps#readme",
"scripts": {
"build": "wp-scripts build",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"start": "wp-scripts start",
"test:e2e": "wp-scripts test-e2e",
"test:unit": "wp-scripts test-unit-js"
},
"devDependencies": {
"@wordpress/scripts": "^5.0.0",
"autoprefixer": "^9.6.1",
"babel-eslint": "^10.0.3",
"base64-inline-loader": "^1.1.1",
"classnames": "^2.2.6",
"css-loader": "^3.2.0",
"eslint": "^6.5.0",
"eslint-plugin-react": "^7.14.3",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",
"postcss-loader": "^3.0.0",
"react-google-maps": "^9.4.5",
"sass-loader": "^8.0.0",
"svg-react-loader": "^0.4.6",
"webpack": "^4.41.0",
"webpack-rtl-plugin": "^2.0.0"
}
}