-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
42 lines (42 loc) · 1.2 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
{
"name": "steam-game-idler",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"tauri": "tauri"
},
"dependencies": {
"@internationalized/date": "^3.5.5",
"@nextui-org/react": "^2.6.8",
"@tauri-apps/api": "^1.5.6",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.7.1",
"axios": "^1.7.9",
"clsx": "^2.1.1",
"discord-rpc": "^4.0.1",
"framer-motion": "^11.2.2",
"geist": "^1.3.0",
"moment": "^2.30.1",
"next": "^14.2.5",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.1.0",
"react-markdown": "^9.0.1",
"react-toastify": "^10.0.5",
"react-window": "^1.8.11",
"rehype-raw": "^7.0.0",
"tauri-plugin-autostart-api": "github:tauri-apps/tauri-plugin-autostart#v1"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.14",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}