-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.4 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
{
"name": "vue-sprintf-components",
"version": "0.9.3",
"description": "Replace text with vue components",
"main": "dist/vue-sprintf-components.cjs.js",
"module": "dist/vue-sprintf-components.es.js",
"cdn": "dist/vue-sprintf-components.js",
"unpkg": "dist/vue-sprintf-components.js",
"jsdelivr": "dist/vue-sprintf-components.js",
"repository": "git@github.com:edDimensi/vue-sprintf-components.git",
"author": {
"name": "Nikita Nafranets",
"email": "eddimensi@gmail.com"
},
"license": "MIT",
"files": [
"dist"
],
"bugs": {
"url": "https://github.com/edDimensi/vue-root-modals/issues"
},
"scripts": {
"build": "bili",
"prepublish": "yarn test && yarn build",
"test": "tyu",
"test:watch": "tyu -- --watch"
},
"devDependencies": {
"@vue/test-utils": "^1.0.0-beta.12",
"babel-eslint": "^8.2.2",
"bili": "^3.0.13",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "^4.4.0",
"rollup-plugin-clear": "^2.0.7",
"rollup-plugin-vue": "^3.0.0",
"tyu": "^1.0.6",
"vue": "^2.5.16",
"vue-server-renderer": "^2.5.16",
"vue-template-compiler": "^2.5.16"
},
"keywords": [
"vue",
"vue.js",
"sprintf",
"components",
"replace"
]
}