-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.44 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.44 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
{
"name": "universal-build-chain",
"version": "0.0.6",
"description": "One tool to build them all",
"main": "build.js",
"author": "Boris Schauer <[email protected]>",
"license": "ISC",
"engines": {
"node": ">=12"
},
"bin": {
"ubc-p": "bin/ubc-parcel.js",
"ubc-wp": "bin/ubc-wp.js"
},
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"autoprefixer": "^9.7.5",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"cli-color": "^1.4.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"cssnano": "^4.1.10",
"eslint": "^6.8.0",
"eslint-loader": "^3.0.3",
"figlet": "^1.2.4",
"file-loader": "^6.0.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"image-webpack-loader": "^6.0.0",
"imagemin-webpack-plugin": "^2.4.2",
"inquirer": "^7.0.0",
"js-yaml": "^3.13.1",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"parcel-bundler": "^1.12.4",
"postcss-loader": "^3.0.0",
"resolve-url-loader": "^3.1.1",
"sass-loader": "^8.0.2",
"shelljs": "^0.8.3",
"simple-progress-webpack-plugin": "^1.1.2",
"stylelint": "^13.2.1",
"stylelint-formatter-pretty": "^2.0.0",
"stylelint-webpack-plugin": "^1.2.3",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-merge": "^4.2.2",
"webpackbar": "^4.0.0",
"sass": "^1.26.3"
}
}