-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.86 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.86 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
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "jupwa",
"sideEffects": true,
"version": "2.2.0",
"description": "JUPWA",
"private": true,
"scripts": {
"icons": "webpack --config webpack.config.icons.js --mode none --progress && rimraf ./packages/plg_system_jupwa/media/jupwa/sprite",
"dev": "webpack --mode development",
"build": "webpack --mode production --progress && webpack --config webpack.config.icons.js --mode none --progress && rimraf ./packages/plg_system_jupwa/media/jupwa/sprite"
},
"author": "Denys Nosov",
"homepage": "https://github.com/Joomla-Ukraine/JUPWA",
"repository": {
"type": "git",
"url": "https://github.com/Joomla-Ukraine/JUPWA.git"
},
"keywords": [],
"license": "ISC",
"devDependencies": {
"@swc/core": "^1.15.11",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^13.0.1",
"css-loader": "^7.1.4",
"css-minimizer-webpack-plugin": "^7.0.4",
"cssnano": "^7.1.2",
"cssnano-preset-advanced": "^7.0.10",
"image-minimizer-webpack-plugin": "^4.1.4",
"imagemin": "^9.0.1",
"imagemin-gifsicle": "^7.0.0",
"imagemin-jpegtran": "^8.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^11.0.1",
"mini-css-extract-plugin": "^2.10.0",
"postcss-loader": "^8.2.1",
"postcss-merge-rules": "^7.0.7",
"postcss-sort-media-queries": "^5.2.0",
"replace-in-file-webpack-plugin": "^1.0.6",
"rimraf": "^6.1.3",
"sass": "^1.97.3",
"sass-loader": "^16.0.7",
"style-loader": "^4.0.0",
"svg-sprite-loader": "^6.0.11",
"svg-transform-loader": "^2.0.13",
"svgo-loader": "^4.0.0",
"tailwindcss": "^3.4.19",
"terser-webpack-plugin": "^5.3.16",
"webpack": "^5.105.2",
"webpack-cli": "^6.0.1",
"yargs": "^18.0.0"
},
"dependencies": {
"@khmyznikov/pwa-install": "^0.6.3",
"axios": "^1.13.5",
"firebase": "^12.9.0",
"simple-notify": "^1.0.6"
}
}