forked from ehicks05/cryptick
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.43 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
53
54
55
56
57
58
59
{
"name": "crypto-price-ticker",
"version": "0.1.0",
"private": true,
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@tanstack/query-sync-storage-persister": "^5.55.2",
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-query-persist-client": "^5.56.1",
"@uidotdev/usehooks": "^2.4.1",
"date-fns": "^3.6.0",
"lodash": "^4.17.21",
"p-throttle": "^6.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-loader-spinner": "^6.1.6",
"react-page-visibility": "^7.0.0",
"react-router-dom": "^6.28.0",
"react-use": "^17.5.1",
"react-use-websocket": "^4.10.1",
"zustand": "^4.5.5"
},
"devDependencies": {
"@biomejs/biome": "1.5.1",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@types/react-page-visibility": "^6.4.4",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.2.3"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}