@orderly.network/react-app
Version:
Create React App with Orderly Network components
44 lines • 979 B
JSON
{
"name": "@orderly.network/react-app",
"version": "2.1.0",
"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/hooks": "2.1.0",
"@orderly.network/utils": "2.1.0",
"@orderly.network/i18n": "2.1.0",
"@orderly.network/ui": "2.1.0",
"@orderly.network/types": "2.1.0"
},
"devDependencies": {
"@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": "^7.3.0",
"tsconfig": "0.4.0"
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18"
},
"scripts": {
"build": "tsup",
"test": "echo \"Error: no test specified\" && exit 1"
}
}