-
Notifications
You must be signed in to change notification settings - Fork 108
/
Copy pathpackage.json
45 lines (45 loc) · 1.28 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
38
39
40
41
42
43
44
45
{
"name": "awps",
"version": "4.1.1",
"description": "Alecaddd WordPress Starter Theme for savvy developers",
"main": "index.js",
"prettier": "@wordpress/prettier-config",
"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 <[email protected]> (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.1.0",
"@wordpress/babel-preset-default": "^6.0.0",
"@wordpress/dependency-extraction-webpack-plugin": "^3.1.3",
"@wordpress/eslint-plugin": "^9.0.5",
"@wordpress/prettier-config": "^1.0.4",
"jquery": "^3.6.0",
"laravel-mix": "^6.0.19",
"normalize-scss": "^7.0.1",
"resolve-url-loader": "^3.1.3",
"sass": "^1.32.13",
"sass-loader": "^11.1.1"
}
}