|
32 | 32 | "repository": "https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop", |
33 | 33 | "bugs": "https://github.com/pattern-lab/patternlab-node/issues", |
34 | 34 | "devDependencies": { |
35 | | - "@pattern-lab/core": "^5.15.2", |
36 | | - "@pattern-lab/engine-handlebars": "^5.15.1", |
37 | | - "@pattern-lab/engine-mustache": "^5.15.1", |
38 | | - "better-opn": "^1.0.0", |
39 | | - "browser-sync": "^2.26.7", |
40 | | - "ejs": "^2.7.2", |
41 | | - "express": "^4.17.1", |
42 | | - "hasha": "^5.2.2", |
43 | | - "portfinder": "^1.0.28", |
44 | | - "webpack-dev-middleware": "^3.7.2", |
45 | | - "webpack-hot-middleware": "^2.25.0", |
46 | | - "webpackbar": "^4.0.0" |
47 | | - }, |
48 | | - "dependencies": { |
49 | 35 | "@babel/core": "^7.13.14", |
50 | 36 | "@babel/plugin-proposal-class-properties": "^7.13.0", |
51 | 37 | "@babel/plugin-proposal-decorators": "^7.13.5", |
|
56 | 42 | "@babel/plugin-transform-runtime": "^7.13.10", |
57 | 43 | "@babel/preset-env": "^7.13.12", |
58 | 44 | "@babel/runtime": "^7.13.10", |
| 45 | + "@pattern-lab/core": "^5.15.2", |
| 46 | + "@pattern-lab/engine-handlebars": "^5.15.1", |
| 47 | + "@pattern-lab/engine-mustache": "^5.15.1", |
59 | 48 | "@pattern-lab/uikit-polyfills": "^5.14.3", |
60 | 49 | "@reach/visually-hidden": "^0.1.2", |
61 | 50 | "@webcomponents/custom-elements": "^1.4.3", |
62 | 51 | "autoprefixer": "^9.6.5", |
63 | 52 | "babel-loader": "^8.0.6", |
| 53 | + "better-opn": "^1.0.0", |
| 54 | + "browser-sync": "^2.26.7", |
64 | 55 | "classnames": "^2.2.6", |
65 | 56 | "clean-css-loader": "^1.0.1", |
66 | 57 | "clean-webpack-plugin": "0.1.19", |
67 | 58 | "clipboard": "^2.0.8", |
68 | 59 | "copy-webpack-plugin": "^5.0.2", |
69 | 60 | "cosmiconfig": "^5.0.6", |
70 | 61 | "css-loader": "^3.2.0", |
| 62 | + "ejs": "^2.7.2", |
| 63 | + "express": "^4.17.1", |
71 | 64 | "fg-loadjs": "^1.1.0", |
72 | 65 | "fuse.js": "^3.4.5", |
73 | 66 | "hard-source-webpack-plugin-patch": "^0.13.3", |
| 67 | + "hasha": "^5.2.2", |
74 | 68 | "hogan.js": "^3.0.2", |
75 | 69 | "html-loader": "^0.5.5", |
76 | 70 | "html-webpack-plugin": "^4.0.0-beta.11", |
77 | 71 | "lit-element": "^2.2.1", |
78 | 72 | "lit-html": "^1.1.2", |
79 | 73 | "mini-css-extract-plugin": "^0.8.0", |
80 | 74 | "mousetrap": "^1.6.5", |
| 75 | + "portfinder": "^1.0.28", |
81 | 76 | "postcss-loader": "^3.0.0", |
82 | 77 | "preact": "8.3.1", |
83 | 78 | "preact-compat": "3.18.4", |
|
104 | 99 | "ts-loader": "^6.2.1", |
105 | 100 | "webpack": "^4.41.2", |
106 | 101 | "webpack-cli": "^3.3.9", |
| 102 | + "webpack-dev-middleware": "^3.7.2", |
| 103 | + "webpack-hot-middleware": "^2.25.0", |
107 | 104 | "webpack-merge": "^4.2.2", |
| 105 | + "webpackbar": "^4.0.0", |
108 | 106 | "wolfy87-eventemitter": "^5.2.9", |
109 | 107 | "yargs": "^16.2.0" |
110 | 108 | }, |
| 109 | + "dependencies": { |
| 110 | + }, |
111 | 111 | "browserslist": [ |
112 | 112 | "last 2 version", |
113 | 113 | ">0.25%", |
|
0 commit comments