-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.81 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
{
"name": "photographer",
"version": "1.0.0",
"description": "Photographer's personal website.",
"main": "gulpfile.babel.js",
"scripts": {
"start": "gulp",
"build": "gulp build --production",
"deploy": "gulp build && gh-pages -d dist"
},
"author": "Ruslan Kanashuk",
"license": "MIT",
"dependencies": {
"font-awesome": "^4.7.0",
"foundation-sites": "^6.6.3",
"jquery": "^3.5.1",
"motion-ui": "^2.0.3",
"nanogallery2": "^2.4.2",
"photoswipe": "^4.1.3",
"what-input": "^5.2.10"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@babel/register": "^7.10.1",
"@fortawesome/fontawesome-free": "^5.13.0",
"autoprefixer": "^9.8.0",
"babel-loader": "^8.1.0",
"browser-sync": "^2.26.7",
"fontawesome": "^5.6.3",
"gh-pages": "^5.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^3.3.1",
"gulp-cli": "^2.3.0",
"gulp-concat": "^2.5.2",
"gulp-extname": "^0.2.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^4.1.0",
"gulp-load-plugins": "^1.6.0",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"har-validator": "^5.1.3",
"js-yaml": "^3.14.0",
"panini": "^1.3.0",
"rimraf": "^2.7.1",
"style-sherpa": "^1.0.0",
"uncss": "^0.17.3",
"vinyl-named": "^1.1.0",
"webpack": "^4.43.0",
"webpack-stream": "^5.2.1",
"yargs": "^12.0.5"
},
"repository": {
"type": "git",
"url": "https://github.com/ruslkan/foundation-zurb-photographer-website.git"
},
"bugs": {
"url": "https://github.com/ruslkan/foundation-zurb-photographer-website/issues",
"email": "[email protected]"
},
"private": true
}