@orderly.network/react-app
Version:
Create React App with Orderly Network components
46 lines • 1.13 kB
JSON
{
"name": "@orderly.network/react-app",
"version": "2.9.1",
"description": "Create React App with Orderly Network components",
"main": "dist/index.js",
"module": "dist/index.mjs",
"keywords": [
"Orderly",
"Exchange",
"React",
"DApp"
],
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"date-fns": "^3.6.0",
"@orderly.network/ui": "2.9.1",
"@orderly.network/i18n": "2.9.1",
"@orderly.network/types": "2.9.1",
"@orderly.network/utils": "2.9.1",
"@orderly.network/hooks": "2.9.1"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/preset-typescript": "^7.22.5",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.4",
"tsup": "^8.5.1",
"typescript": "^5.1.6",
"tsconfig": "0.12.1"
},
"react": ">=18",
"react-dom": ">=18",
"scripts": {
"build": "tsup && pnpm run build:css",
"build:css": "tailwindcss build -i src/tailwind.css -o dist/styles.css --minify"
}
}