-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.47 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
47
48
49
50
51
52
53
54
55
{
"name": "alpha-manuscript",
"version": "3.2.0",
"description": "Alpha Manuscript Website",
"main": "gulpfile.js",
"author": "htmlstream",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"browser-sync": "^2.26.7",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-cache": "^1.1.3",
"gulp-cached": "^1.1.1",
"gulp-changed": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-file-include": "^2.1.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-uglify-es": "^2.0.0",
"gulp-delete-lines": "0.0.7",
"gulp-replace": "^1.0.0"
},
"dependencies": {
"@fancyapps/fancybox": "^3.5.7",
"@fortawesome/fontawesome-free": "^5.1.0-9",
"@yaireo/tagify": "^3.11.1",
"aos": "^2.3.4",
"appear": "^1.0.1",
"babel-polyfill": "^6.26.0",
"bootstrap": "^4.5.3",
"chart.js": "^2.9.3",
"circles.js": "0.0.6",
"clipboard": "^2.0.6",
"custombox": "^4.0.3",
"dropzone": "^5.7.1",
"flag-icon-css": "^3.5.0",
"ion-rangeslider": "^2.3.1",
"jquery": "^3.5.1",
"jquery-countdown": "^2.2.0",
"jquery-mask-plugin": "^1.14.16",
"jquery-migrate": "^3.3.0",
"jquery-ui-dist": "^1.12.1",
"jquery-validation": "^1.19.2",
"leaflet": "^1.6.0",
"prismjs": "^1.20.0",
"pwstrength-bootstrap": "^3.0.9",
"quill": "^1.3.7",
"select2": "^4.0.13",
"typed.js": "^2.0.11"
}
}