-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.09 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "basebuilder-config",
"version": "5.1.0",
"description": "Config and build scripts for BasePlate",
"main": "index.js",
"author": "Erik van der Bas",
"license": "MIT",
"bin": "./src/index.js",
"homepage": "https://github.com/Levdbas/Basebuilder",
"engines": {
"node": ">=18.17"
},
"files": [
"src",
"example"
],
"config": {
"userConfig": "/tests/assets/config.json"
},
"scripts": {
"test-dev": "node src/index.js development",
"test-production": "node src/index.js production",
"test-watch": "node src/index.js watch"
},
"dependencies": {
"@babel/core": "^7.26",
"@babel/preset-env": "^7.26",
"@wordpress/dependency-extraction-webpack-plugin": "^6.13",
"autoprefixer": "10.4.20",
"babel-loader": "^9.2",
"browser-sync": "^3.0",
"chalk": "^4.1.2",
"commander": "^12.1",
"copy-webpack-plugin": "^12.0",
"core-js": "^3.39",
"css-loader": "^7.1",
"cssnano": "^7.0",
"eslint": "^9.16",
"image-minimizer-webpack-plugin": "^4.1.1",
"mini-css-extract-plugin": "^2.9",
"postcss": "^8.4",
"postcss-loader": "^8.1",
"sass": "1.77.6",
"sass-loader": "^14.2",
"sharp": "0.32.6",
"style-loader": "^4.0",
"stylelint-basebuilder": "^3.2",
"svgo": "^3.3.2",
"terser-webpack-plugin": "^5.3",
"update-notifier": "^7.3",
"vue": "^3.5",
"vue-loader": "^17.4",
"webpack": "^5.97",
"webpack-cli": "^5.1",
"webpack-dev-middleware": "^7.4",
"webpack-format-messages": "^3.0.1",
"webpack-hot-middleware": "^2.26.1",
"webpack-manifest-plugin": "^5.0",
"webpack-merge": "^6.0",
"wordpress-palette-webpack-plugin": "^5.0.2"
},
"devDependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"prettier": "^3.4",
"stylelint": "^16.11"
}
}