-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.32 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.32 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
45
46
{
"name": "awps",
"version": "4.1.1",
"description": "Alecaddd WordPress Starter Theme for savvy developers",
"main": "index.js",
"prettier": "@wordpress/prettier-config",
"packageManager": "pnpm@8.15.9",
"scripts": {
"dev": "mix",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "mix --production",
"production": "mix --production",
"lint": "eslint \"./**/*.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Alecaddd/awps.git"
},
"keywords": [
"wordpress",
"theme",
"starter"
],
"author": "Alessandro Castellani <me@alecaddd.com> (https://alecaddd.com)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Alecaddd/awps/issues"
},
"homepage": "https://github.com/Alecaddd/awps#readme",
"devDependencies": {
"@tinypixelco/laravel-mix-wp-blocks": "^1.2.0",
"@wordpress/babel-preset-default": "^8.0.0",
"@wordpress/dependency-extraction-webpack-plugin": "^6.0.0",
"@wordpress/eslint-plugin": "^21.0.0",
"@wordpress/prettier-config": "^4.0.0",
"jquery": "^3.7.1",
"laravel-mix": "^6.0.49",
"normalize-scss": "^8.0.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.69.5",
"sass-loader": "^14.1.0"
}
}