|
1 | 1 | { |
2 | 2 | "name": "@ssense/flip", |
3 | | - "version": "1.0.0", |
| 3 | + "version": "0.0.1", |
4 | 4 | "description": "A React to Vue Component Transpiler", |
5 | 5 | "repository": { |
6 | 6 | "type": "git", |
|
23 | 23 | "babel" |
24 | 24 | ], |
25 | 25 | "author": "Quinn Langille <quinn.langille@ssense.com>", |
26 | | - "license": "ISC", |
| 26 | + "license": "MIT", |
27 | 27 | "peerDependencies": { |
28 | 28 | "prop-types": "^15.6.2", |
29 | 29 | "react": "^16.4.2", |
|
32 | 32 | "vue-styled-components": "^1.3.0" |
33 | 33 | }, |
34 | 34 | "dependencies": { |
| 35 | + "commander": "^2.17.1" |
| 36 | + }, |
| 37 | + "devDependencies": { |
35 | 38 | "@babel/cli": "^7.0.0", |
36 | | - "@babel/core": "^7.0.0-rc.2", |
| 39 | + "@babel/register": "^7.0.0", |
37 | 40 | "@babel/node": "^7.0.0-rc.2", |
| 41 | + "@babel/core": "^7.0.0-rc.2", |
38 | 42 | "@babel/plugin-proposal-class-properties": "^7.0.0", |
39 | 43 | "@babel/plugin-proposal-object-rest-spread": "^7.0.0-rc.3", |
40 | 44 | "@babel/polyfill": "^7.0.0", |
|
43 | 47 | "babel-helper-vue-jsx-merge-props": "file:src/utils/merge-props", |
44 | 48 | "babel-plugin-syntax-jsx": "^6.18.0", |
45 | 49 | "babel-preset-vue": "file:src/utils/vue-preset", |
46 | | - "commander": "^2.17.1", |
47 | 50 | "react-to-vue": "file:src/utils/react-to-vue", |
48 | 51 | "rollup": "^0.64.1", |
49 | 52 | "rollup-plugin-babel": "^4.0.0-beta.8", |
50 | | - "rollup-plugin-node-resolve": "^3.3.0" |
51 | | - }, |
52 | | - "devDependencies": { |
53 | | - "@babel/register": "^7.0.0", |
54 | | - "babel-register": "^6.26.0", |
| 53 | + "rollup-plugin-node-resolve": "^3.3.0", |
55 | 54 | "chai": "^4.2.0", |
56 | 55 | "fs-extra": "^7.0.0", |
57 | 56 | "mocha": "4", |
|
0 commit comments