-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.13 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
{
"name": "my-mom",
"version": "1.0.0",
"description": "A slideshow with liquid distortion effects in WebGL powered by PixiJS and GSAP. By Yannis Yannakopoulos.",
"main": "index.js",
"scripts": {
"dev": "WEBPACK_ENV=dev webpack-dev-server",
"start": "http-server --port ${PORT:-8080} build",
"prestart": "npm run build",
"build": "gulp build"
},
"dependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.1.0",
"gulp-babel": "^8.0.0",
"gulp-cache": "^0.4.5",
"gulp-cssnano": "^2.1.2",
"gulp-hash-filename": "^2.0.1",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.3",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^2.0.0",
"gulp-useref": "^3.1.2",
"run-sequence": "^1.2.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ashbhir/my-mom.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ashbhir/my-mom/issues"
},
"homepage": "https://github.com/ashbhir/my-mom#readme",
"devDependencies": {
"browser-sync": "^2.15.0"
}
}