-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
51 lines (51 loc) · 1.64 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
48
49
50
51
{
"name": "criciuma-dev",
"version": "1.0.3",
"description": "Site da comunidade Criciúma Dev",
"main": "gulpfile.js",
"dependencies": {
"@babel/core": "^7.4.5"
},
"devDependencies": {
"babel-core": "^6.26.3",
"browser-sync": "^2.26.5",
"del": "^4.1.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-file-include": "^2.0.1",
"gulp-htmlmin": "^5.0.1",
"gulp-jshint": "^2.1.0",
"gulp-sass": "^4.0.2",
"gulp-sass-bulk-import": "^1.0.1",
"gulp-surge": "^0.1.3",
"gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1",
"jshint": "^2.10.2"
},
"scripts": {
"upd": "yarn upgrade-interactive --latest",
"deploy": "gulp build && surge ./www https://criciumadev.com.br",
"deploy-www": "gulp build && surge ./www https://www.criciumadev.com.br",
"deploy-dev": "gulp build && surge ./www https://criciuma.dev",
"deploy-dev-www": "gulp build && surge ./www https://www.criciuma.dev",
"deploy-all": "gulp build && surge ./www https://criciumadev.com.br && surge ./www https://www.criciumadev.com.br && surge ./www https://criciuma.dev && surge ./www https://www.criciuma.dev",
"start": "gulp default",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/criciumadev/criciumadev.com.br.git"
},
"keywords": [
"criciuma",
"dev"
],
"author": "Criciúma DEV - https://criciumadev.com.br",
"license": "ISC",
"bugs": {
"url": "https://github.com/criciumadev/criciumadev.com.br/issues"
},
"homepage": "https://github.com/criciumadev/criciumadev.com.br#readme"
}