|
1 | 1 | {
|
2 | 2 | "name": "@nut-project/driver-pages",
|
3 | 3 | "version": "1.0.0-alpha.3",
|
4 |
| - "publishConfig": { |
5 |
| - "access": "public" |
6 |
| - }, |
7 | 4 | "description": "A framework born for micro frontends",
|
8 | 5 | "keywords": [
|
9 |
| - "microfrontends", |
10 |
| - "micro", |
11 |
| - "frontend", |
12 | 6 | "architecture",
|
13 |
| - "spa", |
14 | 7 | "cli",
|
15 |
| - "static site generator", |
16 |
| - "hmr" |
17 |
| - ], |
18 |
| - "main": "lib/index.js", |
19 |
| - "files": [ |
20 |
| - "bin", |
21 |
| - "lib", |
22 |
| - "yarn.lock", |
23 |
| - "README.md" |
| 8 | + "frontend", |
| 9 | + "hmr", |
| 10 | + "micro", |
| 11 | + "microfrontends", |
| 12 | + "spa", |
| 13 | + "static site generator" |
24 | 14 | ],
|
25 |
| - "engines": { |
26 |
| - "node": ">=8.9.0" |
27 |
| - }, |
28 |
| - "repository": "https://github.com/nut-project/nut/tree/master/packages/gatherer", |
29 | 15 | "homepage": "http://nut.js.org",
|
30 | 16 | "bugs": {
|
31 | 17 | "url": "https://github.com/nut-project/nut/issues/new/choose"
|
32 | 18 | },
|
33 |
| - "scripts": { |
34 |
| - "prepublishOnly": "cp ../../README.md ./README.md" |
35 |
| - }, |
| 19 | + "repository": "https://github.com/nut-project/nut/tree/master/packages/gatherer", |
| 20 | + "license": "MIT", |
36 | 21 | "author": {
|
37 | 22 | "name": "fengzilong",
|
38 | 23 | "email": "fengzilong1992@gmail.com",
|
39 | 24 | "url": "https://github.com/fengzilong"
|
40 | 25 | },
|
41 |
| - "license": "MIT", |
| 26 | + "files": [ |
| 27 | + "bin", |
| 28 | + "lib", |
| 29 | + "yarn.lock", |
| 30 | + "README.md" |
| 31 | + ], |
| 32 | + "main": "lib/index.js", |
| 33 | + "scripts": { |
| 34 | + "prepublishOnly": "cp ../../README.md ./README.md" |
| 35 | + }, |
42 | 36 | "dependencies": {
|
| 37 | + "@babel/core": "^7.6.2", |
| 38 | + "@babel/plugin-syntax-dynamic-import": "^7.2.0", |
| 39 | + "@babel/plugin-transform-runtime": "^7.6.2", |
| 40 | + "@babel/preset-env": "^7.6.2", |
| 41 | + "@babel/preset-react": "^7.0.0", |
| 42 | + "@babel/runtime": "^7.6.2", |
43 | 43 | "@nut-project/dev-utils": "^1.0.0-alpha.2",
|
| 44 | + "@nut-project/mini-css-extract": "^1.0.0-alpha.2", |
44 | 45 | "@nut-project/webpack": "^1.0.0-alpha.2",
|
45 | 46 | "@nut-project/webpack-virtual-modules": "^1.0.0-alpha.2",
|
| 47 | + "@vue/babel-helper-vue-jsx-merge-props": "^1.0.0", |
| 48 | + "@vue/babel-preset-jsx": "^1.1.0", |
| 49 | + "autoprefixer": "^9.6.1", |
| 50 | + "babel-loader": "^8.0.6", |
| 51 | + "cache-loader": "^4.1.0", |
| 52 | + "case-sensitive-paths-webpack-plugin": "^2.2.0", |
46 | 53 | "chokidar": "^3.1.0",
|
| 54 | + "clean-webpack-plugin": "^3.0.0", |
| 55 | + "copy-webpack-plugin": "^5.0.4", |
| 56 | + "css-loader": "^3.2.0", |
47 | 57 | "exit": "^0.1.2",
|
| 58 | + "file-loader": "^4.2.0", |
| 59 | + "fork-ts-checker-webpack-plugin": "^1.5.0", |
| 60 | + "friendly-errors-webpack-plugin": "^1.7.0", |
48 | 61 | "globby": "^10.0.1",
|
49 | 62 | "html-webpack-plugin": "^3.2.0",
|
50 | 63 | "import-fresh": "^3.1.0",
|
| 64 | + "less": "^3.10.3", |
| 65 | + "less-loader": "^5.0.0", |
| 66 | + "optimize-css-assets-webpack-plugin": "^5.0.3", |
| 67 | + "postcss": "^7.0.21", |
| 68 | + "postcss-loader": "^3.0.0", |
51 | 69 | "pretty-bytes": "^5.2.0",
|
| 70 | + "pug": "^2.0.4", |
| 71 | + "pug-plain-loader": "^1.0.0", |
| 72 | + "raw-loader": "^3.1.0", |
52 | 73 | "readline": "^1.3.0",
|
53 | 74 | "resolve-from": "^5.0.0",
|
| 75 | + "sass": "^1.23.3", |
| 76 | + "sass-loader": "^8.0.0", |
| 77 | + "style-loader": "^1.0.0", |
| 78 | + "stylus": "^0.54.7", |
| 79 | + "stylus-loader": "^3.0.2", |
54 | 80 | "tapable": "^1.1.3",
|
| 81 | + "terser-webpack-plugin": "^2.1.0", |
| 82 | + "thread-loader": "^2.1.3", |
55 | 83 | "tildify": "^2.0.0",
|
| 84 | + "ts-loader": "^6.1.2", |
| 85 | + "tslint": "^5.18.0", |
| 86 | + "typescript": "^3.6.3", |
| 87 | + "url-loader": "^2.1.0", |
| 88 | + "vue": "^2.6.10", |
| 89 | + "vue-loader": "^15.7.2", |
| 90 | + "vue-template-compiler": "^2.6.10", |
56 | 91 | "webpack-bundle-analyzer": "^3.6.0",
|
57 | 92 | "webpackbar": "^4.0.0",
|
58 | 93 | "why-is-node-running": "^2.1.0"
|
| 94 | + }, |
| 95 | + "engines": { |
| 96 | + "node": ">=8.9.0" |
| 97 | + }, |
| 98 | + "publishConfig": { |
| 99 | + "access": "public" |
59 | 100 | }
|
60 | 101 | }
|
0 commit comments