-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.58 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": "refiner",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nextui-org/button": "^2.0.38",
"@nextui-org/image": "^2.0.32",
"@nextui-org/input": "^2.2.5",
"@nextui-org/modal": "^2.0.41",
"@nextui-org/react": "^2.4.8",
"@nextui-org/select": "^2.2.7",
"@nextui-org/skeleton": "^2.0.32",
"@nextui-org/system": "^2.2.6",
"@nextui-org/tabs": "^2.0.37",
"@nextui-org/theme": "^2.2.11",
"@nextui-org/tooltip": "^2.0.41",
"@tauri-apps/api": "2.0.0-beta.9",
"@tauri-apps/plugin-clipboard-manager": "2.1.0-beta.0",
"@tauri-apps/plugin-dialog": "2.0.0-beta.2",
"@tauri-apps/plugin-global-shortcut": "^2.0.0",
"@tauri-apps/plugin-log": "2.0.0-beta.3",
"@tauri-apps/plugin-positioner": "2.0.0-beta.2",
"@tauri-apps/plugin-shell": "2.0.0-beta.2",
"@tauri-apps/plugin-store": "^2.0.0",
"@tauri-apps/plugin-stronghold": "2.0.0-beta.2",
"clipboard": "link:@tauri-apps/api/clipboard",
"framer-motion": "^11.11.8",
"next": "14.2.15",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0"
},
"devDependencies": {
"@tauri-apps/cli": "2.0.2",
"@types/node": "^20.16.11",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"eslint": "^9.12.0",
"eslint-config-next": "14.2.3",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.3"
}
}