66 lines
2.1 KiB
JSON
66 lines
2.1 KiB
JSON
{
|
|
"name": "@fleekxyz/nfa-ui",
|
|
"version": "0.0.1",
|
|
"description": "Minimal UI for Fleek Non Fungible Apps",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"dev:css": "tailwindcss -o ./tailwind.css --watch && yarn dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"storybook": "export SET NODE_OPTIONS=--openssl-legacy-provider && start-storybook -p 6006",
|
|
"build-storybook": "build-storybook"
|
|
},
|
|
"author": "Fleek",
|
|
"dependencies": {
|
|
"@ethersproject/providers": "^5.7.2",
|
|
"@radix-ui/colors": "^0.1.8",
|
|
"@react-icons/all-files": "^4.1.0",
|
|
"@reduxjs/toolkit": "^1.9.1",
|
|
"@stitches/react": "^1.2.8",
|
|
"colorthief": "^2.3.2",
|
|
"formik": "^2.2.9",
|
|
"path": "^0.12.7",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-redux": "^8.0.5",
|
|
"react-router-dom": "^6.4.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.12",
|
|
"@storybook/addon-actions": "^6.5.15",
|
|
"@storybook/addon-essentials": "^6.5.15",
|
|
"@storybook/addon-interactions": "^6.5.15",
|
|
"@storybook/addon-links": "^6.5.15",
|
|
"@storybook/addons": "^6.5.15",
|
|
"@storybook/builder-vite": "^0.2.7",
|
|
"@storybook/react": "^6.5.15",
|
|
"@storybook/testing-library": "^0.0.13",
|
|
"@storybook/theming": "^6.5.15",
|
|
"@types/jest": "^29.2.3",
|
|
"@types/node": "^18.11.9",
|
|
"@types/react": "^18.0.25",
|
|
"@types/react-dom": "^18.0.9",
|
|
"@typescript-eslint/eslint-plugin": "^5.45.0",
|
|
"@typescript-eslint/parser": "^5.45.0",
|
|
"@vitejs/plugin-react": "^2.2.0",
|
|
"autoprefixer": "^10.4.13",
|
|
"babel-loader": "^8.3.0",
|
|
"eslint": "^8.28.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-jest": "^27.1.6",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-react": "^7.31.11",
|
|
"ethers": "^5.7.2",
|
|
"postcss": "^8.4.21",
|
|
"prettier": "^2.8.0",
|
|
"react-query": "^3.39.2",
|
|
"storybook-dark-mode": "^2.0.5",
|
|
"tailwindcss": "^3.2.4",
|
|
"ts-loader": "^9.4.1",
|
|
"typescript": "^4.9.3",
|
|
"vite": "^3.2.4",
|
|
"vite-tsconfig-paths": "^3.6.0"
|
|
}
|
|
}
|