-
-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathpackage.json
38 lines (38 loc) · 1021 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
{
"name": "lofi",
"private": true,
"version": "0.0.0",
"scripts": {
"start": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@openreplay/tracker": "^3.5.11",
"@radix-ui/react-popover": "^1.1.1",
"axios": "^0.27.2",
"mini-svg-data-uri": "^1.4.4",
"mixpanel-browser": "^2.48.1",
"prop-types": "^15.8.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-ga4": "^2.1.0",
"react-toast-package": "^1.0.1",
"recoil": "^0.7.3-alpha.2",
"use-container-click": "^1.0.0"
},
"devDependencies": {
"@types/mixpanel-browser": "^2.47.5",
"@types/node": "^17.0.31",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"rollup-plugin-visualizer": "^5.6.0",
"typescript": "^4.6.3",
"vite": "^3.2.7",
"vite-plugin-pwa": "^0.16.7",
"vite-plugin-react-svg": "^0.2.0",
"vite-plugin-svgr": "^2.1.0",
"vite-svg-loader": "^3.3.0"
}
}