picsart-mod-landing
Version:
A modern, responsive React landing page for PicsArt MOD APK with AI features unlocked
44 lines (43 loc) • 1.14 kB
JSON
{
"name": "picsart-mod-landing",
"version": "1.1.0",
"description": "A modern, responsive React landing page for PicsArt MOD APK with AI features unlocked",
"main": "dist/index.js",
"module": "dist/index.es.js",
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c",
"start": "rollup -c -w",
"prepublishOnly": "npm run build",
"predeploy": "npm run build"
},
"keywords": [
"react",
"landing-page",
"picsart",
"mod-apk",
"responsive",
"ai-features"
],
"author": "Your Name",
"license": "MIT",
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-node-resolve": "^15.3.1",
"postcss": "^8.5.3",
"rollup": "^4.39.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2"
}
}