-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.28 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
{
"name": "jupwa",
"sideEffects": true,
"version": "1.10",
"description": "JUPWA",
"private": true,
"scripts": {
"dev": "webpack --mode development",
"build": "webpack --mode production --progress"
},
"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": {
"@babel/core": "^7.24.1",
"@babel/plugin-transform-runtime": "^7.24.1",
"@babel/preset-env": "^7.24.1",
"@babel/runtime": "^7.24.1",
"@swc/core": "^1.4.8",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.10.0",
"cssnano": "^6.1.0",
"cssnano-preset-advanced": "^6.1.0",
"mini-css-extract-plugin": "^2.8.1",
"postcss-loader": "^8.1.1",
"progress-bar-webpack-plugin": "^2.1.0",
"replace-in-file-webpack-plugin": "^1.0.6",
"sass": "^1.72.0",
"sass-loader": "^14.1.1",
"style-loader": "^3.3.4",
"terser-webpack-plugin": "^5.3.10",
"thread-loader": "^4.0.2",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"yargs": "^17.7.2"
},
"dependencies": {
"@khmyznikov/pwa-install": "^0.3.5"
}
}