-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.33 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
{
"name": "devutils",
"version": "0.1.1-beta+1",
"private": true,
"scripts": {
"dev": "next dev",
"dev:web": "next dev",
"dev:app": "tauri dev",
"build": "next build",
"build:web": "next build",
"build:app": "tauri build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/themes": "^2.0.2",
"@svgr/webpack": "^8.1.0",
"@tauri-apps/api": "^1.5.2",
"@uiw/react-textarea-code-editor": "^3.0.2",
"client-only": "^0.0.1",
"foxact": "^0.2.27",
"gpt-tokenizer": "^2.1.2",
"jotai": "^2.6.0",
"js-yaml": "^4.1.0",
"jsonpath-plus": "^7.2.0",
"moment": "^2.29.4",
"next": "14.0.4",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"valtio": "^1.12.1",
"zustand": "^4.4.7"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.7",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"clsx": "^2.0.0",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"postcss": "^8",
"prettier": "^3.1.1",
"tailwindcss": "^3.3.0",
"typescript": "^5"
},
"packageManager": "[email protected]"
}