-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.24 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
{
"name": "anode",
"version": "1.0.0",
"homepage": "https://pandecode.github.io/anode/",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@emotion/react": "^11.11.1",
"@mantine/carousel": "^5.10.5",
"@mantine/core": "^5.10.5",
"@mantine/dates": "^5.10.5",
"@mantine/dropzone": "^5.10.5",
"@mantine/ds": "^5.10.5",
"@mantine/form": "^5.10.5",
"@mantine/hooks": "^5.10.5",
"@mantine/modals": "^5.10.5",
"@mantine/notifications": "^5.10.5",
"@mantine/nprogress": "^5.10.5",
"@mantine/prism": "^5.10.5",
"@mantine/spotlight": "^5.10.5",
"@mantine/tiptap": "^5.10.5",
"@tabler/icons": "1.119.0",
"@tiptap/extension-link": "2.0.0-beta.217",
"@tiptap/react": "2.0.0-beta.217",
"@tiptap/starter-kit": "2.0.0-beta.217",
"@types/d3": "^7.4.3",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@vitejs/plugin-react": "^3.1.0",
"d3": "^7.8.5",
"dayjs": "^1.11.10",
"embla-carousel-react": "^7.1.0",
"firebase": "^9.23.0",
"lottie-react": "^2.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.19.0",
"react-router-dom": "^6.19.0",
"typescript": "^4.9.5",
"vite": "^4.5.0",
"vite-plugin-pwa": "^0.14.7"
}
}