-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1.06 KB
/
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
36
37
{
"name": "flat-blocks",
"version": "1.0.0",
"description": "Flat Blocks Theme",
"author": "XtremelySocial",
"license": "GPL-2.0-or-later",
"keywords": [
"Flat",
"Blocks",
"theme"
],
"homepage": "https://xtremelysocial.com/wordpress/flat-blocks/",
"scripts": {
"start": "wp-scripts start --webpack-src-dir=src --output-path=assets/css",
"build": "wp-scripts build --webpack-src-dir=src --output-path=assets/css",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"format:css": "npm run lint:css -- --fix",
"format:js": "npm run lint:js -- --fix"
},
"devDependencies": {
"@wordpress/scripts": "^29.0.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"mini-css-extract-plugin": "^2.9.1",
"node-sass": "^9.0.0",
"path": "^0.12.7",
"sass": "^1.77.8",
"sass-loader": "^16.0.1",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-fix-style-only-entries": "^0.6.1",
"webpack-remove-empty-scripts": "^1.0.4",
"webpack-watched-glob-entries-plugin": "^3.0.0"
}
}