This repository was archived by the owner on Oct 17, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
104 lines (104 loc) · 3.07 KB
/
package.json
File metadata and controls
104 lines (104 loc) · 3.07 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "ocean",
"version": "0.0.0",
"description": "The website for the Stephenson Ocean Security Project.",
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"browsersync": "gulp browsersync",
"browsersync-production": "gulp browsersync --jekyllEnv='production'",
"build": "gulp build --jekyllEnv='production'",
"netlify:build": "gulp build --jekyllEnv='production'",
"eslint": "gulp eslint",
"imagemin": "gulp imagemin",
"production": "gulp --jekyllEnv='production'",
"sass": "gulp sass",
"watch": "gulp watch",
"stylelint": "gulp stylelint",
"stylelint-fix": "gulp stylelint --fix",
"forestry:preview": "gulp --jekyllEnv='production' --forestry --preview --port 8080 --host 0.0.0.0",
"forestry:publish": "gulp build --jekyllEnv='production' --forestry --port 8080 --host 0.0.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/CSIS-iLab/ocean.git"
},
"keywords": [
"Autoprefixer",
"Browsersync",
"gulp",
"imagemin",
"Jekyll",
"PostCSS",
"Sass",
"Webpack"
],
"author": "CSIS iDeas Lab",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.4.5",
"autoprefixer": "^9.4.4",
"babel-loader": "^8.0.5",
"browser-sync": "^2.26.7",
"css-mqpacker": "^7.0.0",
"cssnano": "^4.1.7",
"eslint": "^6.8.0",
"eslint-config-prettier": "^3.1.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-prettier": "^2.7.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-eslint": "^5.0.0",
"gulp-imagemin": "^6.0.0",
"gulp-newer": "^1.4.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^5.1.0",
"gulp-stylelint": "^13.0.0",
"gulp-watch": "^5.0.1",
"imagemin-pngquant": "^6.0.0",
"postcss-custom-properties": "^8.0.9",
"postcss-object-fit-images": "^1.1.2",
"prettier": "^1.14.3",
"require-dir": "^1.1.0",
"sass": "^1.93.2",
"stylelint": "^13.13.1",
"stylelint-config-sass-guidelines": "^8.0.0",
"stylelint-config-standard": "^22.0.0",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.19.0",
"through2": "^3.0.1",
"vinyl-named": "^1.1.0",
"webpack": "^4.23.1",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-stream": "^5.1.1",
"yargs": "^12.0.2"
},
"dependencies": {
"@babel/polyfill": "^7.2.5",
"@babel/runtime": "^7.2.0",
"@threespot/freeze-scroll": "^1.0.3",
"algoliasearch": "^3.30.0",
"algoliasearch-helper": "^2.26.1",
"core-js": "^3.5.0",
"flickity": "^2.1.2",
"flickity-imagesloaded": "^2.0.0",
"gsap": "^3.6.0",
"instantsearch.js": "^2.10.4",
"lazysizes": "^5.2.1",
"luminous-lightbox": "^2.3.2",
"natives": "^1.1.6",
"object-fit-images": "^3.2.4",
"object-fit-videos": "^1.0.4",
"pixi.js": "^4.8.4",
"plyr": "^3.4.7",
"scrollmagic": "^2.0.6",
"smooth-scroll": "^15.0.0",
"stickyfilljs": "^2.1.0",
"tippy.js": "^3.3.0"
}
}