-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.4 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
{
"name": "webpack-uikit",
"version": "1.0.3",
"description": "Webpack UIKit app template",
"repository": "[email protected]:Bowriverstudio/beans-demo-uikit3.git",
"author": "Maurice Tadros <[email protected]>",
"scripts": {
"build": "webpack --mode=development --progress --hide-modules",
"production": "webpack --mode=production --progress --hide-modules --devtool=source-maps",
"watch": "webpack --mode=development --watch",
"start": "webpack-dev-server --open --mode=development",
"clear": "del-cli dist"
},
"keywords": [
"webpack",
"uikit3",
"getbeans",
"wordpress"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/manchenkoff/webpack-uikit/issues"
},
"homepage": "https://github.com/manchenkoff/webpack-uikit#readme",
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.4",
"css-loader": "^2.1.1",
"del-cli": "^2.0.0",
"image-webpack-loader": "^5.0.0",
"imagemin-webpack-plugin": "^2.4.2",
"mini-css-extract-plugin": "^0.7.0",
"node-sass": "^4.12.0",
"node-sass-json-importer": "^4.1.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"sass-loader": "^7.2.0",
"style-loader": "^0.23.1",
"svg-url-loader": "^2.3.3",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.7",
"webpack-dev-server": "^3.8.0"
},
"dependencies": {
"uikit": "^3.2.3"
}
}