{
	"name": "maskulino-theme",
	"version": "1.0.0",
	"description": "Iluxi ReactJs Profile and Portfolio Theme",
	"keywords": [
		"profile",
		"portfolio",
		"curriculum vitae",
		"personal",
		"showcase"
	],
	"author": "Iluxi Theme",
	"license": "ilhammeidi",
	"main": "index.js",
	"private": true,
	"scripts": {
		"dev": "cross-env NODE_OPTIONS=--openssl-legacy-provider next dev -p 3013",
        "build": "cross-env NODE_OPTIONS=--openssl-legacy-provider next build",
        "export": "next export",
        "start": "next start -p 3013",
        "now-build": "next build && next export -o dist"
	},
	"dependencies": {
		"@babel/core": "^7.16.5",
		"@babel/eslint-parser": "^7.16.5",
		"@emotion/react": "^11.10.5",
		"@emotion/server": "^11.10.0",
		"@emotion/styled": "^11.10.5",
		"@mui/icons-material": "^5.10.16",
		"@mui/material": "^5.10.17",
		"animate.css": "^3.7.2",
		"babel-plugin-root-import": "^6.4.1",
        "cross-env": "^7.0.3",
        "dandelion-animated-slider": "^1.0.0",
		"i18next": "^22.4.6",
		"next": "^13.0.7",
		"next-i18next": "^13.0.2",
        "next-language-detector": "1.0.0",
		"next-images": "^1.1.2",
		"next-page-transitions": "^1.0.0-beta.2",
		"pre-commit": "^1.2.2",
		"prop-types": "^15.7.2",
		"react": "18.2.0",
		"react-18-image-lightbox": "^5.1.4",
		"react-anchor-link-smooth-scroll": "^1.0.12",
		"react-countup": "^6.4.0",
		"react-dom": "18.2.0",
		"react-i18next": "^12.1.1",
		"react-material-ui-form-validator": "^3.0.1",
		"react-scroll-animation-wrapper": "^1.0.3",
		"react-scroll-parallax": "^3.3.2",
		"react-scrollspy": "^3.4.2",
		"react-slick": "^0.29.0",
		"react-top-loading-bar": "^2.3.1",
        "react-youtube": "^7.9.0",
		"slick-carousel": "^1.8.1",
		"stylis": "^4.1.3",
		"stylis-plugin-rtl": "^2.1.1",
		"tss-react": "^4.4.5"
	},
	"devDependencies": {
		"eslint": "^7.32.0",
		"eslint-config-airbnb": "19.0.2",
		"eslint-config-prettier": "5.0.0",
		"eslint-import-resolver-webpack": "0.13.2",
		"eslint-plugin-flowtype": "^3.10.3",
		"eslint-plugin-import": "2.25.3",
		"eslint-plugin-jsx-a11y": "6.5.1",
		"eslint-plugin-prettier": "4.0.0",
		"eslint-plugin-react": "7.27.1",
		"eslint-webpack-plugin": "^3.1.1",
		"postcss": "8.3.0",
		"webpack": "^5.65.0"
	},
	"peerDependencies": {
		"postcss": "8.3.0"
	}
}
