-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.12 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
{
"name": "vue3-currency-picker",
"version": "0.2.3",
"description": "Currency picker component for Vue 3",
"private": false,
"author": {
"email": "[email protected]",
"name": "Ag Liu",
"url": "https://github.com/Ag0v0"
},
"license": "MIT",
"keywords": [
"vue",
"currency",
"picker",
"select",
"vue3"
],
"main": "dist/index.umd.js",
"repository": "https://github.com/Ag0v0/vue3-currency-picker",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"vue": "^3.3.4"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.3",
"@vitejs/plugin-vue": "^4.3.4",
"@vue/compiler-sfc": "^3.2.47",
"@vue/eslint-config-prettier": "^8.0.0",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"naive-ui": "^2.35.0",
"prettier": "^3.0.3",
"sass": "^1.69.1",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.9"
},
"files": [
"dist/*"
]
}