forked from gloriasoft/vuereact-combined
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.68 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "vuereact-combined",
"private": false,
"version": "1.2.6",
"description": "Vue和React快捷集成的工具包,并且适合复杂的集成场景",
"main": "dist/vuereact.umd.js",
"module": "dist/vuereact.esm.js",
"typings": "types/vuereact.d.ts",
"scripts": {
"build": "cross-env BABEL_ENV=rollup rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devilwjp/vuereact-combined.git"
},
"author": "Devle Wu",
"license": "ISC",
"bugs": {
"url": "https://github.com/devilwjp/vuereact-combined/issues"
},
"files": [
"dist",
"types"
],
"homepage": "https://github.com/devilwjp/vuereact-combined#readme",
"peerDependencies": {
"react": ">= 16.3.0",
"react-dom": ">= 16.3.0",
"vue": "^2.6.0"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/plugin-external-helpers": "^7.7.4",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-object-rest-spread": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"babel-preset-latest": "^6.24.1",
"cross-env": "^6.0.3",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"rollup": "^1.27.5",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-uglify": "^6.0.3",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10",
"vue-template-es2015-compiler": "^1.9.1"
},
"keywords": [
"vue",
"react",
"vuereact",
"reactvue",
"vueinreact",
"reactinvue",
"redux",
"vuex",
"lazyvue",
"lazyreact"
],
"dependencies": {
"portal-vue": "^2.1.7"
}
}