-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 996 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 996 Bytes
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
{
"name": "sysadmindays",
"private": true,
"browserslist": [
"> 1%",
"not ie < 11"
],
"dependencies": {
"autoprefixer": "^9.7.3",
"bootstrap": "^4.4.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.5",
"css-loader": "^3.2.1",
"file-loader": "^4.3.0",
"font-awesome": "^4.7.0",
"gh-pages": "^2.1.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"jquery": "^3.4.1",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.13.0",
"popper.js": "^1.16.0",
"postcss-loader": "^3.0.0",
"prettier": "^1.19.1",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0",
"webpack-merge": "^4.2.2"
},
"scripts": {
"devserver": "webpack-dev-server --hot",
"build": "webpack"
},
"prettier": {
"semi": false,
"trailingComma": "all"
}
}