-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
102 lines (102 loc) · 2.81 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
{
"name": "bloggo",
"version": "0.1.0",
"license": "MIT",
"author": {
"name": "Sal Anvarov",
"email": "msalanvarov@gmail.com",
"url": "https://www.sal-anvarov.com"
},
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"private": true,
"dependencies": {
"@glidejs/glide": "^3.5.2",
"@headlessui/react": "^1.4.3",
"@nx/node": "16.7.4",
"@reduxjs/toolkit": "1.9.3",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/line-clamp": "^0.3.1",
"@tailwindcss/typography": "^0.5.0",
"@trivago/prettier-plugin-sort-imports": "^3.1.1",
"@vercel/analytics": "^1.0.2",
"autoprefixer": "10.4.2",
"classnames": "^2.3.1",
"core-js": "^3.6.5",
"draft-js": "^0.11.7",
"draftjs-md-converter": "^1.5.2",
"firebase": "^9.6.3",
"formik": "^2.2.9",
"js-sha256": "^0.9.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"next": "13.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-draft-wysiwyg": "^1.14.7",
"react-firebase-hooks": "^4.0.2",
"react-icons": "^4.3.1",
"react-is": "18.0.0",
"react-markdown": "^7.1.2",
"react-moment": "^1.1.1",
"react-redux": "8.0.5",
"react-tabs": "^3.2.3",
"react-tooltip": "^4.2.21",
"redux-persist": "^6.0.0",
"regenerator-runtime": "0.13.7",
"remark-gfm": "^3.0.1",
"tailwindcss": "^3.0.15",
"tslib": "^2.0.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@nrwl/js": "16.7.4",
"@nx/cypress": "16.7.4",
"@nx/eslint-plugin": "16.7.4",
"@nx/jest": "16.7.4",
"@nx/linter": "16.7.4",
"@nx/next": "16.7.4",
"@nx/react": "16.7.4",
"@nx/web": "16.7.4",
"@nx/workspace": "16.7.4",
"@testing-library/react": "14.0.0",
"@types/glidejs__glide": "^3.4.1",
"@types/jest": "29.4.4",
"@types/node": "18.14.2",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/react-draft-wysiwyg": "^1.13.4",
"@types/react-tabs": "^2.3.4",
"@types/yup": "^0.29.13",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"babel-jest": "29.4.3",
"cypress": "^9.1.0",
"eslint": "8.46.0",
"eslint-config-next": "13.1.1",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "2.14.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "29.4.3",
"jest-environment-jsdom": "28.1.3",
"nx": "16.7.4",
"nx-cloud": "16.3.0",
"postcss": "8.4.21",
"prettier": "2.8.8",
"sass": "1.55.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.1.6"
},
"peerDependencies": {
"postcss": "^8.4.5"
}
}