-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 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
{
"name": "homa_gutenberg_blocks",
"version": "1.0.0",
"description": "![Course Banner](https://dzwonsemrish7.cloudfront.net/items/1J3M310N0S1x170k1d0D/Cover%20GB.png)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"scss": "node-sass blocks/hoora-swiper2/ -o assets/css/ --output-style compressed",
"start": "wp-scripts start",
"build": "wp-scripts build blocks/index.js assets/js/index.js "
},
"repository": {
"type": "git",
"url": "git+https://github.com/farkoush/gutenberg_blocks.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/farkoush/gutenberg_blocks/issues"
},
"homepage": "https://github.com/farkoush/gutenberg_blocks#readme",
"devDependencies": {
"@wordpress/scripts": "^14.0.1",
"classnames": "^2.3.1",
"cross-env": "^5.1.5",
"css-loader": "^0.28.11",
"node-sass": "^4.9.0",
"raw-loader": "^0.5.1",
"react-masonry-component": "^6.2.1",
"react-select": "^4.3.0",
"react-slick": "^0.28.1",
"sass-loader": "^6.0.7",
"style-loader": "^0.19.1"
}
}