|
1 | 1 | {
|
2 | 2 | "name": "react-css-transition",
|
3 |
| - "version": "0.1.0-alpha.7", |
4 |
| - "description": "CSS transitions", |
| 3 | + "version": "0.2.0-beta", |
| 4 | + "description": "CSS Transition Component for React", |
5 | 5 | "homepage": "https://github.com/wikiwi/react-css-transition",
|
6 | 6 | "repository": {
|
7 | 7 | "type": "git",
|
|
19 | 19 | "main": "./cjs/index.js",
|
20 | 20 | "typings": "./lib/index.d.ts",
|
21 | 21 | "scripts": {
|
22 |
| - "build": "gulp && webpack", |
| 22 | + "build": "gulp && webpack && cross-env BUILD_MINIFIED=true webpack", |
23 | 23 | "clean": "rm -r -f dist lib cjs coverage",
|
24 | 24 | "ci:coveralls": "cat coverage/lcov.info | coveralls",
|
25 | 25 | "release": "npm version -m 'react-css-transition release %s'",
|
|
35 | 35 | "node": ">=4"
|
36 | 36 | },
|
37 | 37 | "keywords": [
|
38 |
| - "vendor-prefix", |
39 |
| - "hoc", |
40 |
| - "context", |
41 |
| - "react" |
| 38 | + "react", |
| 39 | + "component", |
| 40 | + "transitiongroup", |
| 41 | + "transition", |
| 42 | + "animation", |
| 43 | + "tween" |
42 | 44 | ],
|
43 | 45 | "author": "Chi Vinh Le and contributors (https://github.com/wikiwi/react-css-transition/graphs/contributors)",
|
44 | 46 | "license": "MIT",
|
45 | 47 | "peerDependencies": {
|
46 | 48 | "react": "^0.14.0 || ^15.0.0-0"
|
47 | 49 | },
|
48 |
| - "dependencies": { |
49 |
| - "warning": "^3.0.0" |
50 |
| - }, |
51 | 50 | "devDependencies": {
|
52 | 51 | "@typeless/warning": "^3.0.0",
|
53 | 52 | "@types/chai": "^3.4.34",
|
54 | 53 | "@types/enzyme": "^2.5.37",
|
55 | 54 | "@types/jsdom": "^2.0.29",
|
56 | 55 | "@types/mocha": "^2.2.32",
|
57 |
| - "@types/object-assign": "^4.0.30", |
58 | 56 | "@types/react": "^0.14.43",
|
59 |
| - "@types/rewire": "^2.5.27", |
60 | 57 | "@types/sinon": "^1.16.31",
|
61 |
| - "awesome-typescript-loader": "^3.0.0-beta.8", |
| 58 | + "awesome-typescript-loader": "^3.0.0-beta.17", |
62 | 59 | "cash-rm": "^0.2.0",
|
63 | 60 | "chai": "^3.5.0",
|
64 | 61 | "coveralls": "^2.11.14",
|
|
71 | 68 | "gulp-eslint": "^3.0.1",
|
72 | 69 | "gulp-jsonlint": "^1.1.2",
|
73 | 70 | "gulp-sourcemaps": "^2.2.0",
|
74 |
| - "gulp-tslint": "^6.1.2", |
75 |
| - "gulp-typescript": "^3.0.2", |
| 71 | + "gulp-tslint": "^7.0.1", |
| 72 | + "gulp-typescript": "^3.1.3", |
76 | 73 | "gulp-yaml-validate": "^1.0.2",
|
77 | 74 | "istanbul": "^1.1.0-alpha.1",
|
78 | 75 | "istanbul-instrumenter-loader": "^1.0.0",
|
|
88 | 85 | "karma-webpack": "^1.8.0",
|
89 | 86 | "merge2": "^1.0.2",
|
90 | 87 | "mocha": "^3.1.2",
|
91 |
| - "object-assign": "^4.1.0", |
92 | 88 | "react": "^15.3.2",
|
93 | 89 | "react-addons-test-utils": "^15.3.2",
|
94 | 90 | "react-dom": "^15.3.2",
|
95 |
| - "rewire": "^2.5.2", |
96 |
| - "sinon": "^2.0.0-pre.2", |
| 91 | + "sinon": "^2.0.0-pre.4", |
97 | 92 | "ts-node": "~1.2.3",
|
98 |
| - "tslint": "^3.15.1", |
99 |
| - "typescript": "^2.0.6", |
100 |
| - "webpack": "^2.1.0-beta.25" |
| 93 | + "tslint": "^4.1.1", |
| 94 | + "typescript": "^2.1.4", |
| 95 | + "webpack": "^2.2.0-rc.1" |
101 | 96 | }
|
102 | 97 | }
|
0 commit comments