-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.36 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
{
"name": "@ramphor/embeddable-testimonials",
"version": "1.0.0",
"description": "Create a testimonials for your site as WordPress plugin or embed to other plugins, themes",
"main": "blocks/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "run-p build:*",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production --node-env=production",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ramphor/embeddable-testimonials.git"
},
"keywords": [
"gutenberg",
"wordpress",
"tetimonials"
],
"author": "Puleeno Nguyen",
"license": "MIT",
"bugs": {
"url": "https://github.com/ramphor/embeddable-testimonials/issues"
},
"homepage": "https://github.com/ramphor/embeddable-testimonials#readme",
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@webpack-cli/generators": "^3.0.7",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"mini-css-extract-plugin": "^2.9.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.2",
"sass": "^1.77.6",
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@wordpress/blocks": "^13.2.0"
}
}