-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 784 Bytes
/
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
{
"name": "react-vue-native-scripts",
"version": "0.0.4",
"description": "Compile Vue component to React Native",
"main": "index.js",
"scripts": {},
"bin": {
"react-vue-native-scripts": "./src/bin/react-native-vue-script.js"
},
"author": "ZC",
"license": "ISC",
"dependencies": {
"babel-core": "^6.25.0",
"cross-spawn": "^5.1.0",
"css-parse": "^2.0.0",
"fs-extra": "^3.0.1",
"js-beautify": "^1.6.14",
"node-watch": "^0.5.4",
"walk": "^2.3.9",
"react-vue-template-compiler": "^0.0.7-alpha-1"
},
"devDependencies": {
"eslint": "^4.0.0"
},
"bugs": {
"url": "https://github.com/SmallComfort/react-vue/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SmallComfort/react-vue"
}
}