forked from avillegasn/nelio-gutenberg-custom-button
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.92 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "nelio-gutenberg-custom-button",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "npm install && npm run watch",
"dev": "cross-env webpack",
"production": "cross-env NODE_ENV=production webpack",
"build": "npm run production",
"watch": "cross-env webpack --watch",
"lint": "npm run lint:js & npm run lint:scss",
"lint:js": "eslint src/**/*.js",
"lint:scss": "stylelint src/**/*.scss",
"lint:js-fix": "eslint src/**/*.js --fix"
},
"author": "Nelio Software",
"license": "GPL-2.0-or-later",
"homepage": "https://neliosoftware.com/",
"devDependencies": {
"autoprefixer": "^7.2.6",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-loader": "^7.1.5",
"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-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"classnames": "^2.2.6",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.2",
"cross-env": "3.2.4",
"css-loader": "^0.28.11",
"cssnano": "^3.10.0",
"eslint": "^4.19.1",
"eslint-config-wordpress": "^2.0.0",
"eslint-plugin-react": "^7.11.1",
"expose-loader": "latest",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^1.1.11",
"gist-embed": "^2.6.0",
"imagemin-webpack-plugin": "^1.6.1",
"node-sass": "^4.9.3",
"postcss-loader": "^2.1.6",
"regenerator-runtime": "^0.12.1",
"sass-loader": "^6.0.7",
"style-loader": "^0.18.2",
"stylelint-config-wordpress": "^12.0.0",
"svg-react-loader": "^0.4.6",
"url-loader": "^0.5.9",
"webpack": "^3.12.0",
"webpack-rtl-plugin": "^1.7.0",
"wp-pot": "^1.6.3"
},
"dependencies": {
"eslint-config-wordpress": "^2.0.0",
"npm": "^6.13.4"
},
"engines": {
"node": "8.9.1",
"npm": "5.5.1"
}
}