-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 990 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 990 Bytes
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
{
"name": "importwp",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "NODE_ENV=production wp-scripts build",
"start": "wp-scripts start --config=dev-webpack.config.js"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.2",
"@wordpress/hooks": "^2.6.0",
"lodash.debounce": "^4.0.8",
"qs": "^6.8.0",
"react-error-boundary": "^4.0.12",
"react-redux": "^8.0.5",
"react-router": "^5.3.4",
"react-router-dom": "^5.0.1",
"react-select": "^5.7.3",
"react-switch": "^7.0.0",
"react-tooltip": "^5.13.1",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@svgr/webpack": "^8.1.0",
"@wordpress/babel-preset-default": "^7.19.0",
"@wordpress/env": "^10.3.0",
"@wordpress/scripts": "^26.6.0",
"prop-types": "^15.8.1",
"url-loader": "^4.1.1"
}
}