|
26 | 26 | "url": "https://github.com/nodewell/website/issues" |
27 | 27 | }, |
28 | 28 | "homepage": "https://github.com/nodewell/website#readme", |
| 29 | + "config": { |
| 30 | + "commitizen": { |
| 31 | + "path": "./node_modules/cz-conventional-changelog" |
| 32 | + } |
| 33 | + }, |
29 | 34 | "devDependencies": { |
30 | 35 | "@babel/core": "^7.4.3", |
31 | 36 | "@babel/preset-env": "^7.4.3", |
32 | 37 | "@fortawesome/fontawesome-svg-core": "^1.2.17", |
33 | 38 | "@fortawesome/free-brands-svg-icons": "^5.8.1", |
34 | 39 | "@fortawesome/free-solid-svg-icons": "^5.8.1", |
| 40 | + "@nodewell/brand": "^1.1.4", |
35 | 41 | "@semantic-release/changelog": "^3.0.2", |
36 | 42 | "@semantic-release/commit-analyzer": "^6.1.0", |
37 | 43 | "@semantic-release/exec": "^3.3.2", |
|
42 | 48 | "@types/jquery": "^3.3.29", |
43 | 49 | "@types/node": "^11.13.0", |
44 | 50 | "babel-loader": "^8.0.5", |
| 51 | + "bootstrap": "^4.3.1", |
45 | 52 | "commitizen": "^3.0.7", |
46 | 53 | "css-loader": "^2.1.1", |
47 | 54 | "cz-conventional-changelog": "^2.1.0", |
|
50 | 57 | "directory-exists": "^2.0.1", |
51 | 58 | "execa": "^1.0.0", |
52 | 59 | "fast-glob": "^2.2.6", |
| 60 | + "file-loader": "^3.0.1", |
53 | 61 | "gulp": "^4.0.0", |
54 | 62 | "handlebars": "^4.1.1", |
55 | 63 | "handlebars-loader": "^1.7.1", |
56 | 64 | "html-webpack-plugin": "^3.2.0", |
57 | 65 | "is-travis": "^2.0.0", |
| 66 | + "jquery": "^3.3.1", |
58 | 67 | "lodash": "^4.17.11", |
59 | 68 | "mini-css-extract-plugin": "^0.5.0", |
60 | 69 | "node-sass": "^4.11.0", |
| 70 | + "popper.js": "^1.15.0", |
61 | 71 | "sass-loader": "^7.1.0", |
62 | 72 | "semantic-release": "^15.13.3", |
63 | 73 | "semver": "^6.0.0", |
|
66 | 76 | "webpack": "^4.29.6", |
67 | 77 | "webpack-cli": "^3.3.0", |
68 | 78 | "webpack-dev-server": "^3.2.1" |
69 | | - }, |
70 | | - "config": { |
71 | | - "commitizen": { |
72 | | - "path": "./node_modules/cz-conventional-changelog" |
73 | | - } |
74 | | - }, |
75 | | - "dependencies": { |
76 | | - "bootstrap": "^4.3.1", |
77 | | - "jquery": "^3.3.1", |
78 | | - "popper.js": "^1.15.0" |
79 | 79 | } |
80 | 80 | } |
0 commit comments