-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
69 lines (69 loc) · 2.01 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
65
66
67
68
69
{
"name": "wp-query-console",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lubusIN/WP-Query-Console.git"
},
"author": "WordImpress, LLC",
"license": "ISC",
"bugs": {
"url": "https://github.com/lubusIN/WP-Query-Console/issues"
},
"homepage": "https://github.com/lubusIN/WP-Query-Console#readme",
"devDependencies": {
"autoprefixer": "^7.2.4",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.3",
"babel-loader": "^7.1.2",
"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.6.0",
"babel-preset-react": "^6.24.1",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "latest",
"cross-env": "3.2.4",
"css-loader": "^0.28.7",
"cssnano": "^3.10.0",
"eslint": "^4.8.0",
"eslint-config-wordpress": "^2.0.0",
"eslint-plugin-react": "^7.5.1",
"expose-loader": "latest",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^1.1.4",
"imagemin-webpack-plugin": "^1.5.2",
"node-sass": "^4.5.3",
"postcss-loader": "^2.0.6",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"stylelint-config-wordpress": "^12.0.0",
"url-loader": "^0.5.9",
"webpack": "^3.6.0",
"webpack-rtl-plugin": "latest",
"wp-pot": "latest"
},
"dependencies": {
"codemirror": "^5.35.0",
"react": "^16.2.0",
"react-codemirror": "^1.0.0",
"react-content-loader": "^3.1.1",
"react-dom": "^16.2.0",
"react-inspector": "^2.2.2"
},
"engines": {
"node": "8.9.1",
"npm": "5.5.1"
}
}