-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.95 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
{
"name": "notion-atica",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next lint & NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"prod": "next build && next start"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@mantine/core": "^6.0.4",
"@mantine/hooks": "^6.0.4",
"@mantine/next": "^6.0.4",
"@prisma/client": "^4.12.0",
"@tippyjs/react": "^4.2.6",
"@tiptap/extension-bold": "^2.0.0-beta.220",
"@tiptap/extension-bubble-menu": "^2.0.0-beta.220",
"@tiptap/extension-color": "^2.0.0-beta.220",
"@tiptap/extension-document": "^2.0.0-beta.220",
"@tiptap/extension-dropcursor": "^2.0.0-beta.220",
"@tiptap/extension-gapcursor": "^2.0.0-beta.220",
"@tiptap/extension-history": "^2.0.0-beta.220",
"@tiptap/extension-image": "^2.0.2",
"@tiptap/extension-italic": "^2.0.0-beta.220",
"@tiptap/extension-list-item": "^2.0.0-beta.220",
"@tiptap/extension-paragraph": "^2.0.0-beta.220",
"@tiptap/extension-placeholder": "^2.0.0-beta.220",
"@tiptap/extension-text": "^2.0.0-beta.220",
"@tiptap/extension-text-style": "^2.0.0-beta.220",
"@tiptap/extension-underline": "^2.0.0-beta.220",
"@tiptap/pm": "^2.0.0-beta.220",
"@tiptap/react": "^2.0.0-beta.220",
"@tiptap/suggestion": "^2.0.0-beta.220",
"chart.js": "^4.2.1",
"d3": "^7.8.4",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"faker": "5.5.3",
"highlight.js": "^11.7.0",
"lowlight": "^2.8.1",
"nanoid": "^4.0.1",
"next": "13.2.4",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"rxjs": "^7.8.0",
"styled-components": "^5.3.9",
"tippy.js": "^6.3.7",
"zeed-dom": "^0.10.4"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"prisma": "^4.12.0",
"tailwindcss": "^3.2.7"
}
}