-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 886 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
{
"name": "twitch-app",
"private": true,
"homepage": "https://avalos010.github.io/twitch-app",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"test": "playwright test"
},
"dependencies": {
"@tanstack/react-query": "^4.29.13",
"@types/node": "^20.3.1",
"axios": "^1.4.0",
"bootstrap": "^5.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.13.0"
},
"devDependencies": {
"@playwright/test": "^1.35.1",
"@rollup/plugin-replace": "^5.0.2",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@vitejs/plugin-react": "^4.0.0",
"dotenv": "^16.1.4",
"gh-pages": "^5.0.0",
"typescript": "^5.1.3",
"vite": "^4.3.9"
}
}