mirror of
https://github.com/mathuo/dockview
synced 2025-01-23 01:45:58 +00:00
28 lines
547 B
JSON
28 lines
547 B
JSON
{
|
|
"name": "javascript-simple-dockview",
|
|
"description": "",
|
|
"keywords": [
|
|
"dockview"
|
|
],
|
|
"version": "1.0.0",
|
|
"main": "src/index.ts",
|
|
"dependencies": {
|
|
"dockview-core": "*"
|
|
},
|
|
"devDependencies": {
|
|
"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"
|
|
]
|
|
} |