mirror of
https://github.com/niespodd/browser-fingerprinting.git
synced 2021-11-01 22:44:07 +03:00
34 lines
807 B
JSON
34 lines
807 B
JSON
{
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/react": "^1.6.3",
|
|
"@emotion/react": "11",
|
|
"@emotion/styled": "11",
|
|
"@react-three/fiber": "^6.2.3",
|
|
"chart.js": "^3.3.2",
|
|
"copy-to-clipboard": "^3.3.1",
|
|
"framer-motion": "4",
|
|
"immutability-helper": "^3.1.1",
|
|
"react": "^17.0.0",
|
|
"react-chartjs-2": "^3.0.3",
|
|
"react-dom": "^17.0.0",
|
|
"react-flagkit": "^2.0.4",
|
|
"react-json-pretty": "^2.2.0",
|
|
"react-redux": "^7.2.4",
|
|
"redux": "^4.1.0",
|
|
"redux-actions": "^2.6.5",
|
|
"sass": "^1.34.1",
|
|
"shaka-player-react": "^1.1.2",
|
|
"three": "^0.129.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-react-refresh": "^1.3.1",
|
|
"vite": "^2.3.5"
|
|
}
|
|
}
|