|
1 | 1 | { |
2 | | - "name": "reactivedb-expmple", |
3 | | - "version": "0.7.0", |
4 | | - "description": "Example for ReactiveDB", |
5 | | - "main": "index.ts", |
| 2 | + "name": "reactivedb-todo-mvc", |
| 3 | + "version": "0.0.1", |
| 4 | + "description": "", |
| 5 | + "main": "index.js", |
6 | 6 | "scripts": { |
7 | | - "test": "echo \"Error: no test specified\" && exit 1" |
| 7 | + "dev": "cross-env NODE_ENV=development webpack-dev-server --hot --port 9999", |
| 8 | + "build": "cross-env NODE_ENV=production webpack" |
8 | 9 | }, |
9 | | - "repository": { |
10 | | - "type": "git", |
11 | | - "url": "git+https://github.com/teambition/ReactiveDB.git" |
12 | | - }, |
13 | | - "keywords": [ |
14 | | - "ReactiveDB", |
15 | | - "RxJS", |
16 | | - "Lovefield" |
17 | | - ], |
18 | | - "author": "lynweklm@gmail.com", |
19 | | - "license": "MIT", |
20 | | - "bugs": { |
21 | | - "url": "https://github.com/teambition/ReactiveDB/issues" |
| 10 | + "keywords": [], |
| 11 | + "author": "", |
| 12 | + "license": "ISC", |
| 13 | + "devDependencies": { |
| 14 | + "@types/react": "^16.7.20", |
| 15 | + "@types/react-dom": "^16.0.11", |
| 16 | + "cross-env": "^5.2.0", |
| 17 | + "ts-loader": "^5.2.2", |
| 18 | + "tslint": "^5.11.0", |
| 19 | + "tslint-config-standard": "^8.0.1", |
| 20 | + "tslint-loader": "^3.5.4", |
| 21 | + "typescript": "^3.2.4", |
| 22 | + "webpack": "^4.23.1", |
| 23 | + "webpack-cli": "^3.1.2", |
| 24 | + "webpack-dev-server": "^3.1.10" |
22 | 25 | }, |
23 | | - "homepage": "https://github.com/teambition/ReactiveDB#readme", |
24 | 26 | "dependencies": { |
25 | | - "antd": "^2.7.3", |
26 | | - "react": "^15.4.2", |
27 | | - "react-dom": "^15.4.2" |
28 | | - }, |
29 | | - "devDependencies": { |
30 | | - "typescript": "^2.2.1" |
| 27 | + "@types/classnames": "^2.2.6", |
| 28 | + "classnames": "^2.2.6", |
| 29 | + "react": "^16.8.0-alpha.0", |
| 30 | + "react-dom": "16.8.0-alpha.0", |
| 31 | + "reactivedb": "0.12.0-alpha.1-incremental", |
| 32 | + "rxjs": "^6.3.3" |
31 | 33 | } |
32 | 34 | } |
0 commit comments