-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 919 Bytes
/
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
{
"name": "@pluswerk/webpack-config",
"version": "1.5.0",
"license": "MIT",
"homepage": "https://github.com/pluswerk/webpack-config",
"bugs": {
"url": "https://github.com/pluswerk/webpack-config/issues"
},
"dependencies": {
"autoprefixer": "^9.6.1",
"css-loader": "^3.2.0",
"cssnano": "^4.1.10",
"dotenv": "^8.0.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.13.1",
"postcss-loader": "^3.0.0",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"stylelint": "^11.1.1",
"stylelint-scss": "^3.6.1",
"stylelint-webpack-plugin": "^1.0.3",
"ts-loader": "^6.0.1",
"tslint": "^5.16.0",
"tslint-loader": "^3.5.4",
"typescript": "^3.4.5",
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.4.1",
"webpack-merge": "^4.2.1"
}
}