-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1022 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1022 Bytes
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": "inapp-debugger",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://inappdebugger.com",
"scripts": {
"dev": "vite --port 5173 --open --host",
"build": "tsc && vite build",
"preview": "vite preview",
"predeploy": "yarn run build",
"deploy": "gh-pages -d dist"
},
"devDependencies": {
"@types/react-copy-to-clipboard": "^5.0.7",
"gh-pages": "^6.2.0",
"typescript": "^5.6.3",
"vite": "^5.4.9"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"bowser": "^2.11.0",
"detectincognitojs": "^1.6.0",
"inapp-spy": "5.0.9",
"postcss": "^8.4.47",
"react": "^18.3.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",
"react-is": "^18.3.1",
"styled-components": "^6.1.13",
"tailwindcss": "^3.4.14"
}
}