-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 809 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 809 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
{
"name": "playground",
"license": "MIT",
"private": true,
"homepage": "https://devrnt.github.io/react-use-intercom/",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"e2e": "cypress run",
"e2e:open": "cypress open",
"preview": "vite preview --host"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^5.2.0",
"react-use-intercom": "workspace:*",
"styled-components": "^5.3.6",
"styled-normalize": "^8.0.7"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react-router-dom": "^5.1.5",
"@types/styled-components": "^5.1.2",
"@vitejs/plugin-react": "^3.0.1",
"cypress": "^14.0.0",
"typescript": "^5.7.3",
"vite": "^5.4.21"
}
}