|
1 | 1 | { |
2 | 2 | "name": "yk-cli", |
3 | | - "version": "2.5.4", |
| 3 | + "version": "2.6.1", |
4 | 4 | "description": "ykcli for ssr", |
5 | 5 | "main": "./bin/index.js", |
6 | 6 | "types": "types/index.d.ts", |
|
17 | 17 | "url": "git+https://github.com/ykfe/yk-cli.git" |
18 | 18 | }, |
19 | 19 | "dependencies": { |
20 | | - "@babel/core": "^7.5.5", |
21 | | - "@babel/plugin-transform-runtime": "^7.5.5", |
22 | | - "@babel/preset-env": "^7.5.5", |
23 | | - "@babel/preset-react": "^7.0.0", |
24 | | - "@babel/register": "^7.5.5", |
25 | | - "@babel/runtime": "^7.5.5", |
26 | | - "babel-plugin-module-resolver": "^3.2.0", |
27 | | - "babel-plugin-transform-define": "^1.3.1", |
28 | 20 | "download-git-repo": "^2.0.0", |
29 | 21 | "inquirer": "6.3.1", |
30 | | - "module": "^1.2.5", |
31 | 22 | "nunjucks": "^3.2.0", |
32 | 23 | "ora": "^3.4.0", |
33 | 24 | "react": "^16.8.3", |
34 | 25 | "react-dom": "^16.8.3", |
35 | 26 | "shelljs": "^0.8.3", |
36 | 27 | "webpack": "^4.39.1", |
37 | 28 | "webpack-dev-server": "^3.7.2", |
| 29 | + "webpack-node-externals": "^1.7.2", |
38 | 30 | "yargs": "^13.2.4" |
39 | 31 | }, |
40 | 32 | "devDependencies": { |
| 33 | + "@types/webpack": "^4.39.3", |
41 | 34 | "@types/inquirer": "^6.0.3", |
42 | 35 | "@types/node": "^12.7.2", |
43 | 36 | "@types/nunjucks": "^3.1.1", |
44 | 37 | "@types/react": "^16.8.23", |
45 | 38 | "@types/react-dom": "^16.8.4", |
46 | 39 | "@types/shelljs": "^0.8.5", |
47 | 40 | "@types/yargs": "^13.0.0", |
48 | | - "braces": ">=2.3.1", |
49 | | - "concat-stream": ">=1.5.2", |
50 | | - "lodash.template": ">=4.5.0", |
51 | 41 | "typescript": "^3.5.2" |
52 | 42 | }, |
53 | 43 | "keywords": [], |
|
0 commit comments