-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.14 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.14 KB
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
{
"name": "serial",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"tauri": "tauri",
"lint": "next lint",
"tauri:build": "tauri build"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.13",
"@mui/material": "^5.14.13",
"@nextui-org/react": "^1.0.0-beta.12",
"@szhsin/react-menu": "^4.0.3",
"@tauri-apps/api": "^1.5.1",
"@types/node": "18.16.3",
"@types/react": "18.2.5",
"@types/react-dom": "18.2.3",
"antd": "^5.10.0",
"autoprefixer": "10.4.14",
"eslint": "8.39.0",
"eslint-config-next": "13.4.0",
"next": "13.4.0",
"postcss": "8.4.23",
"primeflex": "^3.2.1",
"primeicons": "^5.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-transition-group": "^4.4.5",
"tailwindcss": "3.3.2",
"typescript": "5.0.4",
"vue-cli-plugin-tauri": "^1.0.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.5"
}
}