generated from atinux/atidraw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 817 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
{
"name": "atidraw",
"private": true,
"type": "module",
"packageManager": "[email protected]",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@iconify-json/logos": "^1.2.3",
"@iconify-json/ph": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.10",
"@nuxt/eslint": "^0.6.1",
"@nuxt/ui": "^2.18.7",
"@nuxthub/core": "^0.8.5",
"@vueuse/components": "^11.2.0",
"@vueuse/core": "^11.2.0",
"nuxt": "^3.14.0",
"nuxt-auth-utils": "^0.5.1",
"signature_pad": "^5.0.4"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.6.1",
"eslint": "^9.14.0",
"vue-tsc": "^2.1.10",
"wrangler": "^3.84.1"
}
}