This repository has been archived by the owner on Mar 23, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
80 lines (80 loc) · 1.99 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
{
"name": "knoxville-city-hackathon",
"author": {
"name": "Michael Mizner",
"email": "mike@mizner.io",
"url": "https://mizner.io"
},
"version": "1.0.0",
"license": "GPL-3.0-or-later",
"browserslist": [
">0.25%",
"not op_mini all",
"not Opera > 0"
],
"watch": {
"port": 5582,
"externalIP": false
},
"svgs": [
"fa/brands/slack-hash",
"fa/brands/facebook",
"fa/brands/instagram",
"fa/brands/twitter",
"fa/solid/users",
"fa/solid/heart",
"fa/solid/envelope"
],
"scripts": {
"start": "NODE_ENV=development gulp start",
"build": "NODE_ENV=development gulp build",
"prod": "NODE_ENV=production gulp prod"
},
"dependencies": {
"core-js": "^2.5.7",
"countdown": "^2.6.0",
"ramda": "^0.26.1",
"sanitize.css": "^8.0.0",
"scrolldir": "^1.5.0",
"smoothscroll-polyfill": "^0.4.3",
"typed.js": "^2.0.9",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@babel/register": "^7.0.0",
"@csstools/postcss-sass": "^3.0.0",
"autoprefixer": "^9.4.4",
"babel-loader": "^8.0.5",
"browser-sync": "^2.26.3",
"debounce": "^1.2.0",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-flatten": "^0.4.0",
"gulp-htmlmin": "^5.0.1",
"gulp-noop": "^1.0.0",
"gulp-nunjucks": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-svg-symbols": "^3.2.3",
"gulp-svgo": "^2.1.0",
"lost": "^8.3.0",
"nunjucks": "^3.1.6",
"postcss-calc": "^7.0.1",
"postcss-easy-import": "^3.0.0",
"postcss-nested": "^4.1.1",
"postcss-normalize": "^7.0.1",
"postcss-preset-env": "^6.5.0",
"postcss-scss": "^2.0.0",
"postcss-strip-inline-comments": "^0.1.5",
"pump": "^3.0.0",
"vinyl-named": "^1.1.0",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1",
"webpack-stream": "^5.2.1"
}
}