-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.2 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 2.2 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "nc-frontend-plugin",
"private": true,
"version": "2.2.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@apollo/client": "^3.5.10",
"@glidejs/glide": "^3.5.2",
"@headlessui/react": "^1.6.1",
"@heroicons/react": "^1.0.6",
"@reduxjs/toolkit": "^1.8.0",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/line-clamp": "^0.3.1",
"@tailwindcss/typography": "^0.5.2",
"@testing-library/react": "^12.1.4",
"@tiptap/extension-highlight": "^2.0.0-beta.33",
"@tiptap/extension-image": "^2.0.0-beta.27",
"@tiptap/extension-link": "^2.0.0-beta.36",
"@tiptap/extension-placeholder": "^2.0.0-beta.48",
"@tiptap/extension-table": "^2.0.0-beta.48",
"@tiptap/extension-table-cell": "^2.0.0-beta.20",
"@tiptap/extension-table-header": "^2.0.0-beta.22",
"@tiptap/extension-table-row": "^2.0.0-beta.19",
"@tiptap/extension-text-align": "^2.0.0-beta.29",
"@tiptap/extension-underline": "^2.0.0-beta.23",
"@tiptap/react": "^2.0.0-beta.114",
"@tiptap/starter-kit": "^2.0.0-beta.183",
"@types/jquery": "^3.5.14",
"@types/node": "^17.0.25",
"@types/react": "^18.0.3",
"@types/react-dom": "^18.0.0",
"dotenv-cra": "^3.0.2",
"graphql": "^16.3.0",
"gzipper": "^7.1.0",
"lodash": "^4.17.21",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-loading-skeleton": "^3.1.0",
"react-player": "^2.10.1",
"react-redux": "^8.0.1",
"react-share": "^4.4.0",
"react-toastify": "^9.0.1",
"react-use": "^17.4.0",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"sass": "^1.49.9",
"vite-tsconfig-paths": "^3.4.1",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@types/glidejs__glide": "^3.4.1",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.181",
"@types/react-router-dom": "^5.1.7",
"@types/redux-logger": "^3.0.9",
"@vitejs/plugin-react": "^1.3.1",
"autoprefixer": "^10.4.7",
"cssjanus": "^2.1.0",
"postcss": "^8.4.14",
"postcss-cssjanus": "^1.0.5",
"tailwindcss": "^3.1.4",
"typescript": "^4.6.3",
"vite": "^2.9.5"
}
}