-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.39 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
46
47
48
49
50
{
"name": "good-guitarist",
"version": "4.1.0",
"description": "Alecaddd WordPress Starter Theme for savvy developers",
"main": "index.js",
"prettier": "@wordpress/prettier-config",
"scripts": {
"dev": "mix",
"development": "mix",
"start": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "mix --production",
"production": "mix --production",
"lint": "eslint \"./**/*.js\""
},
"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.42",
"normalize-scss": "^7.0.1",
"postcss": "^8.3.1",
"resolve-url-loader": "^3.1.3",
"sass": "^1.32.13",
"sass-loader": "^11.1.1",
"webpack": "^5.0.0",
"webpack-cli": "^4.10.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Alecaddd/awps.git"
},
"keywords": [
"wordpress",
"theme",
"starter"
],
"license": "GPL-3.0",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@wordpress/block-serialization-spec-parser": "^4.2.0",
"@wordpress/scripts": "^13.0.3",
"googleapis": "^73.0.0",
"slick-carousel": "^1.8.1"
}
}