forked from Geotab/sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.09 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
{
"name": "geotab-sdk",
"version": "0.0.0",
"description": "Geotab SDK",
"homepage": "https://geotab.github.io/sdk",
"author": {
"name": "Steve Hansen",
"email": "[email protected]"
},
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"autoprefixer": "^10.2.4",
"browser-sync": "^2.26.14",
"del": "^6.0.0",
"gh-pages": "^3.1.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-cache": "^1.1.3",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-gzip": "^1.4.2",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-inject": "^5.0.5",
"gulp-newer": "^1.4.0",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-rev": "^9.0.0",
"gulp-sass": "^4.1.0",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"require-dir": "^1.2.0",
"shelljs": "^0.8.4",
"yargs": "^16.2.0"
},
"browserslist": [
"last 2 version",
"> 2%"
],
"dependencies": {
"postcss": "^8.2.10"
}
}