-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.76 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.76 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
{
"name": "jupwa",
"sideEffects": true,
"version": "2.6.1",
"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.47",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^14.0.0",
"css-loader": "^7.1.4",
"css-minimizer-webpack-plugin": "^8.0.0",
"cssnano": "^8.0.2",
"cssnano-preset-advanced": "^8.0.2",
"image-minimizer-webpack-plugin": "^5.0.0",
"mini-css-extract-plugin": "^2.10.2",
"postcss-loader": "^8.2.1",
"postcss-merge-rules": "^8.0.1",
"postcss-sort-media-queries": "^6.7.1",
"replace-in-file-webpack-plugin": "^1.0.6",
"rimraf": "^6.1.3",
"sass": "^1.102.0",
"sass-loader": "^17.0.0",
"sharp": "^0.35.3",
"style-loader": "^4.0.0",
"svg-sprite-loader": "^6.0.11",
"svg-transform-loader": "^2.0.13",
"svgo-loader": "^5.0.0",
"tailwindcss": "^3.4.19",
"terser-webpack-plugin": "^5.6.1",
"webpack": "^5.109.2",
"webpack-cli": "^7.2.2",
"yargs": "^18.1.0"
},
"dependencies": {
"@khmyznikov/pwa-install": "^0.6.4",
"firebase": "^12.16.0",
"ios-pwa-splash-screen": "^1.3.0",
"simple-notify": "^1.0.6",
"wretch": "^3.0.9"
}
}