-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.55 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
{
"name": "vue-native-core",
"version": "0.0.6",
"description": "Create mobile apps using vuejs",
"main": "packages/vue-native-core/index.js",
"typings": "types/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/GeekyAnts/vue-native-core.git"
},
"keywords": [
"vue",
"native",
"mobile"
],
"engines": {
"node": "^4.5 || >=5.10"
},
"engineStrict": true,
"author": "Chainius (https://www.bit4you.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/chainius/vue-native3/issues"
},
"files": [
"src",
"packages",
"types/*.d.ts"
],
"scripts": {
"lint": "eslint src",
"lint:fix": "eslint --fix src",
"build": "node scripts/build.js",
"release": "bash scripts/release.sh"
},
"homepage": "https://github.com/chainius/vue-native3",
"dependencies": {
"@babel/plugin-transform-object-assign": "^7.18.6",
"@rollup/plugin-node-resolve": "^14.1.0",
"@vitejs/plugin-vue": "^3.1.2",
"@vue/compiler-sfc": "^3.2.40",
"css-to-react-native-transform": "^2.0.0",
"eslint": "^8.24.0",
"eslint-plugin-react": "^7.31.8",
"google-closure-compiler": "^20221004.0.0",
"graphql-tag": "^2.12.6",
"rollup": "^2.79.1",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-prettier": "^2.2.2",
"stringify-object": "^4.0.1",
"uglify-js": "^3.17.3",
"unplugin": "^0.9.6"
}
}