forked from techqueria/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.64 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.64 KB
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
{
"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",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"author": "Frances Coronel",
"license": "MIT",
"dependencies": {
"@babel/core": "7.11.6",
"@babel/plugin-syntax-object-rest-spread": "^7.7.4",
"@babel/preset-env": "7.11.5",
"@babel/register": "7.11.5",
"autoprefixer": "9.8.6",
"babel-eslint": "10.1.0",
"babel-loader": "^8.0.5",
"brotli-webpack-plugin": "1.1.0",
"browser-sync": "2.26.12",
"bulma": "^0.8.0",
"compression-webpack-plugin": "6.0.2",
"cssnano": "4.1.10",
"del": "6.0.0",
"eslint": "7.10.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": "2.6.5",
"hugo-bin": "0.59.0",
"lozad": "1.16.0",
"netlify-cli": "2.59.1",
"plugin-error": "1.0.1",
"postcss-csso": "4.0.0",
"snyk": "^1.359.1",
"twemoji": "13.0.1",
"webpack": "4.43.0",
"workbox-webpack-plugin": "5.1.4"
},
"snyk": true,
"devDependencies": {
"prettier": "2.1.2",
"prettier-plugin-go-template": "0.0.10"
}
}