-
Notifications
You must be signed in to change notification settings - Fork 92
/
Copy pathpackage.json
76 lines (76 loc) · 2.08 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
74
75
76
{
"author": "Matt Fellows",
"private": true,
"name": "pact.io",
"version": "2.0.0",
"description": "Static website for pact.io",
"main": "gulpfile.js",
"scripts": {
"start": "./node_modules/.bin/gulp",
"postinstall": "gulp deps",
"build": "gulp build"
},
"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": "https://pact.io",
"dependencies": {
"@fancyapps/fancybox": "3.5.2",
"@tanem/svg-injector": "~10.1.0",
"aos": "~2.3.4",
"autosize": "~6.0.0",
"bootstrap": "~5.3.0",
"clipboard": "~2.0.4",
"countup.js": "~2.8.0",
"flatpickr": "~4.6.1",
"flickity": "~2.3.0",
"inter-ui": "^4.0.0",
"ion-rangeslider": "~2.3.0",
"isotope-layout": "~3.0.6",
"jarallax": "^2.0.0",
"jquery": "~3.7.1",
"jquery-countdown": "~2.2.0",
"plyr": "~3.7.0",
"popper.js": "~1.16.0",
"prismjs": "^1.27.0",
"scrollmonitor": "~1.2.4",
"smartwizard": "~4.4.0",
"smooth-scroll": "~16.1.0",
"twitter-fetcher": "~18.0.2",
"typed.js": "~2.0.9"
},
"devDependencies": {
"@babel/core": "7.9.0",
"@babel/plugin-proposal-object-rest-spread": "7.9.5",
"@babel/preset-env": "7.9.5",
"babel-plugin-transform-es2015-modules-strip": "0.1.2",
"babel-plugin-transform-strict-mode": "6.24.1",
"browser-sync": "3.0.3",
"del": "5.1.0",
"eslint": "6.8.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-import": "2.31.0",
"gulp": "4.0.2",
"gulp-autoprefixer": "7.0.1",
"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.1",
"gulp-sourcemaps": "3.0.0",
"node-sass-css-importer": "0.0.3",
"rollup": "2.79.2",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-uglify": "6.0.4",
"yamljs": "0.3.0"
}
}