-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.29 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.29 KB
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
{
"name": "marianaerato",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "wp-scripts build --config config/webpack.config.js",
"start": "wp-scripts start --config config/webpack.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@babel/core": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@wordpress/block-editor": "^15.1.0",
"@wordpress/blocks": "^15.1.0",
"@wordpress/components": "^30.1.0",
"@wordpress/dom-ready": "^4.28.0",
"@wordpress/element": "^6.28.0",
"@wordpress/i18n": "^6.1.0",
"@wordpress/icons": "^10.28.0",
"@wordpress/scripts": "^30.21.0",
"babel-loader": "^10.0.0",
"gettext-parser": "^8.0.0",
"glob": "^11.0.3",
"react-router-dom": "^7.8.0",
"react-toastify": "^11.0.5",
"swiper": "^11.2.10",
"uuid": "^11.1.0",
"validator": "^13.15.15"
},
"devDependencies": {
"@wordpress/stylelint-config": "^23.20.0",
"concurrently": "^9.2.0",
"css-loader": "^7.1.2",
"sass-loader": "^16.0.5",
"scss-loader": "^0.0.1",
"style-loader": "^4.0.0",
"stylelint": "^16.23.1",
"stylelint-config-recommended": "^17.0.0",
"webpack": "^5.101.1",
"webpack-cli": "^6.0.1",
"webpack-manifest-plugin": "^5.0.1"
}
}