forked from x3p0-dev/x3p0-breadcrumbs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 874 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
31
32
33
34
35
{
"name": "x3p0-breadcrumbs",
"version": "1.0.0",
"description": "Breadcrumbs block for WordPress.",
"author": "Justin Tadlock",
"license": "GPL-2.0+",
"homepage": "https://github.com/x3p0-dev/x3p0-breadcrumbs",
"scripts": {
"dev": "mix",
"watch": "mix watch",
"prod": "mix --production",
"export": "npx mix --mix-config=webpack.mix.export.js --production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/x3p0-dev/x3p0-breadcrumbs.git"
},
"bugs": {
"url": "https://github.com/x3p0-dev/x3p0-breadcrumbs/issues"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-react": "^7.14.5",
"cross-env": "^5.2.1",
"laravel-mix": "^6.0.25",
"postcss-preset-env": "^6.7.0",
"react": "^17.0.2",
"rimraf": "^3.0.2",
"sass": "^1.35.1",
"sass-loader": "^12.1.0"
},
"dependencies": {
"classnames": "^2.3.1"
}
}