react-affiliate-program
Version:
Easily create affiliate programs for React apps
71 lines (70 loc) • 2.12 kB
JSON
{
"name": "react-affiliate-program",
"version": "1.0.2",
"description": "Easily create affiliate programs for React apps",
"keywords": [
"affiliate",
"referral",
"react affiliate",
"react referral",
"afficone"
],
"homepage": "https://afficone.com",
"bugs": {
"url": "https://github.com/rubby-c/react-affiliate-program/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rubby-c/react-affiliate-program.git"
},
"license": "MIT",
"author": {
"name": "Kristiyan Dimitrov",
"email": "contact@afficone.com"
},
"type": "module",
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.es.js",
"require": "./dist/index.umd.js"
},
"./dist/style.css": "./dist/style.css"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite build -c vite.preview.ts && vite preview"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.2.1"
},
"devDependencies": {
"@types/node": "^20.14.2",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"postcss": "^8.4.38",
"rollup-preserve-directives": "^1.1.1",
"tailwindcss": "^3.4.4",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-lib-inject-css": "^2.1.1"
}
}