forked from techqueria/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.38 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
{
"name": "techqueria",
"version": "1.0.0",
"description": "A community of Latinx professionals in the tech industry.",
"repository": "techqueria/website",
"main": "app.js",
"scripts": {
"build": "gulp build",
"build:dev": "gulp build-dev",
"start": "gulp server",
"start:prod": "gulp server-prod",
"start:preview": "gulp server-preview",
"lint": "eslint src",
"clean": "gulp clean"
},
"author": "Frances Coronel",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-syntax-object-rest-spread": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@babel/register": "^7.0.0",
"autoprefixer": "9.5.0",
"babel-eslint": "10.0.1",
"babel-loader": "^8.0.5",
"brotli-webpack-plugin": "1.1.0",
"browser-sync": "2.26.3",
"bulma": "^0.7.2",
"compression-webpack-plugin": "2.0.0",
"cssnano": "4.1.10",
"del": "4.0.0",
"eslint": "^5.13.0",
"eslint-plugin-import": "2.16.0",
"fancy-log": "1.3.3",
"gulp": "^4.0.0",
"gulp-cli": "2.0.1",
"gulp-htmlmin": "5.0.1",
"gulp-imagemin": "^5.0.3",
"gulp-postcss": "8.0.0",
"gulp-purifycss": "0.2.0",
"gulp-sass": "4.0.2",
"gulp-sourcemaps": "2.6.5",
"hugo-bin": "0.42.0",
"lozad": "1.9.0",
"plugin-error": "1.0.1",
"postcss-csso": "3.0.0",
"webpack": "4.29.6",
"workbox-webpack-plugin": "4.1.1"
}
}