-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "copiadigital_disclaimer",
"version": "1.0.0",
"license": "MIT",
"private": true,
"description": "Disclaimer",
"homepage": "https://github.com/copiadigital/disclaimer",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"browserslist": [
"extends @wordpress/browserslist-config"
],
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"build": "mix",
"build:production": "mix --production",
"start": "mix watch",
"hot": "mix watch --hot"
},
"devDependencies": {
"@wordpress/babel-preset-default": "^6.1.0",
"@wordpress/browserslist-config": "^4.0.0",
"@wordpress/dependency-extraction-webpack-plugin": "^3.1.3",
"browser-sync": "^2.26.12",
"browser-sync-webpack-plugin": "^2.0.1",
"laravel-mix": "^6.0.43",
"laravel-mix-copy-watched": "^2.2.4",
"laravel-mix-purgecss": "^6.0.0",
"npm-run-all": "^4.1",
"postcss": "^8.4.14",
"resolve-url-loader": "^5.0.0",
"sass": "^1.34.0",
"sass-loader": "11.1.1"
}
}