-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 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
{
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"corejs-typeahead": "^1.3.1",
"jquery-ui-sortable": "^1.0.0",
"jquery.formset": "github:elo80ka/django-dynamic-formset#master",
"moment": "^2.29.1",
"pikaday": "^1.8.2",
"select2": "^4.0.13",
"timepicker": "^1.13.18",
"ucf-athena-framework": "^1.1.0"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.4",
"babel-eslint": "^10.1.0",
"babel-plugin-transform-es2015-modules-strip": "^0.1.2",
"browser-sync": "^2.27.5",
"eslint": "^7.32.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-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": "~5.0.0",
"gulp-sass-lint": "^1.4.0",
"gulp-uglify": "^3.0.2",
"sass": "^1.39.0"
},
"browserslist": [
"last 2 versions",
"ie 11"
]
}