-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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
{
"name": "donotes",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.4",
"@chakra-ui/react": "^1.2.1",
"@editorjs/editorjs": "^2.19.1",
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"@stripe/react-stripe-js": "^1.2.2",
"@stripe/stripe-js": "^1.12.1",
"@supabase/supabase-js": "^1.3.2",
"@supabase/ui": "^0.13.0",
"classnames": "^2.2.6",
"dotenv": "^8.2.0",
"draft-js": "^0.11.7",
"framer-motion": "^3.3.0-beta.22",
"moment": "^2.29.1",
"next": "10.0.7",
"react": "17.0.1",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "17.0.1",
"react-feather": "^2.0.9",
"react-hot-keys": "^2.6.2",
"react-markdown": "^5.0.3",
"react-moment": "^1.1.1",
"react-select": "^4.1.0",
"react-syntax-highlighter": "^15.4.3",
"react-tag-autocomplete": "^6.1.0",
"remark-gfm": "^1.0.0",
"stripe": "^8.135.0"
}
}