-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·30 lines (30 loc) · 912 Bytes
/
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
{
"name": "gutengeek-components-setup-example",
"version": "1.0.0",
"description": "@gutengeek/components example setup via npmjs.org",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "wp-scripts start",
"build": "wp-scripts build"
},
"author": "",
"license": "ISC",
"dependencies": {
"@wordpress/babel-plugin-import-jsx-pragma": "^2.6.0",
"@wordpress/babel-preset-default": "^4.15.0",
"@wordpress/components": "^9.8.0",
"@wordpress/element": "^2.14.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"css-loader": "^3.6.0",
"ignore-emit-webpack-plugin": "^2.0.2",
"mini-css-extract-plugin": "^0.9.0",
"postcss-preset-env": "^6.7.0",
"raw-loader": "^4.0.1",
"resolve-url-loader": "^3.1.1",
"style-loader": "^1.2.1"
},
"devDependencies": {
"@wordpress/scripts": "^11.0.0"
}
}