forked from GeekyAnts/vue-native-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
139 lines (139 loc) · 4.47 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "vue-native-core",
"version": "0.1.4",
"description": "Create mobile apps using vuejs",
"main": "dist/vue.runtime.esm.js",
"module": "dist/vue.runtime.esm.js",
"unpkg": "dist/vue.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": "Geekyants (https://geekyants.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/GeekyAnts/vue-native-core/issues"
},
"files": [
"src",
"dist/*.js",
"types/*.d.ts"
],
"scripts": {
"build": "node build/build.js",
"test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex",
"test:unit": "karma start build/karma.unit.config.js",
"test:cover": "karma start build/karma.cover.config.js",
"test:e2e": "npm run build -- vue.min.js && node test/e2e/runner.js",
"test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2",
"test:types": "tsc -p ./types/test/tsconfig.json",
"lint": "eslint src build test",
"flow": "flow check",
"sauce": "karma start build/karma.sauce.config.js",
"release": "bash build/release.sh",
"install:hooks": "ln -fs ../../build/git-hooks/pre-commit .git/hooks/pre-commit",
"run-vue": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"postinstall": "opencollective-postinstall"
},
"homepage": "https://github.com/GeekyAnts/vue-native-core",
"devDependencies": {
"babel-core": "^6.9.0",
"babel-eslint": "^7.1.0",
"babel-helper-vue-jsx-merge-props": "^2.0.2",
"babel-loader": "^6.2.4",
"babel-plugin-istanbul": "^4.0.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-vue-jsx": "^3.2.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-flow-vue": "^1.0.0",
"babel-preset-latest": "^6.0.0",
"babel-preset-react": "^6.24.1",
"buble": "^0.19.8",
"chalk": "^1.1.3",
"change-case": "^3.0.1",
"chromedriver": "^2.21.2",
"codecov.io": "^0.1.6",
"cross-env": "^3.0.0",
"cross-spawn": "^5.0.1",
"css-loader": "^0.25.0",
"de-indent": "^1.0.2",
"element-ui": "^1.3.4",
"es6-promise": "^4.0.5",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-config-vue": "^2.0.1",
"eslint-loader": "^1.3.0",
"eslint-plugin-flowtype": "^2.16.0",
"eslint-plugin-jasmine": "^2.1.0",
"eslint-plugin-react": "^6.10.3",
"eslint-plugin-react-native": "^2.3.2",
"eslint-plugin-vue": "^2.0.0",
"express": "^4.15.2",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"flow-bin": "^0.39.0",
"hash-sum": "^1.0.2",
"he": "^1.1.0",
"http-server": "^0.9.0",
"jasmine": "^2.5.2",
"jasmine-core": "^2.5.2",
"js-beautify": "^1.6.14",
"karma": "^1.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-mocha-reporter": "^2.0.4",
"karma-phantomjs-launcher": "^1.0.0",
"karma-safari-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.0.0",
"karma-sourcemap-loader": "^0.3.0",
"karma-webpack": "^2.0.1",
"lodash": "^4.17.1",
"lodash.template": "^4.4.0",
"lru-cache": "^4.0.2",
"nightwatch": "^0.9.9",
"nightwatch-helpers": "^1.2.0",
"node-sass": "^4.5.3",
"phantomjs-prebuilt": "^2.1.1",
"pug": "^2.0.0-rc.1",
"pug-loader": "^2.3.0",
"resolve": "^1.2.0",
"rollup": "^1.17.0",
"rollup-plugin-alias": "^1.5.2",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-flow-no-whitespace": "^1.0.0",
"rollup-plugin-replace": "^2.2.0",
"sass-loader": "^6.0.5",
"selenium-server": "^2.53.1",
"serialize-javascript": "^3.1.0",
"typescript": "^2.1.6",
"uglify-js": "^3.6.0",
"vue-loader": "^12.0.4",
"webpack": "^2.4.1",
"webpack-dev-middleware": "^1.10.2",
"webpack-dev-server": "^2.2.0"
},
"dependencies": {
"opencollective": "^1.0.3",
"opencollective-postinstall": "^2.0.0",
"react": "^15.5.4",
"react-dom": "^15.5.4"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/vue-native-core"
}
}