-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.7 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.7 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
46
47
48
49
50
51
52
{
"name": "inter-knot",
"private": true,
"version": "0.1.4-beta",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview",
"svgr": "bun x @svgr/cli --out-dir 'src/components/icons' --ignore-existing --typescript -- 'assets/icons' "
},
"dependencies": {
"@interknot/types": "git+https://github.com/Night-Sky-Studio/interknot-types.git#main",
"@mantine/charts": "^8.3.10",
"@mantine/core": "^8.3.10",
"@mantine/dropzone": "^8.3.17",
"@mantine/hooks": "^8.3.10",
"@mantine/notifications": "^8.3.10",
"@tabler/icons": "^3.40.0",
"@tabler/icons-react": "^3.35.0",
"clsx": "^2.1.1",
"mantine-contextmenu": "^8.3.11",
"mantine-datatable": "^8.3.9",
"modern-screenshot": "^4.6.7",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-error-boundary": "^6.0.0",
"react-markdown": "^10.1.0",
"react-router": "^7.10.1",
"react-use": "^17.6.0"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.17.1",
"@types/bun": "^1.3.4",
"@types/node": "^25.3.3",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.7.0",
"babel-plugin-react-compiler": "^1.0.0",
"postcss": "^8.5.6",
"postcss-preset-mantine": "1.18.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5.9.3",
"vite": "^7.2.7",
"vite-plugin-sitemap": "^0.8.2",
"wrangler": "^4.54.0"
},
"packageManager": "bun@1.2.3",
"trustedDependencies": [
"core-js-pure"
]
}