forked from ikloster03/vue-dadata
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.51 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
{
"name": "@topninja/vue-dadata",
"version": "1.0.5",
"description": "Vue component for hinting addresses using dadata.ru",
"main": "dist/vuedadatacomponent.umd.js",
"module": "dist/vuedadatacomponent.esm.js",
"unpkg": "dist/vuedadatacomponent.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/topninja/vue-dadata.git"
},
"keywords": [
"vue",
"ts",
"typescript",
"dadata",
"suggestion"
],
"author": "topninja - https://github.com/topninja",
"contributors": [
"Valery Roshett",
"Ilya Kiselev",
"topninja"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/topninja/vue-dadata/issues"
},
"homepage": "https://github.com/topninja/vue-dadata#readme",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"prod": "rollup -c --environment NODE_ENV:production",
"dev": "rollup -cw --environment NODE_ENV:development",
"watch": "rollup -cw",
"test:e2e": "vue-cli-service test:e2e",
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"axios": "^0.21.1",
"core-js": "3.6.4",
"vue": "2.6.11",
"vue-class-component": "7.2.2",
"vue-debounce-decorator": "^1.0.1",
"vue-highlight-words": "1.2.0",
"vue-property-decorator": "8.3.0"
},
"devDependencies": {
"@types/jest": "24.0.11",
"@typescript-eslint/eslint-plugin": "2.18.0",
"@typescript-eslint/parser": "2.18.0",
"@vue/cli-plugin-babel": "4.2.0",
"@vue/cli-plugin-e2e-cypress": "4.0.0",
"@vue/cli-plugin-eslint": "4.2.0",
"@vue/cli-plugin-typescript": "^4.5.10",
"@vue/cli-plugin-unit-jest": "4.0.0",
"@vue/cli-service": "4.2.0",
"@vue/eslint-config-prettier": "6.0.0",
"@vue/eslint-config-typescript": "5.0.1",
"@vue/test-utils": "1.0.0-beta.29",
"cross-env": "^6.0.3",
"eslint": "6.7.2",
"eslint-plugin-prettier": "3.1.1",
"eslint-plugin-vue": "6.1.2",
"prettier": "1.19.1",
"rollup": "^1.25.2",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-livereload": "^1.0.4",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-serve": "^1.0.1",
"rollup-plugin-terser": "^5.2.0",
"rollup-plugin-typescript2": "^0.24.3",
"rollup-plugin-vue": "^5.1.1",
"rollup-watch": "^4.3.1",
"sass": "^1.19.0",
"sass-loader": "^8.0.0",
"typescript": "3.7.5",
"vue-template-compiler": "2.6.11"
},
"directories": {
"test": "tests"
}
}