-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.43 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
{
"name": "extension-skeleton-for-joomla",
"version": "3.1.0",
"description": "A skeleton repository for Extly's Extensions for Joomla.",
"main": "webpack.config.js",
"scripts": {
"build": "cross-env webpack --mode=production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anibalsanchez/extension-skeleton-for-joomla.git"
},
"keywords": [],
"author": "Andrea Gentil - Anibal Sanchez",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/anibalsanchez/extension-skeleton-for-joomla/issues"
},
"homepage": "https://github.com/anibalsanchez/extension-skeleton-for-joomla#readme",
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.23.8",
"copy-webpack-plugin": "^5.1.2",
"cross-env": "^7.0.3",
"dotenv-webpack": "^1.8.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"filemanager-webpack-plugin": "^2.0.5",
"fs-extra": "^9.1.0",
"glob": "^7.2.3",
"moment": "^2.30.1",
"serialize-javascript": "^3.1.0",
"touch": "^3.1.0",
"webpack": "^4.47.0",
"webpack-cli": "^3.3.12",
"webpack-zip-files-plugin": "^1.0.0"
},
"browserslist": "> 0.25%, not dead"
}