mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-12 00:11:21 +00:00
13 lines
258 B
JSON
13 lines
258 B
JSON
{
|
|
"name": "baserow-sandbox",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt --hostname 0.0.0.0",
|
|
"generate": "nuxt generate",
|
|
"start": "nuxt start"
|
|
},
|
|
"dependencies": {
|
|
"baserow": "link:../web-frontend"
|
|
}
|
|
}
|