forked from kreate-art/kreate-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
101 lines (101 loc) · 3.47 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
91
92
93
94
95
96
97
98
99
100
101
{
"name": "kreate-web",
"version": "0.1.0",
"scripts": {
"build": "next build",
"clean": "rimraf .next/",
"clean:all": "rimraf .next/ node_modules/",
"dev": "NEXT_MANUAL_SIG_HANDLE=true next dev",
"dev:turbo": "NEXT_MANUAL_SIG_HANDLE=true next dev --turbo",
"postinstall": "npm run clean && sort-package-json && ( unimported || true )",
"lint": "next lint --dir .",
"lint:fix": "next lint --fix --dir .",
"start": "NEXT_MANUAL_SIG_HANDLE=true next start",
"test": "jest",
"typecheck": "tsc --noEmit --strict",
"typecheck:watch": "tsc --noEmit --strict --watch",
"unimported": "unimported"
},
"dependencies": {
"@emurgo/cip14-js": "^3.0.1",
"@faker-js/faker": "^7.6.0",
"@grammarly/editor-sdk-react": "^2.2.0",
"@kreate/protocol": "github:kreate-community/kreate-protocol#b3084d251e0ee8d4586fd10cc98424927ab2c866",
"@next/font": "^13.0.5",
"@radix-ui/react-checkbox": "^1.0.1",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-dropdown-menu": "^2.0.2",
"@radix-ui/react-radio-group": "^1.1.2",
"@radix-ui/react-slot": "^1.0.1",
"@radix-ui/react-toast": "^1.1.2",
"@shinka-network/json-bigint": "^1.0.2",
"@tiptap/core": "^2.0.0-beta.199",
"@tiptap/extension-color": "^2.0.0-beta.202",
"@tiptap/extension-link": "^2.0.0-beta.204",
"@tiptap/extension-table": "^2.0.0-beta.205",
"@tiptap/extension-table-cell": "^2.0.0-beta.205",
"@tiptap/extension-table-header": "^2.0.0-beta.205",
"@tiptap/extension-table-row": "^2.0.0-beta.205",
"@tiptap/extension-text-align": "^2.0.0-beta.202",
"@tiptap/extension-text-style": "^2.0.0-beta.202",
"@tiptap/react": "^2.0.0-beta.199",
"@tiptap/starter-kit": "^2.0.0-beta.199",
"awesome-debounce-promise": "^2.1.0",
"busboy": "^1.6.0",
"classnames": "^2.3.2",
"content-type": "^1.0.5",
"downshift": "^7.0.5",
"file-type": "^18.2.1",
"idb-keyval": "^6.2.0",
"ioredis": "^5.3.1",
"ipfs-http-client": "^60.0.0",
"lucid-cardano": "^0.9.4",
"moment": "^2.29.4",
"next": "^13.0.0",
"postgres": "^3.3.4",
"prexit": "^2.0.2",
"raw-body": "^2.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-easy-crop": "^4.6.2",
"react-minimal-pie-chart": "^8.4.0",
"react-movable": "^3.0.4",
"react-responsive-carousel": "^3.2.23",
"react-tag-input-component": "^2.0.2",
"safe-stable-stringify": "^2.4.3",
"semantic-ui-react": "^2.1.3",
"sharp": "^0.31.3",
"swr": "^2.1.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@cardano-ogmios/schema": "^5.6.0",
"@hyperionbt/helios": "^0.13.4",
"@types/busboy": "^1.5.0",
"@types/content-type": "^1.1.5",
"@types/jest": "^29.5.0",
"@types/node": "^18.14.6",
"@types/raw-body": "^2.3.0",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@types/sharp": "^0.31.1",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"eslint": "^8.36.0",
"eslint-config-next": "^13.2.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"next-superjson-plugin": "^0.5.6",
"prettier": "^2.8.7",
"rimraf": "^3.0.2",
"sass": "^1.55.0",
"sort-package-json": "^2.4.1",
"ts-jest": "29.0.5",
"typescript": "^4.9.5",
"unimported": "^1.26.0"
}
}