-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
56 lines (56 loc) · 1.13 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
{
"name": "mv-full-page",
"version": "3.0.2",
"main": "./dist-lib/mv-full-page.umd.js",
"module": "./dist-lib/mv-full-page.es.js",
"exports": {
".": {
"import": "./dist-lib/mv-full-page.es.js",
"require": "./dist-lib/mv-full-page.umd.js"
}
},
"types": "./types/index.d.ts",
"files": [
"dist-lib",
"types",
"package.json",
"nuxt.js"
],
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview",
"build:lib": "vite build --mode lib"
},
"peerDependencies": {
"vue": ">=3.0.0"
},
"dependencies": {
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.16",
"@vitejs/plugin-legacy": "^1.6.4",
"@vitejs/plugin-vue": "^2.1.0",
"sass": "^1.49.7",
"vite": "^2.7.13",
"vue": "^3.2.29"
},
"repository": {
"type": "git",
"url": "[email protected]:null_639_5368/v-full-page.git"
},
"keywords": [
"vue",
"vue3",
"mobile",
"frontend",
"component",
"components"
],
"author": {
"name": "maybe",
"email": "[email protected]"
}
}