-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.02 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
{
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"bootstrap-3-typeahead": "^4.0.2",
"bootstrap-datepicker": "^1.9.0",
"select2": "^4.0.13",
"timepicker": "1.13.14",
"tinymce": "^5.10.1",
"ucf-athena-framework": "^1.3.0"
},
"devDependencies": {
"@babel/cli": "^7.12.13",
"@babel/core": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"babel-eslint": "^10.1.0",
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
"browser-sync": "^2.26.14",
"eslint": "^7.19.0",
"gulp": "~4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-dart-sass": "^1.1.0",
"gulp-debug": "^4.0.0",
"gulp-eslint": "^6.0.0",
"gulp-eslint-if-fixed": "^1.0.0",
"gulp-include": "^2.4.1",
"gulp-rename": "^2.0.0",
"gulp-sass-lint": "^1.4.0",
"gulp-uglify": "^3.0.2",
"merge": "^2.1.0"
},
"browserslist": [
"last 2 versions",
"ie 11"
]
}