26 lines
620 B
JSON
26 lines
620 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare"
|
|
},
|
|
"devDependencies": {
|
|
"nuxt": "3.0.0",
|
|
"nuxt-windicss": "^2.6.0",
|
|
"pug": "^3.0.2"
|
|
},
|
|
"name": "drawing",
|
|
"description": "Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "gitea@git.satori.love:gameui/drawing.git"
|
|
},
|
|
"author": "satori.love",
|
|
"license": "MIT"
|
|
}
|