-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.18 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
{
"name": "vue-formulate-currency",
"version": "0.1.6",
"description": "Currency input for vue-formulate",
"private": false,
"main": "dist/index.js",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"keywords": [
"currency",
"money",
"vue",
"vue-currency",
"vue-formulate"
],
"dependencies": {
"@braid/vue-formulate": "^2.4.5",
"@vue/composition-api": "^1.4.3",
"vue": "^2.6.14",
"vue-numeric": "^2.4.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.15",
"@vue/cli-service": "^4.5.15",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"html-loader": "^1.3.2",
"sass": "^1.47.0",
"sass-loader": "^10.2.0",
"vue-template-compiler": "^2.6.14",
"webpack": "^4.44.2",
"webpack-cli": "^4.9.1"
},
"author": {
"name": "ryntab",
"email": "[email protected]"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ryntab/vue-formulate-currency.git"
},
"bugs": {
"url": "https://github.com/ryntab/vue-formulate-currency/issues"
}
}