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": {
|
2023-07-13 12:11:25 +00:00
|
|
|
"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": {
|
2023-07-21 12:29:19 +00:00
|
|
|
"@tamagui/config": "^1.43.15",
|
2023-07-13 13:41:33 +00:00
|
|
|
"@tamagui/shorthands": "^1.39.8",
|
|
|
|
"@tamagui/themes": "^1.39.8",
|
|
|
|
"@tamagui/vite-plugin": "^1.39.8",
|
2023-07-13 12:11:25 +00:00
|
|
|
"env-cmd": "^10.1.0",
|
2023-07-13 14:32:41 +00:00
|
|
|
"localforage": "^1.10.0",
|
|
|
|
"match-sorter": "^6.3.1",
|
2023-07-13 11:09:45 +00:00
|
|
|
"react": "^18.2.0",
|
2023-07-13 13:41:33 +00:00
|
|
|
"react-dom": "^18.2.0",
|
2023-07-13 14:32:41 +00:00
|
|
|
"react-router-dom": "^6.14.1",
|
|
|
|
"sort-by": "^1.2.0",
|
2023-07-13 13:41:33 +00:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|