-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 921 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 921 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
{
"name": "@leviy/webpack-config-default",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:leviy/webpack-config-default.git"
},
"homepage": "https://github.com/leviy/webpack-config-default/",
"dependencies": {
"@leviy/webpack-config": "^8.0",
"autoprefixer": "^9.6",
"babel-loader": "^8.0",
"css-loader": "^3.1",
"file-loader": "^4.1",
"mini-css-extract-plugin": "^0.8",
"postcss-loader": "^3.0",
"sass-loader": "^7.3.1",
"twigjs-loader": "^1.0",
"webpack-manifest-plugin": "^2.0"
},
"devDependencies": {
"sass": "^1.32.8",
"webpack": "^4.39",
"webpack-cli": "^3.3"
},
"peerDependencies": {
"@leviy/webpack-config": "^8.0",
"sass": "^1.32.8",
"webpack": "^4.39",
"webpack-cli": "^3.3"
}
}