-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.64 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
57
58
59
60
{
"name": "fly-gesture-unlock",
"version": "1.0.1",
"description": "Fully functional and powerful web-based gesture unlocking library",
"author": {
"name": "fufei",
"email": "2543736927@qq.com"
},
"type": "module",
"files": [
"dist"
],
"keywords": [
"gesture unlock"
],
"main": "./dist/fly-gesture-unlock.js",
"module": "./dist/fly-gesture-unlock.js",
"types": "./dist/index.d.ts",
"exports": {
"import": "./dist/fly-gesture-unlock.js",
"types": "./dist/index.d.ts"
},
"scripts": {
"ins": "npm install --registry https://registry.npmmirror.com/",
"dev": "vite --host --port 5174",
"build:lib": "vite build",
"build:demo": "vite build --config vite-demo.config.ts",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"release": "node scripts/release.js",
"push-remote": "node scripts/push-remote.js"
},
"homepage": "https://github.com/feiafei27/fly-gesture-unlock",
"repository": {
"type": "git",
"url": "https://github.com/feiafei27/fly-gesture-unlock.git"
},
"license": "MIT",
"devDependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@types/node": "^20.8.6",
"@types/uuid": "^9.0.6",
"@vitejs/plugin-vue": "^4.4.0",
"element-plus": "2.4.4",
"enquirer": "^2.4.1",
"execa": "^8.0.1",
"picocolors": "^1.0.0",
"less": "^4.2.0",
"semver": "^7.6.0",
"typescript": "^5.1.3",
"uuid": "^9.0.1",
"vite": "^4.3.9",
"vite-plugin-dts": "^3.6.4",
"vitepress": "^1.0.0-rc.39",
"vue": "^3.3.4",
"vue-tsc": "^1.8.19",
"vue-router": "^4.3.0"
}
}