-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 2.59 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "hidiag",
"version": "0.1.0",
"private": true,
"type": "module",
"homepage": "https://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.github.io/hidglobal/ts-jamaltool",
"dependencies": {
"@emotion/react": "^11.11.0",
"@google/generative-ai": "^0.1.3",
"@mantine/carousel": "^6.0.11",
"@mantine/core": "^6.0.11",
"@mantine/dates": "^6.0.11",
"@mantine/dropzone": "^6.0.11",
"@mantine/form": "^6.0.11",
"@mantine/hooks": "^6.0.11",
"@mantine/modals": "^6.0.11",
"@mantine/notifications": "^6.0.11",
"@mantine/nprogress": "^6.0.11",
"@mantine/prism": "^6.0.11",
"@mantine/spotlight": "^6.0.11",
"@mantine/tiptap": "^6.0.11",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@rollup/plugin-commonjs": "^25.0.7",
"@tabler/icons-react": "^2.20.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@tiptap/extension-link": "^2.0.3",
"@tiptap/react": "^2.0.3",
"@tiptap/starter-kit": "^2.0.3",
"axios": "^1.4.0",
"dayjs": "^1.11.7",
"embla-carousel-react": "^7.1.0",
"express": "^4.18.2",
"https": "^1.0.0",
"https-browserify": "^1.0.0",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"path-browserify": "^1.0.1",
"pvtsutils": "^1.3.5",
"qrcode": "^1.5.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.11.2",
"rfc4648": "^1.5.3",
"rollup": "4.9.5",
"serve": "^14.2.1",
"socket.io": "^4.7.3",
"socket.io-client": "^4.7.3",
"sort-by": "^0.0.2",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"synaptic": "^1.1.4",
"url": "^0.11.0",
"use-effect-x": "^0.1.5",
"util": "^0.12.5",
"vite-tsconfig-paths": "^4.3.1",
"web-vitals": "^2.1.4",
"webpack": "^5.89.0"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"start": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/qrcode": "^1.5.5",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.3.3",
"vite": "^5.0.11"
}
}