-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·57 lines (57 loc) · 1.53 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": "hetic-p2020-10",
"version": "0.0.1",
"description": "Front-end project.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "gulp",
"build": "gulp build"
},
"author": "HETIC P2020 - E10",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^7.1.6",
"babel-eslint": "^8.0.2",
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"babelify": "^7.3.0",
"browser-sync": "^2.18.12",
"browserify": "^14.4.0",
"cssnano": "^3.10.0",
"eslint": "^4.12.0",
"eslint-config-airbnb": "^16.0.0",
"eslint-config-airbnb-base": "^12.0.2",
"eslint-plugin-flowtype": "^2.39.1",
"eslint-plugin-import": "^2.7.0",
"flow-bin": "^0.59.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-babel": "^6.1.2",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.0.3",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^7.0.0",
"gulp-pug": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-srcset": "^1.1.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"merge-stream": "^1.0.1",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"axios": "^0.17.0",
"bodymovin": "^4.13.0",
"gsap": "^1.20.3",
"hammerjs": "^2.0.8",
"intersection-observer": "^0.4.2",
"lozad": "^1.0.9",
"object-fit-images": "^3.2.3",
"stickyfilljs": "^2.0.3",
"youtube-player": "^5.4.0"
}
}