mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
103 lines
3.7 KiB
JSON
103 lines
3.7 KiB
JSON
{
|
|
"name": "thenextwave",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"main": "dist/emain.js",
|
|
"browser": "dist/wave.js",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build --minify false --mode development",
|
|
"build:prod": "vite build --mode production",
|
|
"preview": "vite preview",
|
|
"storybook": "storybook dev -p 6006 --no-open",
|
|
"build-storybook": "storybook build",
|
|
"coverage": "vitest run --coverage",
|
|
"test": "vitest"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.24.7",
|
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
"@babel/plugin-proposal-decorators": "^7.24.7",
|
|
"@babel/plugin-proposal-private-methods": "^7.18.6",
|
|
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
"@babel/plugin-transform-react-jsx": "^7.24.7",
|
|
"@babel/plugin-transform-runtime": "^7.24.7",
|
|
"@babel/preset-env": "^7.24.7",
|
|
"@babel/preset-react": "^7.24.7",
|
|
"@babel/preset-typescript": "^7.24.7",
|
|
"@chromatic-com/storybook": "^1.5.0",
|
|
"@eslint/js": "^9.2.0",
|
|
"@storybook/addon-essentials": "^8.1.4",
|
|
"@storybook/addon-interactions": "^8.1.4",
|
|
"@storybook/addon-links": "^8.1.4",
|
|
"@storybook/blocks": "^8.1.4",
|
|
"@storybook/builder-vite": "^8.1.4",
|
|
"@storybook/react": "^8.1.4",
|
|
"@storybook/react-vite": "^8.1.4",
|
|
"@storybook/test": "^8.1.4",
|
|
"@types/babel__core": "^7",
|
|
"@types/babel__plugin-transform-runtime": "^7",
|
|
"@types/babel__preset-env": "^7",
|
|
"@types/node": "^20.12.12",
|
|
"@types/react": "^18.3.2",
|
|
"@types/throttle-debounce": "^5",
|
|
"@types/uuid": "^9.0.8",
|
|
"@vitejs/plugin-react": "^4.3.0",
|
|
"@vitest/coverage-istanbul": "^1.6.0",
|
|
"@wailsio/runtime": "^3.0.0-alpha.24",
|
|
"babel-loader": "^9.1.3",
|
|
"babel-plugin-jsx-control-statements": "^4.1.2",
|
|
"copy-webpack-plugin": "^12.0.2",
|
|
"css-loader": "^7.1.2",
|
|
"electron-vite": "^2.2.0",
|
|
"eslint": "^9.2.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"less": "^4.2.0",
|
|
"less-loader": "^12.2.0",
|
|
"mini-css-extract-plugin": "^2.9.0",
|
|
"prettier": "^3.2.5",
|
|
"prettier-plugin-jsdoc": "^1.3.0",
|
|
"prettier-plugin-organize-imports": "^3.2.4",
|
|
"storybook": "^8.1.4",
|
|
"style-loader": "^4.0.0",
|
|
"ts-node": "^10.9.2",
|
|
"tsconfig-paths-webpack-plugin": "^4.1.0",
|
|
"tslib": "^2.6.2",
|
|
"typescript": "^5.4.5",
|
|
"typescript-eslint": "^7.8.0",
|
|
"vite": "^5.0.0",
|
|
"vite-plugin-static-copy": "^1.0.5",
|
|
"vite-tsconfig-paths": "^4.3.2",
|
|
"vitest": "^1.6.0",
|
|
"webpack": "^5.91.0",
|
|
"webpack-cli": "^5.1.4"
|
|
},
|
|
"dependencies": {
|
|
"@monaco-editor/loader": "^1.4.0",
|
|
"@monaco-editor/react": "^4.6.0",
|
|
"@observablehq/plot": "^0.6.14",
|
|
"@react-hook/resize-observer": "^2.0.1",
|
|
"@tanstack/react-table": "^8.17.3",
|
|
"@xterm/addon-fit": "^0.10.0",
|
|
"@xterm/xterm": "^5.5.0",
|
|
"base64-js": "^1.5.1",
|
|
"clsx": "^2.1.1",
|
|
"dayjs": "^1.11.11",
|
|
"electron": "^30.1.0",
|
|
"html-to-image": "^1.11.11",
|
|
"immer": "^10.1.1",
|
|
"jotai": "^2.8.0",
|
|
"monaco-editor": "^0.49.0",
|
|
"react": "^18.3.1",
|
|
"react-dnd": "^16.0.1",
|
|
"react-dnd-html5-backend": "^16.0.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-markdown": "^9.0.1",
|
|
"remark-gfm": "^4.0.0",
|
|
"rxjs": "^7.8.1",
|
|
"throttle-debounce": "^5.0.0",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"packageManager": "yarn@4.2.1"
|
|
}
|