forked from orgordin/vuejs-avataaars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 991 Bytes
/
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
{
"name": "vuejs3-avataaars",
"private": false,
"version": "4.0.2",
"description": "Simple generator VueJs app for avataaars",
"main": "./dist/avataaars.umd.js",
"module": "./dist/avataaars.es.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/avataaars.es.js",
"require": "./dist/avataaars.umd.js"
}
},
"scripts": {
"dev": "vite",
"build": "vite build"
},
"homepage": "https://github.com/orgordin/vuejs-avataaars#README.md",
"keywords": [
"Avataaars",
"Avatar"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Pictalk-speech-made-easy/vuejs-avataaars.git"
},
"author": "",
"license": "MIT",
"dependencies": {
"vue": "^3.0.0"
},
"files": [
"dist/*",
"src/*",
"public/*",
"*.json",
"*.js"
],
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vue/compiler-sfc": "^3.5.13",
"typescript": "^5.7.2",
"vite": "^4.0.0"
}
}