-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
34 lines (34 loc) · 1017 Bytes
/
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
{
"name": "Tutorial",
"version": "1.0.0",
"description": "Getting start with Gutenberg block",
"main": "index.js",
"scripts": {
"start": "NODE_ENV=development webpack --config .dev/config/webpack.config.dev.js --progress --colors --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/asaquzzaman/wp-block-framework"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/asaquzzaman/wp-block-framework.git"
},
"homepage": "https://github.com/asaquzzaman/wp-block-framework",
"devDependencies": {
"@babel/runtime": "^7.11.2",
"@fonticonpicker/react-fonticonpicker": "^1.2.0",
"@wordpress/scripts": "^6.2.0",
"classnames": "^2.2.6",
"css-loader": "^3.4.2",
"file-loader": "^6.0.0",
"html-loader": "^1.1.0",
"less-loader": "^6.1.2",
"mini-css-extract-plugin": "^0.8.2",
"sass-loader": "^8.0.2",
"shelljs": "^0.8.3",
"style-loader": "^1.1.3",
"filemanager-webpack-plugin": "^2.0.5"
}
}