-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 818 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 818 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
{
"name": "atidraw",
"private": true,
"type": "module",
"packageManager": "pnpm@9.8.0",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@iconify-json/logos": "^1.1.44",
"@iconify-json/ph": "^1.1.14",
"@iconify-json/simple-icons": "^1.1.114",
"@nuxt/eslint": "^0.5.2",
"@nuxt/ui": "^2.18.4",
"@nuxthub/core": "^0.7.4",
"@vueuse/components": "^11.0.1",
"@vueuse/core": "^11.0.1",
"nuxt": "^3.13.0",
"nuxt-auth-utils": "^0.3.4",
"signature_pad": "^5.0.3"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.5.2",
"eslint": "^9.9.1",
"vue-tsc": "^2.0.29",
"wrangler": "^3.72.2"
}
}