|
24 | 24 | "author": "Kenny Wang",
|
25 | 25 | "license": "MIT",
|
26 | 26 | "dependencies": {
|
27 |
| - "@nuxtjs/friendly-errors-webpack-plugin": "^2.0.2", |
28 |
| - "babel-cli": "^6.26.0", |
29 |
| - "babel-core": "^6.26.0", |
30 |
| - "babel-eslint": "^8.2.3", |
31 |
| - "babel-loader": "^7.1.4", |
32 |
| - "babel-plugin-syntax-dynamic-import": "^6.18.0", |
33 |
| - "babel-plugin-transform-async-to-generator": "^6.24.1", |
34 |
| - "babel-plugin-transform-class-properties": "^6.24.1", |
35 |
| - "babel-plugin-transform-object-rest-spread": "^6.26.0", |
36 |
| - "babel-plugin-transform-runtime": "^6.23.0", |
37 |
| - "babel-polyfill": "^6.26.0", |
38 |
| - "babel-preset-env": "^1.6.1", |
39 |
| - "babel-preset-react": "^6.24.1", |
40 |
| - "classnames": "^2.2.5", |
41 |
| - "colors-cli": "^1.0.13", |
42 |
| - "commander": "^2.12.2", |
43 |
| - "copy-markdown-image-webpack-plugin": "^2.0.0", |
44 |
| - "copy-template-dir": "^1.3.0", |
45 |
| - "create-spare-webpack-plugin": "^2.0.0", |
46 |
| - "css-loader": "^0.28.7", |
47 |
| - "detect-port": "^1.2.2", |
48 |
| - "directory-tree-md": "^2.0.7", |
49 |
| - "eslint": "^4.19.1", |
50 |
| - "eslint-config-airbnb": "^16.1.0", |
51 |
| - "eslint-loader": "^2.0.0", |
52 |
| - "eslint-plugin-import": "^2.11.0", |
53 |
| - "eslint-plugin-jsx-a11y": "^6.0.3", |
54 |
| - "eslint-plugin-react": "^7.7.0", |
55 |
| - "file-loader": "^1.1.11", |
56 |
| - "fs-extra": "^5.0.0", |
57 |
| - "gh-pages": "^1.2.0", |
58 |
| - "highlight.js": "^9.12.0", |
59 |
| - "html-webpack-plugin": "^3.2.0", |
60 |
| - "less": "^3.0.2", |
61 |
| - "less-loader": "^4.1.0", |
62 |
| - "loading-cli": "^1.0.6", |
63 |
| - "local-ip-url": "^1.0.1", |
64 |
| - "mini-css-extract-plugin": "^0.4.0", |
65 |
| - "open-browsers": "^1.1.1", |
66 |
| - "optimize-css-assets-webpack-plugin": "^4.0.0", |
67 |
| - "postcss-flexbugs-fixes": "^3.2.0", |
68 |
| - "postcss-loader": "^2.0.9", |
69 |
| - "raw-content-replace-loader": "^1.0.1", |
70 |
| - "raw-extend-loader": "^1.0.5", |
71 |
| - "raw-tree-replace-loader": "^1.1.0", |
72 |
| - "react": "^16.3.2", |
73 |
| - "react-document-title": "^2.0.3", |
74 |
| - "react-dom": "^16.3.2", |
75 |
| - "react-dynamic-loadable": "^1.0.8", |
76 |
| - "react-hot-loader": "^4.1.1", |
77 |
| - "react-markdown": "^3.3.0", |
78 |
| - "react-router-dom": "^4.2.2", |
79 |
| - "rimraf": "^2.6.2", |
80 |
| - "string-replace-loader": "^2.1.1", |
81 |
| - "style-loader": "^0.19.1", |
82 |
| - "upath": "^1.0.2", |
83 |
| - "url-replace-loader": "^1.0.0", |
84 |
| - "webpack": "^4.10.2", |
85 |
| - "webpack-cli": "^3.0.1", |
86 |
| - "webpack-dev-middleware": "^3.1.3", |
87 |
| - "webpack-dev-server": "^3.1.4", |
88 |
| - "webpack-hot-dev-clients": "^1.0.4", |
89 |
| - "webpackbar": "^2.6.1", |
90 |
| - "write": "^1.0.3" |
| 27 | + "@nuxtjs/friendly-errors-webpack-plugin": "2.0.2", |
| 28 | + "babel-cli": "6.26.0", |
| 29 | + "babel-core": "6.26.0", |
| 30 | + "babel-eslint": "8.2.3", |
| 31 | + "babel-loader": "7.1.4", |
| 32 | + "babel-plugin-syntax-dynamic-import": "6.18.0", |
| 33 | + "babel-plugin-transform-async-to-generator": "6.24.1", |
| 34 | + "babel-plugin-transform-class-properties": "6.24.1", |
| 35 | + "babel-plugin-transform-object-rest-spread": "6.26.0", |
| 36 | + "babel-plugin-transform-runtime": "6.23.0", |
| 37 | + "babel-polyfill": "6.26.0", |
| 38 | + "babel-preset-env": "1.6.1", |
| 39 | + "babel-preset-react": "6.24.1", |
| 40 | + "classnames": "2.2.5", |
| 41 | + "colors-cli": "1.0.13", |
| 42 | + "commander": "2.12.2", |
| 43 | + "copy-markdown-image-webpack-plugin": "2.0.0", |
| 44 | + "copy-template-dir": "1.3.0", |
| 45 | + "create-spare-webpack-plugin": "2.0.0", |
| 46 | + "css-loader": "0.28.7", |
| 47 | + "detect-port": "1.2.2", |
| 48 | + "directory-tree-md": "2.0.7", |
| 49 | + "eslint": "4.19.1", |
| 50 | + "eslint-config-airbnb": "16.1.0", |
| 51 | + "eslint-loader": "2.0.0", |
| 52 | + "eslint-plugin-import": "2.11.0", |
| 53 | + "eslint-plugin-jsx-a11y": "6.0.3", |
| 54 | + "eslint-plugin-react": "7.7.0", |
| 55 | + "file-loader": "1.1.11", |
| 56 | + "fs-extra": "5.0.0", |
| 57 | + "gh-pages": "1.2.0", |
| 58 | + "highlight.js": "9.12.0", |
| 59 | + "html-webpack-plugin": "3.2.0", |
| 60 | + "less": "3.0.2", |
| 61 | + "less-loader": "4.1.0", |
| 62 | + "loading-cli": "1.0.6", |
| 63 | + "local-ip-url": "1.0.1", |
| 64 | + "mini-css-extract-plugin": "0.4.0", |
| 65 | + "open-browsers": "1.1.1", |
| 66 | + "optimize-css-assets-webpack-plugin": "4.0.0", |
| 67 | + "postcss-flexbugs-fixes": "3.2.0", |
| 68 | + "postcss-loader": "2.0.9", |
| 69 | + "raw-content-replace-loader": "1.0.1", |
| 70 | + "raw-extend-loader": "1.0.5", |
| 71 | + "raw-tree-replace-loader": "1.1.0", |
| 72 | + "react": "16.3.2", |
| 73 | + "react-document-title": "2.0.3", |
| 74 | + "react-dom": "16.3.2", |
| 75 | + "react-dynamic-loadable": "1.0.8", |
| 76 | + "react-hot-loader": "4.1.1", |
| 77 | + "react-markdown": "3.3.0", |
| 78 | + "react-router-dom": "4.2.2", |
| 79 | + "rimraf": "2.6.2", |
| 80 | + "string-replace-loader": "2.1.1", |
| 81 | + "style-loader": "0.19.1", |
| 82 | + "uglifyjs-webpack-plugin": "2.1.1", |
| 83 | + "upath": "1.0.2", |
| 84 | + "url-replace-loader": "1.0.0", |
| 85 | + "webpack": "4.10.2", |
| 86 | + "webpack-cli": "3.0.1", |
| 87 | + "webpack-dev-middleware": "3.1.3", |
| 88 | + "webpack-dev-server": "3.1.4", |
| 89 | + "webpack-hot-dev-clients": "1.0.4", |
| 90 | + "webpackbar": "2.6.1", |
| 91 | + "write": "1.0.3" |
91 | 92 | },
|
92 | 93 | "devDependencies": {
|
93 |
| - "release-it": "^7.4.7" |
| 94 | + "release-it": "7.4.7" |
94 | 95 | }
|
95 | 96 | }
|
0 commit comments