-
Notifications
You must be signed in to change notification settings - Fork 95
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 817 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 817 Bytes
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
{
"name": "joomla-3.x",
"version": "1.2.0",
"description": "Portal padrão em CMS Joomla 3.x",
"scripts": {
"dev": "NODE_ENV=Development npm i && gulp",
"build": "NODE_ENV=Production npm ci && gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joomlagovbr/joomla-3.x.git"
},
"bugs": {
"url": "https://github.com/joomlagovbr/joomla-3.x/issues"
},
"homepage": "https://github.com/joomlagovbr/joomla-3.x#readme",
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"@babel/register": "^7.6.2",
"browser-sync": "^2.26.7",
"del": "^6.0.0",
"dotenv": "^16.0.2",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-less": "^5.0.0",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2"
}
}