mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
17 lines
350 B
JSON
17 lines
350 B
JSON
{
|
|
"name": "dioxus",
|
|
"version": "1.0.0",
|
|
"description": "<p align=\"center\"> <img src=\"./notes/header.svg\"> </p>",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"doc": "docs",
|
|
"example": "examples"
|
|
},
|
|
"scripts": {},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.34.3"
|
|
}
|
|
}
|