50 lines
1.5 KiB
JSON
50 lines
1.5 KiB
JSON
{
|
|
"name": "demo",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@uiw/codemirror-extensions-color": "^4.23.0",
|
|
"@uiw/codemirror-extensions-langs": "^4.23.0",
|
|
"@uiw/codemirror-theme-vscode": "^4.23.0",
|
|
"@uiw/react-codemirror": "^4.23.0",
|
|
"@uiw/react-json-view": "1.12.0",
|
|
"color-selector-react": "0.3.0-beta.4",
|
|
"localforage": "^1.10.0",
|
|
"match-sorter": "^6.3.4",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.24.1",
|
|
"react-transition-group": "^4.4.5",
|
|
"sort-by": "^1.2.0",
|
|
"sucrase": "^3.31.0",
|
|
"terser": "^5.31.3",
|
|
"use-editable": "^2.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@codemirror/autocomplete": "^6.17.0",
|
|
"@codemirror/state": "^6.4.1",
|
|
"@types/react": "^18.2.0",
|
|
"@types/react-dom": "^18.2.0",
|
|
"@types/react-transition-group": "^4.4.10",
|
|
"@typescript-eslint/eslint-plugin": "^7.16.1",
|
|
"@typescript-eslint/parser": "^7.16.1",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"autoprefixer": "^10.4.19",
|
|
"eslint": "^9.7.0",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"eslint-plugin-react-refresh": "^0.4.8",
|
|
"postcss": "^8.4.39",
|
|
"sass": "^1.77.8",
|
|
"tailwindcss": "^3.4.5",
|
|
"typescript": "^5.5.3",
|
|
"vite": "^5.3.3"
|
|
}
|
|
}
|