-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 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
{
"name": "ua-banner",
"version": "1.0.6",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:css": "webpack --config webpack.config.css.js",
"build:js:cz": "webpack --config webpack.config.js.js --env locale=cz",
"build:js:en": "webpack --config webpack.config.js.js --env locale=en",
"build:js:hu": "webpack --config webpack.config.js.js --env locale=hu",
"build:js:pt": "webpack --config webpack.config.js.js --env locale=pt",
"build:js:ro": "webpack --config webpack.config.js.js --env locale=ro",
"build:js:sk": "webpack --config webpack.config.js.js --env locale=sk"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BianoCZ/ua-banner.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/BianoCZ/ua-banner/issues"
},
"homepage": "https://github.com/BianoCZ/ua-banner#readme",
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"babel-loader": "^8.2.3",
"css-loader": "^6.6.0",
"css-minimizer-webpack-plugin": "^3.4.1",
"dotenv": "^16.0.0",
"dotenv-webpack": "^7.1.0",
"mini-css-extract-plugin": "^2.5.3",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2"
}
}