-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.44 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "cast-plus",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint:ci": "eslint . --ext .ts,.tsx",
"lint": "npm run lint:ci -- --fix"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.1.2",
"@fortawesome/free-solid-svg-icons": "6.1.2",
"@fortawesome/react-fontawesome": "0.2.0",
"@nextui-org/react": "1.0.0-beta.10",
"@tanstack/react-location": "3.7.4",
"ahooks": "3.7.2",
"axios": "0.27.2",
"embla-carousel-react": "7.0.2",
"graphql": "16.5.0",
"graphql-request": "4.3.0",
"notiflix": "^3.2.6",
"podcastindexjs": "1.0.4",
"process": "0.11.10",
"react": "18.2.0",
"react-dom": "18.0.0",
"react-material-music-player": "1.1.9",
"react-query": "3.39.2",
"react-responsive": "9.0.0-beta.10",
"react-script": "2.0.5",
"react-scripts": "5.0.1",
"react-share": "4.4.1",
"react-tabs": "6.0.0",
"zustand": "4.1.1"
},
"devDependencies": {
"@fullstacksjs/eslint-config": "10.0.0",
"@fullstacksjs/tsconfig": "1.1.0",
"@types/node": "18.7.5",
"@types/react": "18.0.0",
"@types/react-dom": "18.0.0",
"@vitejs/plugin-react": "1.3.0",
"eslint": "8.45.0",
"prettier": "3.0.0",
"react-error-overlay": "6.0.9",
"typescript": "4.9.5",
"vite": "2.9.15",
"vite-tsconfig-paths": "4.2.0",
"webpack-cli": "4.10.0"
}
}