-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"author": "Medium Rare",
"private": true,
"name": "leap",
"version": "2.1.1",
"description": "Software and SaaS Bootstrap Theme",
"main": "gulpfile.js",
"scripts": {
"start": "./node_modules/.bin/gulp",
"postinstall": "gulp deps"
},
"browserslist": "Safari > 10, Firefox > 40, Chrome > 40, ie >= 11",
"eslintConfig": {
"extends": "airbnb-base",
"env": {
"es6": true,
"browser": true,
"jquery": true
}
},
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "http://leap.mediumra.re/index.html",
"dependencies": {
"@fancyapps/fancybox": "3.5.2",
"@tanem/svg-injector": "~8.0.69",
"aos": "~2.3.4",
"autosize": "~4.0.2",
"bootstrap": "~4.5.0",
"clipboard": "~2.0.4",
"countup.js": "~2.0.7",
"flatpickr": "~4.6.6",
"flickity": "~2.2.0",
"inter-ui": "~3.15.0",
"ion-rangeslider": "~2.3.0",
"isotope-layout": "~3.0.6",
"jarallax": "~1.12.4",
"jquery": "~3.5.1",
"jquery-countdown": "~2.2.0",
"plyr": "~3.6.2",
"popper.js": "~1.16.1",
"prismjs": "~1.21.0",
"scrollmonitor": "~1.2.4",
"smartwizard": "~4.4.1",
"smooth-scroll": "~16.1.0",
"twitter-fetcher": "~18.0.2",
"typed.js": "~2.0.9"
},
"devDependencies": {
"@babel/core": "~7.11.6",
"@babel/plugin-proposal-object-rest-spread": "~7.11.0",
"@babel/preset-env": "~7.11.5",
"@rollup/plugin-babel": "~5.2.1",
"@rollup/plugin-commonjs": "~15.1.0",
"@rollup/plugin-node-resolve": "~9.0.0",
"browser-sync": "~2.26.12",
"del": "~5.1.0",
"eslint": "~7.9.0",
"eslint-config-airbnb-base": "~14.2.0",
"eslint-plugin-import": "~2.22.0",
"gulp": "~4.0.2",
"gulp-autoprefixer": "~7.0.0",
"gulp-clean-css": "~4.3.0",
"gulp-eslint": "~6.0.0",
"gulp-newer": "~1.4.0",
"gulp-rename": "~2.0.0",
"gulp-sass": "~4.1.0",
"gulp-sourcemaps": "~2.6.1",
"node-sass-css-importer": "~0.0.3",
"rollup": "~2.28.2",
"rollup-plugin-uglify": "~6.0.1",
"yamljs": "~0.3.0"
}
}