forked from niespodd/browser-fingerprinting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 965 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.13",
"@chakra-ui/react": "^1.6.3",
"@emotion/react": "11",
"@emotion/styled": "11",
"@react-three/fiber": "^6.2.3",
"@visx/group": "^1.7.0",
"@visx/shape": "^1.12.0",
"@visx/text": "^1.10.0",
"chart.js": "^3.3.2",
"copy-to-clipboard": "^3.3.1",
"framer-motion": "4",
"immutability-helper": "^3.1.1",
"mixpanel-browser": "^2.41.0",
"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"
}
}