-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
63 lines (63 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
58
59
60
61
62
63
{
"name": "x",
"version": "1.4.0",
"author": "Generaxion",
"homepage": "https://www.generaxion.com",
"private": true,
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"scripts": {
"build": "gulp",
"jshint": "gulp jshint",
"jscs": "jscs gulpfile.js assets/scripts/*.js"
},
"engines": {
"node": ">=0.12.0",
"npm": ">=2.1.5"
},
"dependencies": {
"breakpoint-sass": "^2.7.1",
"css-vars-ponyfill": "^2.4.0",
"fitvids": "^2.1.1",
"nodelist-foreach-polyfill": "^1.2.0",
"svgxuse": "^1.2.6"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/polyfill": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"beeper": "^2.0.0",
"browser-sync": "^2.26.7",
"cssnano": "^4.1.10",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-file": "^0.4.0",
"gulp-flatten": "0.4.0",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-jshint": "^2.1.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-svgstore": "^7.0.1",
"gulp-uglify": "^3.0.2",
"imagemin-pngcrush": "^6.0.0",
"jshint": "^2.11.0",
"jshint-stylish": "^2.2.1",
"lazypipe": "^1.0.2",
"merge-stream": "^2.0.0",
"minimist": "^1.2.0",
"run-sequence": "^2.2.1",
"traverse": "^0.6.6"
}
}