-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.02 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 2.02 KB
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": "6.5.1",
"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": ">=22.11"
},
"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.29",
"@babel/preset-env": "^7.29",
"@wordpress/dependency-extraction-webpack-plugin": "^6.48",
"autoprefixer": "^10.5",
"babel-loader": "^10.1",
"browser-sync": "^3.0",
"chalk": "^5.6",
"commander": "^14.0",
"copy-webpack-plugin": "^14.0",
"core-js": "^3.49",
"css-loader": "^7.1",
"cssnano": "^8.0",
"eslint": "^10.4",
"image-minimizer-webpack-plugin": "^5.0",
"mini-css-extract-plugin": "^2.10",
"postcss": "^8.5",
"postcss-loader": "^8.2",
"sass": "1.101.0",
"sass-loader": "^17.0",
"sharp": "0.35.1",
"style-loader": "^4.0",
"stylelint-basebuilder": "^3.5",
"svgo": "^4.0",
"terser-webpack-plugin": "^5.6",
"update-notifier": "^7.3",
"vue": "^3.5",
"vue-loader": "^17.4",
"webpack": "^5.107",
"webpack-cli": "^7.0",
"webpack-dev-middleware": "^8.0",
"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.1.1"
},
"devDependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.8",
"prettier": "^3.8",
"stylelint": "^17.13"
}
}