-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.36 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.36 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
{
"name": "abvCSS",
"version": "1.1.0",
"main": "index.js",
"repository": "https://github.com/ABVanton200/abvCSS.git",
"author": "Anton Babakhin <abvanton@gmail.com>",
"license": "MIT",
"scripts": {
"build:prod": "webpack --config webpack.prod.js",
"build:dev": "webpack --config webpack.dev.js",
"start:dev": "webpack serve"
},
"dependencies": {
"normalize.css": "^8.0.1"
},
"devDependencies": {
"autoprefixer": "^10.2.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.1",
"css-mqpacker": "^7.0.0",
"cssnano": "^4.1.10",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.1",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-pngquant": "^9.0.1",
"imagemin-webpack-plugin": "^2.4.2",
"mini-css-extract-plugin": "^1.3.3",
"node-sass": "^5.0.0",
"postcss-loader": "^4.1.0",
"postcss-minify-font-values": "^4.0.2",
"postcss-normalize": "^9.0.0",
"postcss-preset-env": "^6.7.0",
"rucksack-css": "^1.0.2",
"sass-loader": "^10.1.0",
"script-ext-html-webpack-plugin": "^2.1.5",
"style-loader": "^2.0.0",
"url-loader": "^4.1.1",
"webpack": "^5.11.1",
"webpack-cli": "^4.3.1",
"webpack-critical-css-inliner": "1.1.0",
"webpack-dev-server": "^3.11.1",
"webpack-merge": "^5.7.3",
"webpack-pwa-manifest": "^4.3.0",
"workbox-webpack-plugin": "^6.0.2"
}
}