-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.1 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
{
"name": "blockform",
"version": "1.0.0",
"description": "Blocks based form builder for WordPress",
"repository": {
"type": "git",
"url": "https://github.com/Pyrometric/blockform"
},
"author": "DavidCramer",
"license": "GPLv2+",
"bugs": {
"url": "https://github.com/Pyrometric/blockform/issues"
},
"scripts": {
"build": "wp-scripts build",
"dev": "wp-scripts start"
},
"devDependencies": {
"@wordpress/scripts": "^16.0.0",
"@wordpress/api-fetch": "^3.23.1",
"@wordpress/data": "^4.27.3",
"@wordpress/i18n": "^4.2.1",
"@wordpress/url": "^3.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"grunt": "^1.4.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-git": "^1.0.14",
"grunt-shell": "^3.0.1",
"grunt-text-replace": "^0.4.0",
"webpack": "^4.44.2",
"webpack-cli": "^4.2.0",
"webpackbar": "^4.0.0",
"postcss-loader": "^6.1.0",
"mini-css-extract-plugin": "^1.6.0",
"optimize-css-assets-webpack-plugin": "^6.0.0"
}
}