forked from markjaquith/wp-help
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.61 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
{
"name": "wp-help",
"title": "WP Help",
"description": "A WordPress plugin",
"version": "1.7.0",
"homepage": "",
"author": {
"name": "Mark Jaquith",
"email": "mark@jaquith.me"
},
"firstCopyright": "2011",
"license": "GPL-2.0+",
"prettier": {
"singleQuote": true,
"useTabs": true,
"trailingComma": "es5"
},
"keywords": [],
"dependencies": {
"@babel/core": "^7.7.2",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/preset-env": "^7.7.1",
"@babel/preset-react": "7.7.0",
"@wordpress/components": "^8.3.2",
"@wordpress/compose": "^3.7.2",
"@wordpress/data": "^4.9.2",
"@wordpress/dependency-extraction-webpack-plugin": "^2.0.0",
"@wordpress/edit-post": "^3.8.5",
"@wordpress/plugins": "^2.7.2",
"autoprefixer": "^9.7.1",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"file-loader": "^4.2.0",
"grunt": "^1.0.4",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^1.6.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-env": "^1.0.1",
"grunt-notify": "^0.4.5",
"grunt-phpunit": "~0.3.6",
"grunt-prettier": "^1.3.0",
"grunt-text-replace": "^0.4.0",
"grunt-webpack": "^3.1.3",
"grunt-wp-deploy": "^2.0.0",
"load-grunt-tasks": "^5.1.0",
"postcss-loader": "^3.0.0",
"react": "16.11.0",
"react-dom": "16.11.0",
"sass": "^1.23.3",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"url-loader": "^2.2.0",
"webpack": "^4.41.2"
}
}