This repository has been archived by the owner on May 11, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 122
/
package.json
57 lines (57 loc) · 1.58 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
{
"name": "techqueria",
"version": "1.0.0",
"description": "Techqueria is a nonprofit that serves the largest community of Latinx in Tech. 🌮",
"repository": "techqueria/website",
"main": "app.js",
"scripts": {
"build:dev": "gulp build-dev",
"build": "gulp build",
"clean": "gulp clean",
"lint": "eslint assets/js",
"start:preview": "gulp server-preview",
"start:prod": "gulp server-prod",
"start": "gulp server"
},
"author": "Frances Coronel",
"license": "MIT",
"dependencies": {
"@babel/core": "7.14.0",
"@babel/plugin-syntax-object-rest-spread": "^7.7.4",
"@babel/preset-env": "7.14.0",
"@babel/register": "7.13.16",
"autoprefixer": "9.8.6",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.2",
"brotli-webpack-plugin": "1.1.0",
"browser-sync": "2.26.14",
"bulma": "^0.8.0",
"compression-webpack-plugin": "6.1.1",
"cssnano": "4.1.11",
"del": "6.0.0",
"eslint": "7.25.0",
"eslint-plugin-import": "2.22.1",
"fancy-log": "1.3.3",
"gulp": "^4.0.0",
"gulp-cli": "2.3.0",
"gulp-htmlmin": "5.0.1",
"gulp-imagemin": "^7.0.0",
"gulp-postcss": "9.0.0",
"gulp-sass": "4.1.0",
"gulp-sourcemaps": "3.0.0",
"hugo-bin": "0.59.0",
"lozad": "1.16.0",
"netlify-cli": "3.25.0",
"plugin-error": "1.0.1",
"postcss-csso": "4.0.0",
"prettier": "2.2.1",
"prettier-plugin-go-template": "0.0.10",
"snyk": "1.576.0",
"twemoji": "13.0.2",
"webpack": "4.43.0",
"workbox-webpack-plugin": "5.1.4"
},
"devDependencies": {
"hugo-extended": "0.83.1"
}
}