-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.39 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.39 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
{
"name": "@ceramic-solutions/fullstack-demo",
"version": "0.1.0",
"private": true,
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"repository": {
"type": "git",
"url": "https://github.com/ceramicstudio/solutions-sdk",
"directory": "demo/fullstack-app"
},
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "eslint src --fix",
"start": "next start"
},
"dependencies": {
"@t3-oss/env-nextjs": "^0.9.2",
"next": "^14.2.1",
"next-auth": "^4.24.12",
"react": "18.2.0",
"react-dom": "18.2.0",
"viem": "^1.12.2",
"wagmi": "^1.4.2",
"react-device-detect": "^2.2.3",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/eslint": "^8.56.2",
"@types/node": "^20.11.20",
"@ceramic-solutions/key-did": "workspace:^",
"@ceramic-solutions/points": "workspace:^",
"uint8arrays": "^5.0.3",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@composedb/types": "^0.7.1",
"@web3modal/wagmi": "^3.0.1",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.3",
"postcss": "^8.4.34",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2"
},
"ct3aMetadata": {
"initVersion": "7.30.2"
}
}