-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
54 lines (54 loc) · 1.5 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
{
"name": "second.exchange",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint-staged": "lint-staged",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.3",
"@chakra-ui/react": "^2.2.3",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@fontsource/roboto": "^4.5.7",
"@tiptap/extension-heading": "^2.0.0-beta.29",
"@tiptap/extension-highlight": "^2.0.0-beta.35",
"@tiptap/extension-mention": "^2.0.0-beta.102",
"@tiptap/extension-placeholder": "^2.0.0-beta.53",
"@tiptap/extension-typography": "^2.0.0-beta.22",
"@tiptap/react": "^2.0.0-beta.114",
"@tiptap/starter-kit": "^2.0.0-beta.191",
"dompurify": "^2.3.10",
"framer-motion": "^6.4.3",
"html-to-react": "^1.5.0",
"jotai": "^1.7.4",
"lint-staged": "^13.0.3",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"next": "12.2.2",
"node-sass": "^7.0.1",
"nostr-tools": "^0.23.4",
"pino": "^8.4.2",
"prettier": "^2.7.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"react-textarea-autosize": "^8.3.4",
"sass": "^1.53.0"
},
"devDependencies": {
"@types/dompurify": "^2.3.3",
"@types/node": "18.0.3",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"eslint": "8.19.0",
"eslint-config-next": "12.2.2",
"husky": "^8.0.1",
"typescript": "4.7.4"
}
}