36 lines
774 B
JSON
36 lines
774 B
JSON
{
|
|
"name": "@malio/layer-ui",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"main": "./nuxt.config.ts",
|
|
"files": [
|
|
"app/**",
|
|
"nuxt.config.ts",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"dev": "nuxi dev .playground",
|
|
"dev:prepare": "nuxt prepare .playground",
|
|
"build": "nuxt build .playground",
|
|
"generate": "nuxt generate .playground",
|
|
"preview": "nuxt preview .playground",
|
|
"lint": "eslint ."
|
|
},
|
|
"peerDependencies": {
|
|
"nuxt": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/eslint": "latest",
|
|
"@types/node": "^24.10.13",
|
|
"eslint": "^10.0.0",
|
|
"nuxt": "^4.3.1",
|
|
"typescript": "^5.9.3",
|
|
"vue": "latest"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/icon": "^2.2.1",
|
|
"@nuxtjs/tailwindcss": "^6.14.0",
|
|
"maska": "^3.2.0"
|
|
}
|
|
}
|