-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
90 lines (90 loc) · 3.2 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
{
"private": true,
"license": "AGPL-3.0",
"packageManager": "pnpm@8.3.1",
"scripts": {
"dev": "NODE_TLS_REJECT_UNAUTHORIZED=0 && next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"**/*.{ts,tsx,md,mdx,json,js,jsx}\"",
"test": "echo 'No Tests Found'"
},
"dependencies": {
"@fluentui/react": "^8.109.3",
"@fluentui/react-file-type-icons": "^8.8.17",
"@headlessui/react": "^1.7.14",
"@hookform/resolvers": "^3.1.0",
"@radix-ui/react-accordion": "^1.1.1",
"@radix-ui/react-context-menu": "^2.1.3",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.4",
"@radix-ui/react-popover": "^1.0.5",
"@radix-ui/react-scroll-area": "^1.0.3",
"@radix-ui/react-toolbar": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.5",
"@scure/bip39": "^1.2.0",
"@tanstack/react-query": "^4.29.5",
"@tanstack/react-query-devtools": "^4.29.6",
"@zxcvbn-ts/core": "^3.0.0",
"@zxcvbn-ts/matcher-pwned": "^3.0.0",
"client-zip": "^2.4.2",
"clsx": "^1.2.1",
"comlink": "^4.4.1",
"contentlayer": "^0.3.2",
"date-fns": "^2.30.0",
"framer-motion": "^10.12.9",
"libsodium-wrappers-sumo": "^0.7.11",
"lodash": "^4.17.21",
"lucide-react": "^0.214.0",
"next": "13.4.1",
"next-contentlayer": "^0.3.2",
"p-queue": "^7.3.4",
"rdndmb-html5-to-touch": "^8.0.0",
"react": "^18.2.0",
"react-dnd": "^16.0.1",
"react-dnd-multi-backend": "^8.0.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.43.9",
"react-hot-toast": "^2.4.1",
"react-use-measure": "^2.1.1",
"sanitize-filename": "^1.6.3",
"schema-dts": "^1.1.2",
"streamsaver": "^2.0.6",
"tailwind-merge": "^1.12.0",
"web-streams-polyfill": "^3.2.1",
"zod": "^3.21.4",
"zustand": "^4.3.8"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.0.0-alpha.1",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@total-typescript/ts-reset": "^0.4.2",
"@types/libsodium-wrappers-sumo": "^0.7.5",
"@types/lodash": "^4.14.194",
"@types/node": "^20.1.1",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@types/streamsaver": "^2.0.1",
"autoprefixer": "^10.4.14",
"concurrently": "^8.0.1",
"cssnano": "^6.0.1",
"eslint": "^8.40.0",
"eslint-config-next": "13.4.1",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-unused-imports": "^2.0.0",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"rehype-autolink-headings": "^6.1.1",
"rehype-pretty-code": "^0.9.5",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"tailwindcss": "^3.3.2",
"tailwindcss-animate": "^1.0.5",
"tailwindcss-debug-screens": "^2.2.1",
"typescript": "^5.0.4"
}
}