-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 2.63 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "softlab",
"version": "0.0.1",
"description": "Static site",
"scripts": {
"build": "gulp build --production",
"dev": "gulp"
},
"main": "gulpfile.js",
"repository": "",
"author": "",
"license": "MIT",
"dependencies": {
"@tweenjs/tween.js": "^17.2.0",
"animejs": "^3.0.1",
"dat.gui": "^0.7.3",
"include-media": "^1.4.9",
"jquery": "^3.3.1",
"jquery-mousewheel": "^3.1.13",
"jquery-validation": "^1.18.0",
"jquery.maskedinput": "^1.4.1",
"jquery.scrollto": "^2.1.2",
"scrollmagic": "^2.0.6",
"susy": "^3.0.5",
"swiper": "^4.4.2",
"three": "^0.106.1",
"vide": "^0.5.1"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"@wildpeaks/three-webpack-plugin": "^2.0.0",
"ansi-colors": "^3.2.1",
"autoprefixer": "^9.3.1",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-3": "^6.24.1",
"babel-runtime": "^6.26.0",
"browser-sync": "^2.26.3",
"critical": "^1.3.4",
"css-mqpacker": "^7.0.0",
"cssnano": "^4.1.7",
"del": "^3.0.0",
"eslint": "^5.8.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-formatter-pretty": "^1.3.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"exports-loader": "^0.7.0",
"expose-loader": "^0.7.5",
"fancy-log": "^1.3.2",
"fs": "^0.0.1-security",
"global": "^4.3.2",
"gulp": "^3.9.1",
"gulp-changed": "^3.2.0",
"gulp-data": "^1.3.1",
"gulp-front-matter": "^1.3.0",
"gulp-html-prettify": "^0.0.1",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-include": "^2.3.1",
"gulp-inject": "^4.3.2",
"gulp-newer": "^1.4.0",
"gulp-notify": "^3.2.0",
"gulp-nunjucks-render": "^2.2.2",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^8.0.0",
"gulp-prettify": "^0.5.0",
"gulp-real-favicon": "^0.3.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-svg-sprite": "^1.5.0",
"gulp-svgmin": "^2.1.0",
"gulp-uglify": "^3.0.1",
"gulp-watch": "^5.0.1",
"gulp.spritesmith": "^6.9.0",
"minimist": "^1.2.0",
"path": "^0.12.7",
"postcss-easings": "^2.0.0",
"require-dir": "^1.1.0",
"run-sequence": "^2.2.1",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.24.0",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.1.2",
"webpack-stream": "^5.1.1"
}
}