-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.65 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
{
"name": "vue-telescope-expo",
"main": "./dist/vue-telescope-expo.common.js",
"description": "Fully customizable expo component for Vue.js that fetches data from VueTelescope",
"version": "1.0.1",
"private": false,
"scripts": {
"build": "vue-cli-service build --target lib --name telescopeexpo --filename vue-telescope-expo src/main.js",
"test": "rm -rf .nyc_output coverage && NODE_ENV=test cypress run-ct",
"lint": "vue-cli-service lint",
"ci": "yarn lint && yarn test"
},
"files": [
"dist",
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/oruga-ui/vue-telescope-expo.git"
},
"author": "Andrea Stagi <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/oruga-ui/vue-telescope-expo/issues"
},
"homepage": "https://github.com/oruga-ui/vue-telescope-expo",
"keywords": [
"Expo",
"VueTelescope",
"Sites",
"Libraries",
"Frameworks"
],
"dependencies": {},
"peerDependencies": {
"vue": "~2"
},
"devDependencies": {
"@cypress/code-coverage": "^3.9.9",
"@cypress/vue": "^2.2.3",
"@cypress/webpack-dev-server": "^1.4.0",
"@vue/cli-plugin-babel": "~4.4.0",
"@vue/cli-plugin-eslint": "~4.4.0",
"@vue/cli-plugin-unit-jest": "~4.4.0",
"@vue/cli-service": "~4.4.0",
"@vue/test-utils": "^1.0.3",
"babel-eslint": "^10.1.0",
"babel-plugin-istanbul": "^6.0.0",
"core-js": "^3.6.5",
"cypress": "^7.7.0",
"eslint": "^6.7.2",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-vue": "^6.2.2",
"flush-promises": "^1.0.2",
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.11"
}
}