mirror of
https://github.com/mathuo/dockview
synced 2025-01-23 01:45:58 +00:00
32 lines
652 B
JSON
32 lines
652 B
JSON
{
|
|
"name": "nested-dockview",
|
|
"description": "",
|
|
"keywords": [
|
|
"dockview"
|
|
],
|
|
"version": "1.0.0",
|
|
"main": "src/index.tsx",
|
|
"dependencies": {
|
|
"dockview": "*",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.28",
|
|
"@types/react-dom": "^18.0.11",
|
|
"typescript": "^4.9.5",
|
|
"react-scripts": "*"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
} |