-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.36 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
51
52
{
"name": "wp-boilerplate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"copy-block-styles": "node copy-block-styles.js",
"development": "mix build",
"watch": "mix watch",
"production": "mix build --production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jazz-Man/wp-boilerplate.git"
},
"author": "vsokolyk <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Jazz-Man/wp-boilerplate/issues"
},
"homepage": "https://github.com/Jazz-Man/wp-boilerplate#readme",
"dependencies": {
"bootstrap": "^5.2.1",
"bootstrap.native": "^4.2.0",
"document-ready": "^2.0.2",
"fast-async": "^6.3.8"
},
"devDependencies": {
"@wordpress/base-styles": "^4.9.0",
"@wordpress/block-library": "^7.15.0",
"clean-webpack-plugin": "^4.0.0",
"laravel-mix": "^6.0.49",
"laravel-mix-make-file-hash": "^2.2.0",
"postcss": "^8.4.16",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^7.0.1",
"postcss-preset-env": "^7.8.2",
"postcss-sort-media-queries": "^4.3.0",
"prettier": "^2.7.1",
"resolve-url-loader": "^5.0.0",
"sass": "^1.55.0",
"sass-loader": "^12.1.0",
"sass-migrator": "^1.7.1"
},
"browserslist": [
"last 2 years",
">0.3%",
"not ie 11",
"not dead",
"not op_mini all"
]
}