-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.11 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.11 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
{
"name": "@bloomstack/bcore-bundler",
"version": "1.4.0",
"type": "module",
"main": "index.js",
"description": "BCore's extendable esbuild bundler configuration utility.",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"repository": {
"url": "https://github.com/Bloomstack/bcore-bundler.git",
"type": "git"
},
"author": {
"name": "Bloomstack Corporation"
},
"homepage": "https://bloomstack.com",
"license": "MIT",
"bin": {
"bcore-bundler": "./cli.js"
},
"dependencies": {
"autoprefixer": "^10.4.2",
"esbuild": "^0.14.21",
"esbuild-plugin-copy": "^0.3.0",
"esbuild-plugin-external-global": "^1.0.1",
"esbuild-plugin-less": "^1.1.6",
"esbuild-plugin-postcss2": "^0.1.0",
"esbuild-sass-plugin": "^2.2.2",
"esbuild-vue": "^0.4.0",
"fs-extra": "^10.0.0",
"less": "^4.1.2",
"less-plugin-import-node-modules": "^1.0.0",
"postcss": "8.x",
"sass": "1.x",
"yargs": "^17.2.1",
"vue": "2.6.x",
"vue-router": "^2.0.0",
"vue-template-compiler": "2.6.x",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
}