-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.39 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
{
"name": "amazon-block",
"version": "0.2.1",
"description": "A WordPress plugin that provides 'Amazon' block for Gutenberg editor.",
"main": "index.js",
"scripts": {
"build": "cross-env BABEL_ENV=default NODE_ENV=production webpack --config webpack.prod.js",
"dev": "cross-env BABEL_ENV=default webpack --watch --config webpack.dev.js",
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"babel-core": "6.26.3",
"babel-eslint": "8.2.3",
"babel-loader": "7.1.4",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-plugin-transform-react-jsx": "6.24.1",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-env": "1.7.0",
"cross-env": "5.2.1",
"eslint": "4.19.1",
"eslint-config-wordpress": "2.0.0",
"eslint-plugin-jest": "21.27.2",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.33.2",
"webpack": "4.46.0",
"webpack-cli": "^2.1.4",
"webpack-merge": "4.2.2"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/ryo-utsunomiya/amazon-block.git"
},
"keywords": [
"WordPress",
"Gutenberg"
],
"author": "Ryo Utsunomiya",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/ryo-utsunomiya/amazon-block/issues"
},
"homepage": "https://github.com/ryo-utsunomiya/amazon-block"
}