-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 3.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
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
{
"name": "altogic-canny-alternative",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"icon": "svgr icons -d components/icons --ext jsx --icon --ignore-existing --replace-attr-values \"#fff=currentColor\"",
"lint": "next lint",
"lint:fix": "eslint --fix . --ext .js,.jsx components/icons",
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@floating-ui/react": "^0.21.1",
"@headlessui/react": "^1.6.6",
"@heroicons/react": "v1",
"@hookform/resolvers": "^2.9.8",
"@reduxjs/toolkit": "^1.8.5",
"@svgr/cli": "^6.3.1",
"@svgr/plugin-jsx": "^6.5.1",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.8",
"altogic": "^2.3.6",
"animate.css": "^4.1.1",
"classnames": "^2.3.1",
"cookies-next": "^2.1.1",
"copy-to-clipboard": "^3.3.2",
"date-fns": "^2.29.3",
"highlight.js": "^11.7.0",
"lodash": "^4.17.21",
"luxon": "^3.1.1",
"next": "12.1.6",
"next-redux-wrapper": "^8.0.0",
"prop-types": "^15.8.1",
"quill": "^1.3.7",
"quill-blot-formatter": "^1.0.5",
"quill-image-drop-and-paste": "^1.2.14",
"quill-mention": "^3.1.0",
"react": "18.1.0",
"react-beautiful-dnd": "^13.1.0",
"react-color": "^2.19.3",
"react-date-range": "^1.4.0",
"react-datepicker": "^4.11.0",
"react-dom": "18.1.0",
"react-hook-form": "^7.38.0",
"react-intersection-observer": "^9.4.1",
"react-parallax": "^3.5.1",
"react-quill": "^2.0.0-beta.4",
"react-quilljs": "^1.2.17",
"react-redux": "^8.0.4",
"react-select": "^5.5.2",
"react-share": "^4.4.1",
"react-spinners": "^0.13.6",
"react-toastify": "^9.0.8",
"recharts": "2.1.12",
"redux-saga": "^1.2.1",
"tailwindcss-multi-theme": "^1.0.4",
"twitter-widgets": "^2.0.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.19.0",
"@storybook/addon-actions": "^6.5.10",
"@storybook/addon-essentials": "^6.5.10",
"@storybook/addon-interactions": "^6.5.10",
"@storybook/addon-links": "^6.5.10",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/builder-webpack5": "^6.5.10",
"@storybook/manager-webpack5": "^6.5.10",
"@storybook/react": "^6.5.10",
"@storybook/testing-library": "^0.0.13",
"autoprefixer": "^10.4.13",
"babel-loader": "^8.2.5",
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-jsconfig": "^1.1.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.3.0",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4"
}
}