-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
70 lines (70 loc) · 1.89 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
{
"name": "vue-cli-plugin-nativescript-vue",
"version": "0.3.1",
"description": "A vue cli 3.x plugin for NativeScript-Vue",
"main": "index.js",
"files": [
"index.js",
"lib",
"generator",
"LICENSE",
"prompts.js",
"ui.js",
"logo.png"
],
"scripts": {
"test": "echo \"Error: no test specified\"",
"preversion": "npm test",
"version": "git add -A",
"postversion": "git push --tags origin master",
"prep:patch": "npm version patch -m \"build %s\"",
"prep:minor": "npm version minor -m \"build %s\"",
"prep:major": "npm version major -m \"build %s\""
},
"author": "Igor Randjelovic",
"license": "MIT",
"dependencies": {
"fs-extra": "^8.1.0",
"globby": "^9.2.0",
"replace-in-file": "^4.1.0"
},
"devDependencies": {
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"@vue/eslint-config-airbnb": "^4.0.1",
"@vue/eslint-config-prettier": "^5.0.0",
"cross-var": "^1.1.0",
"ejs-lint": "^0.3.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.2.3",
"fork-ts-checker-webpack-plugin": "^1.5.0",
"nativescript-dev-webpack": "^1.2.0",
"nativescript-vue-template-compiler": "^2.4.0",
"prettier": "^1.18.2",
"prettier-eslint": "^8.8.2",
"terser-webpack-plugin": "^2.0.1",
"tslint": "^5.19.0",
"typescript": "^3.5.1",
"vue-template-compiler": "^2.6.10",
"webpack": ">=4 < 4.29",
"webpack-cli": "^3.3.2"
},
"prettyhtml": {
"printWidth": 160
},
"repository": {
"type": "git",
"url": "git+https://github.com/nativescript-vue/vue-cli-plugin-nativescript-vue.git"
},
"keywords": [
"vue",
"cli",
"nativescript",
"web",
"plugin"
],
"bugs": {
"url": "https://github.com/nativescript-vue/vue-cli-plugin-nativescript-vue/issues"
},
"homepage": "https://github.com/nativescript-vue/vue-cli-plugin-nativescript-vue#readme"
}