nimbus-gui/package.json

36 lines
989 B
JSON
Raw Normal View History

2023-07-13 11:09:45 +00:00
{
2023-07-21 12:43:15 +00:00
"name": "nimbus-ui",
2023-07-13 11:09:45 +00:00
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "env-cmd -f .env vite",
"build": "env-cmd -f .env vite build",
2023-07-13 11:09:45 +00:00
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@tamagui/config": "^1.43.15",
"@tamagui/shorthands": "^1.39.8",
"@tamagui/themes": "^1.39.8",
"@tamagui/vite-plugin": "^1.39.8",
"env-cmd": "^10.1.0",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
2023-07-13 11:09:45 +00:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.1",
"sort-by": "^1.2.0",
"tamagui": "^1.39.8"
2023-07-13 11:09:45 +00:00
},
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react-swc": "^3.3.2",
"eslint": "^8.44.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"vite": "^4.4.0"
}
}