2023-08-23 08:27:50 +00:00
|
|
|
{
|
|
|
|
"name": "lume-nft-explorer",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
2023-09-06 20:35:41 +00:00
|
|
|
"lint": "next lint",
|
|
|
|
"storybook": "storybook dev -p 6006",
|
|
|
|
"build-storybook": "storybook build"
|
2023-08-23 08:27:50 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-09-04 17:46:32 +00:00
|
|
|
"@radix-ui/react-dialog": "^1.0.4",
|
|
|
|
"@radix-ui/react-icons": "^1.3.0",
|
|
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
|
|
"@radix-ui/react-toast": "^1.1.4",
|
2023-08-23 08:27:50 +00:00
|
|
|
"@types/node": "20.5.3",
|
|
|
|
"@types/react": "18.2.21",
|
|
|
|
"@types/react-dom": "18.2.7",
|
|
|
|
"autoprefixer": "10.4.15",
|
2023-09-04 17:46:32 +00:00
|
|
|
"class-variance-authority": "^0.7.0",
|
|
|
|
"clsx": "^2.0.0",
|
2023-08-23 08:27:50 +00:00
|
|
|
"eslint": "8.47.0",
|
|
|
|
"eslint-config-next": "13.4.19",
|
2023-09-06 20:35:41 +00:00
|
|
|
"framer-motion": "^10.16.4",
|
2023-08-23 08:27:50 +00:00
|
|
|
"next": "13.4.19",
|
|
|
|
"postcss": "8.4.28",
|
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
2023-09-12 23:23:06 +00:00
|
|
|
"react-hook-form": "^7.46.1",
|
2023-09-04 17:46:32 +00:00
|
|
|
"tailwind-merge": "^1.14.0",
|
2023-08-23 08:27:50 +00:00
|
|
|
"tailwindcss": "3.3.3",
|
2023-09-04 17:46:32 +00:00
|
|
|
"tailwindcss-animate": "^1.0.7",
|
2023-08-23 08:27:50 +00:00
|
|
|
"typescript": "5.1.6"
|
2023-09-06 20:35:41 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@storybook/addon-essentials": "^7.4.0",
|
|
|
|
"@storybook/addon-interactions": "^7.4.0",
|
|
|
|
"@storybook/addon-links": "^7.4.0",
|
|
|
|
"@storybook/addon-onboarding": "^1.0.8",
|
|
|
|
"@storybook/addon-styling": "^1.3.7",
|
|
|
|
"@storybook/blocks": "^7.4.0",
|
|
|
|
"@storybook/nextjs": "^7.4.0",
|
|
|
|
"@storybook/react": "^7.4.0",
|
|
|
|
"@storybook/testing-library": "^0.2.0",
|
|
|
|
"@svgr/webpack": "^8.1.0",
|
|
|
|
"storybook": "^7.4.0",
|
|
|
|
"tsconfig-paths-webpack-plugin": "^4.1.0"
|
2023-08-23 08:27:50 +00:00
|
|
|
}
|
|
|
|
}
|