-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1003 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
35
36
{
"private": true,
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.7",
"@babel/eslint-parser": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"babel-plugin-transform-es2015-modules-strip": "^0.1.2",
"browser-sync": "^2.27.9",
"cheerio": "^1.0.0-rc.10",
"critical": "^4.0.1",
"eslint": "^8.11.0",
"font-awesome": "github:FortAwesome/Font-Awesome#v4.7.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-eslint-if-fixed": "^1.0.0",
"gulp-eslint-new": "^1.4.2",
"gulp-include": "^2.4.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "~5.1.0",
"gulp-sass-lint": "^1.4.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"js-cookie": "^3.0.1",
"merge": "^2.1.1",
"node-fetch": "^2.6.7",
"sass": "^1.49.9",
"ucf-athena-framework": "^1.1.3"
},
"browserslist": [
"last 2 versions"
]
}