-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 916 Bytes
/
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
{
"name": "ca-software-engine-test",
"version": "1.0.0",
"description": "Test for Software Engine - Front End job",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start:dev": "npm i --force && gulp start:dev",
"start": "npm i --force && gulp start:prod"
},
"author": "Thiago Corbalan",
"license": "ISC",
"dependencies": {
"gulp-concat": "^2.6.1"
},
"devDependencies": {
"bootstrap": "^4.1.3",
"browser-sync": "^2.23.6",
"browserify": "^16.1.0",
"gulp": "^3.9.1",
"gulp-imagemin": "^4.1.0",
"gulp-rimraf": "^0.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"gulp-useref": "^3.1.4",
"gulp-util": "^3.0.8",
"gulp-webserver": "^0.9.1",
"tsify": "^3.0.4",
"typescript": "^2.7.2",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.10.0"
}
}