-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.76 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
{
"name": "static-template",
"version": "3.0.0",
"description": "A static template for HTML, CSS, JS, run with Gulp.",
"main": "index.js",
"repository": "https://github.com/keellyp/static-template",
"author": "Kelly Phan",
"license": "MIT",
"scripts": {
"dev": "gulp",
"build": "gulp clean && npm run src && NODE_ENV=production gulp build",
"src": "gulp srcset && gulp otherSrc"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babelify": "^8.0.0",
"browser-sync": "^2.18.13",
"browserify": "^14.5.0",
"cssnano": "^3.10.0",
"eslint": "^4.13.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^7.0.0",
"gulp-csscomb": "^3.0.8",
"gulp-cssnano": "^2.1.2",
"gulp-file-include": "2",
"gulp-imagemin": "^4.0.0",
"gulp-load-plugins": "^1.5.0",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.2",
"gulp-responsive": "^2.8.0",
"gulp-rm": "^1.0.4",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"imagemin-gifsicle": "^5.2.0",
"imagemin-jpegtran": "^5.0.2",
"imagemin-optipng": "^5.2.1",
"imagemin-svgo": "^6.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"aframe": "^0.7.1",
"aframe-layout-component": "^4.3.1",
"aframe-look-at-component": "^0.6.0",
"aframe-template-component": "^3.2.1",
"axios": "^0.17.1",
"intersection-observer": "^0.5.0",
"lozad": "^1.0.9",
"rellax": "^1.4.0",
"scrollreveal": "^3.3.6"
}
}