This repository has been archived by the owner on Jul 13, 2018. It is now read-only.
forked from techqueria/site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·86 lines (86 loc) · 2.56 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
{
"name": "techqueria",
"version": "1.0.0",
"description": "A community of Latinx professionals in the tech industry.",
"repository": "techqueria/site",
"main": "app.js",
"scripts": {
"hugo": "gulp hugo",
"build": "gulp build",
"start": "gulp server",
"lint": "eslint src"
},
"author": "Frances Coronel",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome": "^1.1.3",
"@fortawesome/fontawesome-free-brands": "^5.0.6",
"@fortawesome/fontawesome-free-solid": "^5.0.6",
"autoprefixer": "^7.2.6",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^7.1.2",
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.10.2",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-env": "1.6.0",
"babel-preset-minify": "^0.3.0",
"babel-register": "^6.26.0",
"brotli-webpack-plugin": "^0.5.0",
"browser-sync": "^2.23.6",
"bulma": "^0.7.1",
"clean-webpack-plugin": "^0.1.18",
"compression-webpack-plugin": "^1.1.7",
"concat": "^1.0.3",
"connect": "^3.6.5",
"css-loader": "^0.28.8",
"cssnano": "^3.10.0",
"eslint": "^3.1.1",
"eslint-plugin-import": "^1.11.1",
"exports-loader": "^0.6.4",
"fancy-log": "^1.3.2",
"file-loader": "^0.11.2",
"graceful-fs": "^4.1.11",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.3",
"gulp-brotli": "^1.2.1",
"gulp-gzip": "^1.4.2",
"gulp-htmlmin": "^4.0.0",
"gulp-imagemin": "^4.1.0",
"gulp-minify": "^2.1.0",
"gulp-postcss": "^6.1.1",
"gulp-purifycss": "^0.2.0",
"gulp-sass": "^3.1.0",
"gulp-shell": "^0.6.5",
"gulp-watch": "^4.3.11",
"html-webpack-plugin": "^2.30.1",
"hugo-bin": "^0.18.1",
"image-webpack-loader": "^4.1.0",
"imagemin-mozjpeg": "^7.0.0",
"imagesloaded": "^4.1.4",
"imports-loader": "^0.7.1",
"less": "^2.7.3",
"minimatch": "^3.0.4",
"mixitup": "^3.2.2",
"node-sass": "^4.7.2",
"npm": "^5.7.1",
"plugin-error": "^1.0.1",
"popper.js": "^1.13.0",
"postcss-csso": "^3.0.0",
"postcss-mq-optimize": "0.0.0",
"postcss-uncss": "^0.16.1",
"run-sequence": "^2.2.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.1",
"twemoji": "^2.5.0",
"typeface-source-sans-pro": "0.0.54",
"uncss": "^0.16.1",
"url-loader": "^0.5.9",
"webpack": "^3.11.0",
"whatwg-fetch": "^1.0.0",
"workbox-build": "^2.1.2",
"workbox-webpack-plugin": "^2.1.2"
}
}