-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 906 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
{
"name": "sorta-brilliant-blissful-buttons",
"version": "1.0.1",
"description": "Boring buttons don't get clicked.",
"author": "sorta brilliant",
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress"
],
"homepage": "https://sortabrilliant.com",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/sortabrilliant/blissfulbuttons"
},
"scripts": {
"build": "wp-scripts build",
"lint:style": "wp-scripts lint-style",
"lint:scripts": "wp-scripts lint-js",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"start": "wp-scripts start",
"test:unit": "wp-scripts test-unit-js"
},
"devDependencies": {
"@wordpress/scripts": "^9.0.0",
"css-loader": "^3.4.2",
"ignore-emit-webpack-plugin": "^2.0.2",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"sass-loader": "^8.0.2"
}
}