cookie-traceability/package.json
{
"name": "landgriffon-cookie-traceability",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@deck.gl/core": "^8.8.20",
"@deck.gl/layers": "^8.8.20",
"@deck.gl/react": "^8.8.20",
"@floating-ui/react-dom": "^1.0.1",
"@floating-ui/react-dom-interactions": "^0.13.3",
"@flowmap.gl/data": "^8.0.0-alpha.0",
"@flowmap.gl/layers": "^8.0.0-alpha.0",
"@react-three/drei": "^9.47.1",
"@react-three/fiber": "^8.9.1",
"@rive-app/react-canvas": "3.0.34",
"@tailwindcss/typography": "^0.5.8",
"@tanstack/react-query": "^4.14.6",
"autoprefixer": "^10.4.13",
"axios": "^1.2.1",
"classnames": "^2.3.2",
"framer-motion-3d": "^7.10.2",
"glsl-noise": "0.0.0",
"glslify": "7.1.1",
"lamina": "^1.1.23",
"lodash": "^4.17.21",
"mapbox-gl": "^2.11.1",
"next": "13.0.3",
"nextjs-google-analytics": "^2.2.2",
"numeral": "^2.0.6",
"postcss": "^8.4.19",
"prettier": "^2.8.1",
"react": "18.2.0",
"react-country-flag": "^3.0.2",
"react-dom": "18.2.0",
"react-map-gl": "^7.0.20",
"tailwindcss": "^3.2.3",
"three": "^0.147.0",
"use-breakpoint": "3.0.6"
},
"devDependencies": {
"@types/d3": "^7.4.0",
"@types/d3-collection": "^1.0.10",
"@types/kdbush": "^3.0.2",
"@types/lodash": "^4.14.191",
"@types/mapbox__geo-viewport": "^0.4.1",
"@types/node": "18.11.9",
"@types/numeral": "^2.0.2",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"@types/seedrandom": "^3.0.2",
"@types/three": "^0.146.0",
"eslint": "8.27.0",
"eslint-config-next": "13.0.3",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"glslify-loader": "2.0.0",
"raw-loader": "4.0.2",
"typescript": "4.8.4"
}
}