|
1 | 1 | { |
2 | 2 | "name": "react-server-renderer", |
3 | | - "version": "0.2.3", |
| 3 | + "version": "0.3.0", |
4 | 4 | "description": "simple React SSR solution inspired by vue-server-render", |
5 | 5 | "repository": "git@github.com:JounQin/react-server-renderer.git", |
6 | 6 | "main": "lib/index.js", |
7 | 7 | "types": "lib/index.d.ts", |
8 | 8 | "author": "JounQin <admin@1stg.me>", |
9 | 9 | "license": "MIT", |
10 | 10 | "scripts": { |
11 | | - "lint": "tslint -p . -e 'node_modules/**' -e 'lib/**' -t stylish '**/*.ts'", |
| 11 | + "lint": "tslint -p . -t stylish", |
12 | 12 | "prepublishOnly": "tsc" |
13 | 13 | }, |
14 | | - "files": ["lib"], |
| 14 | + "files": [ |
| 15 | + "lib" |
| 16 | + ], |
15 | 17 | "prettier": { |
16 | 18 | "semi": false, |
17 | 19 | "singleQuote": true, |
18 | | - "trailingComma": "all", |
19 | | - "overrides": [ |
20 | | - { |
21 | | - "files": "*.json", |
22 | | - "options": { |
23 | | - "printWidth": 150 |
24 | | - } |
25 | | - } |
26 | | - ] |
| 20 | + "trailingComma": "all" |
27 | 21 | }, |
28 | 22 | "peerDependencies": { |
29 | | - "react": "^16.2.0", |
30 | | - "react-dom": "^16.2.0" |
| 23 | + "react": "^16.4.2", |
| 24 | + "react-dom": "^16.4.2" |
31 | 25 | }, |
32 | 26 | "dependencies": { |
33 | | - "lodash": "^4.17.4", |
34 | | - "resolve": "^1.5.0", |
35 | | - "serialize-javascript": "^1.4.0", |
| 27 | + "lodash": "^4.17.11", |
| 28 | + "resolve": "^1.8.1", |
| 29 | + "serialize-javascript": "^1.5.0", |
36 | 30 | "source-map": "^0.7.0" |
37 | 31 | }, |
38 | 32 | "devDependencies": { |
39 | | - "@types/node": "^10.0.3", |
40 | | - "@types/react": "^16.0.31", |
41 | | - "@types/react-dom": "^16.0.3", |
42 | | - "prettier": "^1.9.2", |
43 | | - "react": "^16.2.0", |
44 | | - "react-dom": "^16.2.0", |
45 | | - "tslint": "^5.8.0", |
46 | | - "tslint-config-prettier": "^1.6.0", |
| 33 | + "@types/node": "^10.10.0", |
| 34 | + "@types/react": "^16.4.14", |
| 35 | + "@types/react-dom": "^16.0.7", |
| 36 | + "prettier": "^1.14.2", |
| 37 | + "react": "^16.5.1", |
| 38 | + "react-dom": "^16.5.1", |
| 39 | + "tslint": "^5.11.0", |
| 40 | + "tslint-config-prettier": "^1.15.0", |
47 | 41 | "tslint-plugin-prettier": "^2.0.0", |
48 | | - "typescript": "^2.6.2" |
| 42 | + "typescript": "^3.0.3" |
49 | 43 | } |
50 | 44 | } |
0 commit comments