-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 775 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 775 Bytes
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
{
"name": "vuedragverify",
"version": "1.0.2",
"description": "vue drag verify",
"scripts": {
"dev": "vite",
"preview": "vite preview --port 4173",
"build": "vite build",
"type-check": "vue-tsc --noEmit",
"start": "npx ts-node src/index.ts",
"test": "tsc"
},
"dependencies": {
"@itriton/captcha": "^0.3.7",
"fastify": "^4.2.0",
"vue": "^3.2.37"
},
"devDependencies": {
"@element-plus/icons-vue": "^2.0.6",
"@types/node": "^18.0.0",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/tsconfig": "^0.1.3",
"npm-run-all": "^4.1.5",
"typescript": "^4.7.4",
"vite": "^2.9.12",
"vue-tsc": "^0.38.1"
},
"keywords": [
"typescript",
"vue3",
"captcha"
],
"author": "wooz",
"license": "MIT"
}