-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
51 lines (51 loc) · 1.32 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
{
"name": "govstrap.io",
"version": "1.0.0",
"description":
"> Govstrap.io is a port of the GOV.UK standard web theme to the Bootstrap framework",
"main": "webpack.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/JohnMica/govstrap.io.git"
},
"keywords": ["bootstrap", "font-awesome", "webpack", "govstrap"],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/JohnMica/govstrap.io/issues"
},
"homepage": "https://github.com/JohnMica/govstrap.io#readme",
"dependencies": {
"font-awesome": "^4.7.0",
"popper.js": "^1.12.9"
},
"devDependencies": {
"autoprefixer": "^6.5.3",
"babel-preset-env": "^1.6.1",
"bootstrap": "^4.1.0",
"browser-sync": "^2.23.7",
"del": "^3.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.11.0",
"graceful-fs": "^4.1.11",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-changed": "^3.2.0",
"gulp-cssnano": "^2.1.3",
"gulp-eslint": "^4.0.2",
"gulp-include": "^2.3.1",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^7.0.1",
"gulp-pug": "^4.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.7",
"jquery": "^3.3.1",
"minimatch": "^3.0.4",
"minimist": "^1.2.0",
"run-sequence": "^2.2.1"
}
}