blob: 400bd8d07dcd755adc8bdb607a85d7e10ccf2e23 [file] [log] [blame]
{
"name": "clicks",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "ANALYZE=true NODE_ENV=production next build",
"start": "next start",
"lint": "next lint",
"windev": "next dev",
"winbuild": "next build"
},
"dependencies": {
"@emotion/is-prop-valid": "^1.1.1",
"@next/bundle-analyzer": "^12.1.6",
"@svgr/webpack": "^5.5.0",
"axios": "^0.21.1",
"js-cookie": "^3.0.1",
"js-cookies": "^1.0.4",
"mongodb": "^4.1.1",
"next": "^12.2.2",
"next-redux-wrapper": "^7.0.4",
"next-safe": "^3.2.1",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-fade-in": "^2.0.1",
"react-fast-marquee": "^1.3.1",
"react-hcaptcha": "^0.1.1",
"react-in-viewport": "^1.0.0-alpha.20",
"react-indiana-drag-scroll": "^2.1.0",
"react-redux": "^7.2.4",
"react-rewards": "^2.0.3",
"react-snowfall": "^1.2.1",
"react-tiny-popover": "^7.0.1",
"redux": "^4.1.1",
"redux-thunk": "^2.3.0",
"theme-ui": "^0.12.0",
"tsparticles": "^2.5.3"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "11.1.2"
}
}