mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-13 08:38:43 +03:00
89 lines
2.7 KiB
JSON
89 lines
2.7 KiB
JSON
{
|
|
"name": "landscape",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"mock": "vite --mode mock",
|
|
"build:mock": "tsc && vite build --mode mock",
|
|
"build:profile": "tsc && vite build --mode profile",
|
|
"build": "tsc && vite build",
|
|
"serve": "vite preview",
|
|
"lint": "eslint --cache \"**/*.{js,jsx,ts,tsx}\"",
|
|
"lint:fix": "npm run lint -- --fix",
|
|
"test": "tsc --noEmit",
|
|
"tsc": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-dialog": "^0.0.20",
|
|
"@radix-ui/react-dropdown-menu": "^0.0.23",
|
|
"@radix-ui/react-polymorphic": "^0.0.13",
|
|
"@radix-ui/react-portal": "^0.0.15",
|
|
"@radix-ui/react-toggle": "^0.0.10",
|
|
"@tlon/sigil-js": "^1.4.4",
|
|
"@types/lodash": "^4.14.172",
|
|
"@urbit/api": "^1.4.0",
|
|
"@urbit/http-api": "^1.3.1",
|
|
"big-integer": "^1.6.48",
|
|
"classnames": "^2.3.1",
|
|
"clipboard-copy": "^4.0.1",
|
|
"color2k": "^1.2.4",
|
|
"fuzzy": "^0.1.3",
|
|
"immer": "^9.0.5",
|
|
"lodash": "^4.17.21",
|
|
"moment": "^2.29.1",
|
|
"mousetrap": "^1.6.5",
|
|
"postcss-import": "^14.0.2",
|
|
"query-string": "^7.0.1",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-error-boundary": "^3.1.3",
|
|
"react-router-dom": "^5.2.0",
|
|
"slugify": "^1.6.0",
|
|
"urbit-ob": "^5.0.1",
|
|
"zustand": "^3.5.7"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/aspect-ratio": "^0.2.1",
|
|
"@types/lodash": "^4.14.172",
|
|
"@types/mousetrap": "^1.6.8",
|
|
"@types/node": "^16.7.9",
|
|
"@types/react": "^16.0.0",
|
|
"@types/react-dom": "^16.0.0",
|
|
"@types/react-router-dom": "^5.1.8",
|
|
"@typescript-eslint/eslint-plugin": "^4.26.1",
|
|
"@typescript-eslint/parser": "^4.26.1",
|
|
"@urbit/vite-plugin-urbit": "^0.7.1",
|
|
"@vitejs/plugin-react-refresh": "^1.3.1",
|
|
"autoprefixer": "^10.3.7",
|
|
"eslint": "^7.28.0",
|
|
"eslint-config-airbnb": "^18.2.1",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-import-resolver-typescript": "^2.4.0",
|
|
"eslint-plugin-import": "^2.23.4",
|
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
"eslint-plugin-prettier": "^3.4.0",
|
|
"eslint-plugin-react": "^7.24.0",
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
"eslint-plugin-tailwind": "^0.2.1",
|
|
"husky": "^7.0.0",
|
|
"lint-staged": "^11.1.2",
|
|
"postcss": "^8.3.9",
|
|
"prettier": "^2.3.2",
|
|
"rollup-plugin-analyzer": "^4.0.0",
|
|
"rollup-plugin-visualizer": "^5.5.2",
|
|
"tailwindcss": "^2.2.16",
|
|
"tailwindcss-theming": "^3.0.0-beta.3",
|
|
"tailwindcss-touch": "^1.0.1",
|
|
"typescript": "^4.3.2",
|
|
"vite": "^2.6.7",
|
|
"vite-plugin-html-config": "^1.0.5"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,ts,tsx}": [
|
|
"npm run lint:fix",
|
|
"prettier --write"
|
|
],
|
|
"*.+{json,css,md}": "prettier --write"
|
|
}
|
|
}
|