-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.98 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
{
"name": "vue-inline-editable",
"version": "0.0.14",
"main": "dist/vue-inline-editable.common.js",
"types": "index.d.ts",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build-bundle": "vue-cli-service build --target lib --name vue-inline-editable ./src/vue-inline-editable.ts",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"files": [
"dist/*",
"src/*",
"index.d.ts",
"package.json"
],
"keywords": [
"xedit",
"inline",
"vue-inline-editable"
],
"license": "MIT",
"author": "mihnsen <[email protected]> (https://github.com/mihnsen/)",
"devDependencies": {
"@types/jest": "^24.0.11",
"@vue/cli-plugin-babel": "^4.0.0",
"@vue/cli-plugin-eslint": "^4.0.0",
"@vue/cli-plugin-typescript": "^4.0.0",
"@vue/cli-plugin-unit-jest": "^4.0.0",
"@vue/cli-service": "^4.0.0",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/eslint-config-typescript": "^4.0.0",
"@vue/test-utils": "1.0.0-beta.29",
"apollo-boost": "^0.4.7",
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"core-js": "^3.3.2",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"graphql": "^14.5.8",
"pug": "^2.0.4",
"pug-plain-loader": "^1.0.0",
"sass": "^1.19.0",
"sass-loader": "^8.0.0",
"typescript": "~3.5.3",
"vue": "^2.6.11",
"vue-apollo": "^3.0.0",
"vue-class-component": "^7.0.2",
"vue-property-decorator": "^8.3.0",
"vue-template-compiler": "^2.6.11",
"vuepress": "^1.2.0"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/mihnsen/vue-inline-editable.git"
},
"bugs": {
"url": "https://github.com/mihnsen/vue-inline-editable/issues"
},
"homepage": "https://github.com/mihnsen/vue-inline-editable#readme",
"dependencies": {
"vue-promise-button": "^0.1.5",
"vue-svg-loader": "^0.16.0"
}
}