-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.06 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
{
"license": "MIT",
"name": "persona-layer",
"description": "Persona design system layer",
"type": "module",
"version": "0.1.0",
"author": "Afrijal Dzuhri <ijuldz@gmail.com> (https://github.com/afrijaldz)",
"repository": "afrijaldz/persona-layer",
"main": "./nuxt.config.ts",
"scripts": {
"dev": "nuxi dev .playground",
"dev:prepare": "nuxt prepare .playground",
"build": "nuxt build .playground",
"generate": "nuxt generate .playground",
"preview": "nuxt preview .playground",
"lint": "eslint ."
},
"devDependencies": {
"@nuxt/eslint": "latest",
"eslint": "^9.11.0",
"nuxt": "^3.13.0",
"typescript": "^5.6.2",
"vue": "latest"
},
"dependencies": {
"@nuxtjs/tailwindcss": "^6.12.1",
"@privyid/browserslist-config": "^1.0.0-rc.12",
"@privyid/persona": "^1.0.0-rc.12",
"@privyid/persona-icon": "^1.0.0-rc.12",
"@privyid/tailwind-preset": "^1.0.0-rc.12",
"@vueuse/core": "^11.1.0",
"postcss-hexrgba": "^2.1.0",
"postcss-lighten-darken": "^0.9.0"
},
"packageManager": "yarn@4.5.0"
}