-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.37 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.37 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
{
"name": "custom-api-endpoints",
"version": "1.0.0",
"main": "index.jsx",
"license": "MIT",
"scripts": {
"dev": "wp-scripts start index.jsx --output-path=build --config=webpack.config.js",
"build": "wp-scripts build index.jsx --output-path=build --config=webpack.config.js"
},
"dependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@babel/runtime": "^7.15.4",
"@wordpress/api-fetch": "^5.2.3",
"@wordpress/babel-preset-default": "^6.3.3",
"@wordpress/components": "^18.0.0",
"@wordpress/scripts": "^18.1.0",
"babel-loader": "^8.2.2",
"bootstrap": "^5.1.3",
"css-loader": "^6.4.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass-loader": "^12.2.0",
"style-loader": "^3.3.0",
"webpack": "^5.58.2"
},
"devDependencies": {
"@types/luxon": "^2.0.0",
"@types/node-fetch": "^2.5.12",
"@types/react": "17.0.15",
"@types/wordpress__block-editor": "^6.0.3",
"@types/wordpress__block-library": "^2.6.1",
"@types/wordpress__blocks": "^9.0.2",
"@types/wordpress__edit-post": "^4.0.1",
"@types/wordpress__plugins": "^3.0.0",
"eslint": "7.31.0",
"eslint-config-next": "11.0.1",
"typescript": "4.3.5"
}
}