-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.17 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
{
"name": "sentoni",
"private": true,
"version": "1.1.0",
"type": "module",
"scripts": {
"dev": "bunx --bun vite",
"build": "bunx --bun vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@ant-design/pro-components": "^2.8.7",
"@dnd-kit/core": "^6.1.0",
"@tauri-apps/api": "^1.5.1",
"@tauri-apps/cli": "^1.5.11",
"@twocatmoon/react-use-konami-code": "^0.1.1",
"ag-grid-react": "^31.3.4",
"antd": "^5.15.3",
"dayjs": "^1.11.10",
"font-color-contrast": "^11.1.0",
"jsonm": "^1.0.10",
"localdata": "^0.1.4",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"match-sorter": "^6.3.1",
"million": "^3.0.6",
"react": "^18.2.0",
"react-confetti-explosion": "^2.1.2",
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^4.4.4",
"react-intersection-observer": "^9.6.0",
"react-router-dom": "^6.18.0",
"react-text-gradients": "^1.0.2",
"react-type-animation": "^3.2.0",
"sort-by": "^0.0.2"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.4.14",
"vite-plugin-compression2": "^0.11.0"
}
}