-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.8 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.8 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
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
{
"name": "dcal",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"create-model": "node --experimental-json-modules ./scripts/create-model.mjs",
"publish-model": "node --experimental-json-modules ./scripts/publish-model.mjs",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"3id-connect": "^1.0.0-alpha.15",
"@3id/connect": "^0.2.5",
"@babel/preset-react": "^7.16.7",
"@ceramicnetwork/http-client": "^1.5.7",
"@ceramicnetwork/ipfs-daemon": "^1.2.11",
"@chakra-ui/react": "^1.8.5",
"@datamodels/identity-profile-basic": "^0.1.2",
"@emotion/babel-plugin": "^11.7.2",
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@ensdomains/ensjs": "^2.1.0",
"@fontsource/ibm-plex-mono": "^4.5.3",
"@fullcalendar/common": "^5.10.1",
"@fullcalendar/daygrid": "^5.10.1",
"@fullcalendar/interaction": "^5.10.1",
"@fullcalendar/list": "^5.10.1",
"@fullcalendar/react": "^5.10.1",
"@fullcalendar/rrule": "^5.10.1",
"@fullcalendar/timegrid": "^5.10.1",
"@glazed/devtools": "^0.1.3",
"@hookform/resolvers": "^2.8.8",
"@self.id/react": "^0.1.0",
"@theconvospace/sdk": "^0.3.28",
"@uselessdev/datepicker": "^2.1.1",
"axios": "^0.26.0",
"babel-plugin-transform-require-ignore": "^0.1.1",
"boring-avatars": "^1.6.3",
"chakra-react-select": "^3.0.5",
"date-fns": "^2.28.0",
"dids": "^2.4.3",
"dotenv": "^16.0.0",
"ethers": "^5.5.4",
"framer-motion": "^6.2.8",
"ics": "^2.35.0",
"key-did-provider-ed25519": "^1.1.0",
"key-did-resolver": "^1.4.4",
"lit-ceramic-sdk": "^1.1.12",
"next": "12.1.0",
"next-connect": "^0.12.2",
"next-seo": "^5.1.0",
"next-transpile-modules": "^9.0.0",
"react": "17.0.2",
"react-datepicker": "^4.7.0",
"react-dom": "17.0.2",
"react-hook-form": "^7.27.1",
"react-icons": "^4.3.1",
"react-markdown": "^8.0.0",
"react-query": "^3.34.16",
"react-use": "^17.3.2",
"remark-gfm": "^3.0.1",
"rrule": "^2.6.8",
"styled-components": "^5.3.3",
"uint8arrays": "^3.0.0",
"zod": "^3.12.0",
"zod-to-json-schema": "^3.11.3"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@chakra-ui/storybook-addon": "^1.0.3",
"@glazed/types": "^0.1.3",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-links": "^6.4.19",
"@storybook/builder-webpack5": "^6.4.19",
"@storybook/manager-webpack5": "^6.4.19",
"@storybook/react": "^6.4.19",
"@types/node": "17.0.21",
"@types/react": "17.0.39",
"babel-loader": "^8.2.3",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"typescript": "4.5.5"
}
}