-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.11 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
{
"name": "website",
"version": "0.0.1",
"author": {
"name": "Luke Bussey",
"email": "luke.bussey@gmail.com",
"url": "https://github.com/lukebussey"
},
"repository": {
"type": "git",
"url": "https://github.com/loganbussey/assemble-website-boilerplate.git"
},
"homepage": "https://github.com/loganbussey/assemble-website-boilerplate",
"dependencies": {
"bootstrap": "^4.4.1",
"dotenv": "^6.2.0",
"jquery": "^3.4.1",
"popper.js": "^1.16.1"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@babel/preset-env": "^7.8.6",
"autoprefixer": "^9.7.4",
"babelify": "^10.0.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.20.1",
"grunt": "^1.0.4",
"grunt-assemble": "^0.6.3",
"grunt-assemble-contextual": "^0.1.0",
"grunt-assemble-permalinks": "^0.1.1",
"grunt-assemble-sitemap": "^0.2.6",
"grunt-aws": "^0.6.0",
"grunt-browser-sync": "^2.1.3",
"grunt-browserify": "^5.3.0",
"grunt-bump": "^0.8.0",
"grunt-concurrent": "^2.0.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-htmlmin": "^3.1.0",
"grunt-contrib-imagemin": "^3.1.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-critical": "1.1.1",
"grunt-eslint": "^21.1.0",
"grunt-filerev": "^2.3.1",
"grunt-port-pick": "^1.5.1",
"grunt-postcss": "^0.9.0",
"grunt-real-favicon": "^0.2.4",
"grunt-sass": "^3.1.0",
"grunt-svgmin": "^5.0.0",
"grunt-text-replace": "^0.4.0",
"grunt-usemin": "^3.0.0",
"grunt-webfont": "^1.7.2",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-optipng": "^6.0.0",
"imagemin-pngquant": "^7.0.0",
"imagemin-svgo": "^7.1.0",
"jit-grunt": "^0.10.0",
"node-sass": "^4.13.1",
"postcss-flexbugs-fixes": "^4.2.0",
"postcss-uncss": "^0.16.1",
"time-grunt": "^2.0.0",
"uncss": "^0.16.2"
},
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"fix": "node ./node_modules/phantomjs-prebuilt/install.js"
}
}