-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·105 lines (105 loc) · 3.29 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
102
103
104
105
{
"name": "cms-2",
"version": "0.1.0",
"private": true,
"babelMacros": {
"twin": {
"preset": "emotion"
}
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"firebase-emulators": "firebase emulators:start --import=./db-local-data --export-on-exit=./db-local-data",
"kill-firebase-ports": "fuser -k 9099/tcp 8080/tcp 9199/tcp 4000/tcp",
"test": "jest --watch"
},
"dependencies": {
"@dnd-kit/core": "^6.0.5",
"@dnd-kit/modifiers": "^6.0.0",
"@dnd-kit/sortable": "^7.0.1",
"@dnd-kit/utilities": "^3.2.0",
"@emotion/css": "^11.9.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.10.5",
"@headlessui/react": "^1.6.2",
"@popperjs/core": "^2.11.5",
"@reduxjs/toolkit": "^1.8.1",
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/typography": "^0.5.2",
"@tiptap/core": "^2.0.0-beta.174",
"@tiptap/extension-link": "^2.0.0-beta.37",
"@tiptap/extension-placeholder": "^2.0.0-beta.48",
"@tiptap/extension-superscript": "^2.0.0-beta.209",
"@tiptap/extension-typography": "^2.0.0-beta.20",
"@tiptap/react": "^2.0.0-beta.108",
"@tiptap/starter-kit": "^2.0.0-beta.183",
"axios": "^0.27.2",
"dateformat": "^5.0.3",
"dompurify": "^2.4.3",
"firebase": "^9.6.10",
"fuse.js": "^6.6.2",
"javascript-time-ago": "^2.3.13",
"lodash.isequal": "^4.5.0",
"next": "12.1.4",
"phosphor-react": "^1.4.1",
"re-resizable": "^6.9.9",
"react": "18.0.0",
"react-date-range": "^1.4.0",
"react-device-detect": "^2.2.2",
"react-dom": "18.0.0",
"react-popper": "^2.2.5",
"react-popper-tooltip": "^4.3.1",
"react-redux": "^7.2.8",
"react-resizable": "^3.0.5",
"react-resize-detector": "^9.1.0",
"react-table": "^7.8.0",
"react-textarea-autosize": "^8.3.4",
"react-toastify": "^9.0.1",
"react-use": "^17.4.0",
"spinners-react": "^1.0.6",
"string-strip-html": "^13.0.6",
"swiper": "^8.2.6",
"tailwindcss-children": "^2.1.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@emotion/babel-plugin": "^11.9.2",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.1.1",
"@types/dateformat": "^5.0.0",
"@types/dompurify": "^2.4.0",
"@types/lodash.isequal": "^4.5.5",
"@types/node": "17.0.23",
"@types/react": "18.0.1",
"@types/react-copy-to-clipboard": "^5.0.3",
"@types/react-date-range": "^1.4.3",
"@types/react-dom": "18.0.0",
"@types/react-redux": "^7.1.24",
"@types/react-resizable": "^3.0.4",
"@types/react-table": "^7.7.14",
"@types/tailwindcss": "^3.0.10",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"autoprefixer": "^10.4.4",
"babel-loader": "^8.2.4",
"babel-plugin-macros": "^3.1.0",
"eslint": "8.13.0",
"eslint-config-next": "12.1.4",
"eslint-config-prettier": "^8.5.0",
"husky": "^7.0.4",
"jest": "^28.0.0",
"jest-environment-jsdom": "^28.0.0",
"lint-staged": "^12.3.7",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.10",
"tailwindcss": "^3.1.2",
"twin.macro": "^2.8.2",
"typescript": "^4.6.4"
}
}