-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.33 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
{
"name": "mysilio-garden",
"version": "1.0.0",
"scripts": {
"dev": "next",
"test": "",
"build": "next build",
"start": "next start",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"chromatic": "npx chromatic --project-token=9ce71b1f5982",
"prepare": "husky install"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"dependencies": {
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^1.0.6",
"@inrupt/solid-client": "^1.23.1",
"@inrupt/solid-client-authn-node": "^1.13.0",
"@octokit/request": "^5.6.3",
"@rdf-esm/data-model": "^0.5.4",
"@rdf-esm/namespace": "^0.5.5",
"@scure/base": "^1.0.0",
"@supabase/supabase-js": "^1.11.9",
"@tippyjs/react": "^4.2.5",
"@udecode/plate-heading": "^18.7.0",
"@udecode/plate-headless": "^18.7.0",
"@udecode/plate-juice": "^18.7.0",
"@udecode/plate-ui-combobox": "^18.7.0",
"@udecode/plate-ui-link": "^18.7.0",
"@udecode/plate-ui-list": "^18.7.0",
"@udecode/plate-ui-media": "^18.7.0",
"@udecode/plate-ui-toolbar": "^18.7.0",
"autoprefixer": "^10.4.8",
"fast-deep-equal": "^3.1.3",
"formik": "^2.2.6",
"fuse.js": "^6.6.2",
"garden-kit": "^1.0.0-beta.29",
"greg": "^0.0.2",
"image-blob-reduce": "^2.2.2",
"is-url": "^1.2.4",
"micro-base58": "^0.4.3",
"next": "^12.2.0",
"node-fetch": "^2.6.1",
"open-graph-scraper": "^4.10.0",
"papaparse": "^5.3.1",
"rdf-namespaces": "^1.9.2",
"react": "^18.2.0",
"react-cropper": "^2.1.4",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-loader-spinner": "^4.0.0",
"scheduler": "^0.23.0",
"slate": "^0.84.0",
"slate-history": "^0.66.0",
"slate-hyperscript": "^0.77.0",
"slate-react": "^0.83.2",
"styled-components": "^5.3.6",
"swr": "^1.3.0",
"swrlit": "^1.0.0-beta.19",
"use-debounce": "^8.0.3",
"uuid": "^8.3.2",
"yup": "^0.32.8"
},
"license": "MIT",
"devDependencies": {
"@rdfjs/types": "^1.1.0",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/typography": "^0.5.2",
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"postcss": "^8.4.18",
"prettier": "2.3.2",
"tailwindcss": "^3.0.0",
"typescript": "^4.7.4"
}
}