forked from skaltenegger/customcursor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.51 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
{
"name": "gulp-website",
"version": "1.0.0",
"description": "Gulpish Website",
"main": "index.js",
"author": "Harry Manchanda",
"license": "MIT",
"scripts": {
"start": "gulp",
"dev": "gulp dev",
"export": "gulp export"
},
"devDependencies": {
"autoprefixer": "^9.1.3",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.24.6",
"del": "^3.0.0",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.3",
"gulp": "^4.0.0",
"gulp-babel": "^7.0.1",
"gulp-htmlmin": "^4.0.0",
"gulp-imagemin": "^4.1.0",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1",
"gulp-zip": "^4.2.0",
"imagemin-gifsicle": "^5.2.0",
"imagemin-jpeg-recompress": "^5.1.0",
"imagemin-jpegtran": "^5.0.2",
"imagemin-optipng": "^5.2.1",
"imagemin-pngquant": "^6.0.0",
"imagemin-svgo": "^7.0.0",
"postcss-uncss": "^0.16.1",
"prettier": "^1.15.3",
"pump": "^3.0.0",
"through2": "^2.0.3",
"uncss": "^0.16.2",
"undefined": "^0.1.0",
"vinyl-named": "^1.1.0",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0",
"webpack-stream": "^5.1.1"
},
"dependencies": {
"gsap": "^2.0.2",
"photoswipe": "^4.1.2"
}
}