-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
59 lines (59 loc) · 1.65 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
{
"name": "nextjs-swrlit-tailwindcss",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@headlessui/react": "^1.2.0",
"@inrupt/lit-generated-vocab-solid-common": "^0.3.9",
"@inrupt/solid-common-vocab": "^0.5.3",
"@octokit/request": "^5.4.15",
"@supabase/supabase-js": "^1.11.9",
"copy-to-clipboard": "^3.3.1",
"fast-deep-equal": "^3.1.3",
"fathom-client": "^3.0.0",
"formik": "^2.2.6",
"fuse.js": "^6.4.6",
"greg": "^0.0.2",
"image-blob-reduce": "^2.2.2",
"image-extensions": "^1.1.0",
"is-hotkey": "^0.2.0",
"is-url": "^1.2.4",
"make-empty-github-commit": "^1.2.1",
"micro-base58": "^0.4.3",
"next": "^10.2.2",
"node-fetch": "^2.6.1",
"rdf-namespaces": "^1.9.2",
"react": "^17.0.2",
"react-cropper": "^2.1.4",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
"react-dom": "^17.0.2",
"react-infinite-scroll-component": "^5.1.0",
"react-linkify": "^1.0.0-alpha",
"react-loader-spinner": "^4.0.0",
"react-markdown": "^5.0.3",
"react-modal": "^3.12.1",
"react-tiny-popover": "^6.0.5",
"slate": "^0.63.0",
"slate-history": "^0.62.0",
"slate-react": "^0.63.0",
"solid-auth-fetcher": "^1.5.3",
"swrlit": "0.15.0",
"use-debounce": "^5.2.0",
"uuid": "^8.3.2",
"yup": "^0.32.8"
},
"license": "MIT",
"devDependencies": {
"@tailwindcss/forms": "^0.3.2",
"autoprefixer": "^10.2.5",
"postcss": "^8.3.0",
"tailwindcss": "^2.1.2"
}
}