-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.31 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
{
"name": "gb-custom-accordion-block-bundle",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"format_scripts": "prettier --write \"**/*.js\"",
"format_styles": "prettier --write \"**/*.scss\"",
"lint": "eslint src/assets *.js",
"build": "webpack --mode=production",
"dev": "webpack --mode=development --watch"
},
"author": "oleksandrkartashev@gmail.com",
"dependencies": {
"@wordpress/block-editor": "^9.3.0",
"@wordpress/blocks": "^11.10.0",
"@wordpress/components": "^19.13.0",
"react": "^17.0.0"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/eslint-parser": "^7.22.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-syntax-jsx": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@wordpress/babel-preset-default": "^7.19.0",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.2",
"css-loader": "^6.8.1",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2",
"mini-css-extract-plugin": "^2.7.6",
"postcss-loader": "^7.3.3",
"postcss-preset-env": "^8.5.0",
"prettier": "^2.8.8",
"sass": "^1.63.4",
"sass-loader": "^13.3.2",
"webpack": "^5.86.0",
"webpack-cli": "^5.1.4"
}
}