-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
102 lines (102 loc) · 3.02 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "@ideasonpurpose/build-tools-wordpress",
"version": "2.0.2",
"description": "Build scripts and dependencies for IOP's WordPress development environments.",
"homepage": "https://github.com/ideasonpurpose/build-tools-wordpress#readme",
"bugs": {
"url": "https://github.com/ideasonpurpose/build-tools-wordpress/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ideasonpurpose/build-tools-wordpress.git"
},
"license": "MIT",
"author": "Ideas On Purpose (https://www.ideasonpurpose.com/)",
"contributors": [
"Joe Maller <[email protected]>",
"Codrin Pavel <[email protected]>"
],
"type": "module",
"main": "index.js",
"bin": {
"iop-build-port-reporter": "./bin/port-reporter.js",
"iop-project-init": "./bin/project-init.js",
"iop-build-zip-archive": "./bin/zip.js"
},
"directories": {
"lib": "lib"
},
"scripts": {
"version": "version-everything && auto-changelog && git add -u"
},
"prettier": "@ideasonpurpose/prettier-config",
"dependencies": {
"@ideasonpurpose/prettier-config": "^1.0.0",
"@ideasonpurpose/stylelint-config": "^1.1.0",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@svgr/webpack": "^8.1.0",
"@wordpress/dependency-extraction-webpack-plugin": "^6.15.0",
"ansi-html": "^0.0.9",
"archiver": "^7.0.1",
"auto-changelog": "^2.5.0",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"body-parser": "^1.20.3",
"caniuse-lite": "^1.0.30001692",
"chalk": "^5.4.1",
"chalk-cli": "^5.0.1",
"classnames": "^2.5.1",
"cli-truncate": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"cosmiconfig": "^9.0.0",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"cssnano": "^7.0.6",
"dotenv": "^16.4.7",
"esbuild-loader": "^4.2.2",
"eslint": "^9.18.0",
"filesize": "^10.1.6",
"fs-extra": "^11.1.1",
"globby": "^14.0.2",
"http-proxy": "^1.18.1",
"humanize-duration": "^3.32.1",
"image-minimizer-webpack-plugin": "^4.1.3",
"is-text-path": "^3.0.0",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.9.2",
"ora": "^8.1.1",
"postcss": "^8.5.0",
"postcss-loader": "^8.1.1",
"postcss-scss": "^4.0.9",
"pretty-hrtime": "^1.0.3",
"read-package-up": "^11.0.0",
"replacestream": "^4.0.3",
"sass": "^1.83.1",
"sass-embedded": "^1.83.1",
"sass-loader": "^16.0.4",
"semver": "^7.6.3",
"sharp": "^0.33.5",
"sort-package-json": "^2.13.0",
"string-length": "^6.0.0",
"style-loader": "^4.0.0",
"svgo": "^3.3.2",
"svgo-loader": "^4.0.0",
"version-everything": "^0.11.4",
"webpack": "^5.97.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^6.0.1",
"webpack-dev-middleware": "^7.4.2",
"webpack-dev-server": "^5.2.0"
},
"devDependencies": {
"@vitest/coverage-v8": "^2.1.8",
"vitest": "^2.1.8"
},
"version-everything": {
"files": [
"README.md"
]
}
}