-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1004 Bytes
/
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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@radix-ui/themes": "2.0.0-rc.3",
"@rspc/client": "^0.1.3",
"@rspc/tauri": "^0.1.3",
"@tauri-apps/api": "^1.5.1",
"classnames": "^2.3.2",
"next": "^13.4.19",
"next-international": "^1.1.3",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.3.1",
"@iconify-json/ic": "^1.1.14",
"@tauri-apps/cli": "^1.4.0",
"@types/node": "20.5.7",
"@types/react": "18.2.21",
"@unocss/cli": "^0.55.3",
"@unocss/eslint-plugin": "^0.58.0",
"@unocss/preset-attributify": "^0.57.1",
"@unocss/preset-icons": "^0.57.1",
"autoprefixer": "^10.4.15",
"eslint": "^8.49.0",
"eslint-plugin-react": "^7.33.2",
"typescript": "5.2.2",
"unocss": "^0.55.3"
}
}