-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
75 lines (75 loc) · 2.31 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "eleanshop",
"version": "1.0.0",
"description": "Hackayhon 24_09-04_10",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack --config config/webpack.dev.js",
"start": "cross-env NODE_ENV=development webpack serve --config config/webpack.dev.js",
"prod": "cross-env NODE_ENV=production webpack --config config/webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NikitaMelnychencko/eleanshop.git"
},
"author": "NikitaMelnychencko",
"license": "MIT",
"bugs": {
"url": "https://github.com/NikitaMelnychencko/eleanshop/issues"
},
"homepage": "https://github.com/NikitaMelnychencko/eleanshop#readme",
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@squoosh/lib": "^0.4.0",
"animate.css": "^4.1.1",
"babel-loader": "^8.2.2",
"bootstrap": "^5.1.1",
"bootstrap-icons": "^1.5.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^9.0.1",
"cross-env": "^7.0.3",
"css-loader": "^6.3.0",
"css-minimizer-webpack-plugin": "^3.0.2",
"favicons": "^6.2.2",
"favicons-webpack-plugin": "^5.0.2",
"file-loader": "^6.2.0",
"firebase": "^9.6.1",
"gh-pages": "^3.2.3",
"handlebars": "^4.7.7",
"handlebars-loader": "^1.7.1",
"html-webpack-plugin": "^5.3.2",
"image-minimizer-webpack-plugin": "^2.2.0",
"imagemin-gifsicle": "^7.0.0",
"imagemin-jpegtran": "^7.0.0",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-pngquant": "^9.0.2",
"imagemin-svgo": "^9.0.0",
"jquery": "^3.6.0",
"mini-css-extract-plugin": "^2.3.0",
"multi-loader": "^0.1.0",
"node-sass": "^6.0.1",
"postcss": "^8.3.8",
"postcss-loader": "^6.1.1",
"postcss-preset-env": "^6.7.0",
"sass": "^1.42.1",
"sass-loader": "^12.1.0",
"style-loader": "^3.3.0",
"url-loader": "^4.1.1",
"webp-loader": "^0.6.0",
"webpack": "^5.55.1",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.3.0",
"webpack-merge": "^5.8.0",
"webpackbar": "^5.0.0-3"
},
"dependencies": {
"geteventlisteners": "^1.1.0",
"handlebars-helpers": "^0.10.0",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"throttle-debounce": "^3.0.1",
"yt-player": "^3.5.0"
}
}