-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
97 lines (97 loc) · 2.93 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
{
"name": "wowleaf",
"private": true,
"license": "MIT",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint src",
"storybook": "start-storybook -p 6006 --no-dll",
"build-storybook": "build-storybook --no-dll"
},
"dependencies": {
"@hapi/boom": "^9.1.2",
"@headlessui/react": "^1.3.0",
"@heroicons/react": "^1.0.1",
"@hookform/error-message": "^2.0.0",
"@hookform/resolvers": "^2.6.0",
"@moxy/next-layout": "^2.2.2",
"@next/mdx": "^11.0.1",
"@prisma/client": "2.23.0",
"@tailwindcss/aspect-ratio": "^0.2.1",
"@tailwindcss/forms": "^0.3.3",
"@tailwindcss/typography": "^0.4.1",
"@types/debounce": "^1.2.0",
"@types/react-dom": "^17.0.8",
"autoprefixer": "^10.2.6",
"classnames": "^2.2.6",
"cors": "^2.8.5",
"date-fns": "^2.22.1",
"debounce": "^1.2.1",
"next": "11.0.1",
"next-auth": "^3.27.0",
"next-connect": "^0.10.1",
"next-cookies": "^2.0.3",
"next-seo": "^4.26.0",
"ramda": "^0.27.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.9.0",
"react-icons": "^4.2.0",
"react-placeholder": "^4.1.0",
"react-popper-tooltip": "^4.3.0",
"react-query": "^3.17.2",
"react-query-devtools": "^2.6.1",
"redis": "^3.1.2",
"statuses": "^2.0.0",
"superstruct": "^0.15.2",
"tailwindcss": "^2.2.4",
"zustand": "3.5.4"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@mdx-js/loader": "^1.6.21",
"@storybook/addon-actions": "^6.3.0",
"@storybook/addon-essentials": "^6.3.0",
"@storybook/addon-links": "^6.3.0",
"@storybook/react": "^6.3.0",
"@testing-library/react": "^11.0.4",
"@types/classnames": "^2.3.1",
"@types/cors": "^2.8.10",
"@types/jest": "^26.0.23",
"@types/ms.macro": "^2.0.0",
"@types/next-auth": "^3.15.0",
"@types/node": "^14.11.8",
"@types/ramda": "^0.27.41",
"@types/react": "^17.0.11",
"@types/redis": "^2.8.30",
"@types/styled-jsx": "^2.2.8",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"babel-jest": "^26.5.2",
"babel-loader": "^8.1.0",
"babel-plugin-macros": "2.8.0",
"eslint": "^7.29.0",
"eslint-config-next": "^11.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.1.2",
"ms.macro": "^2.0.0",
"postcss": "^8.3.5",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-loader": "^4.0.4",
"postcss-preset-env": "^6.7.0",
"precss": "^4.0.0",
"prettier": "^2.3.1",
"prisma": "2.23.0",
"storybook-addon-root-attribute": "^1.0.2",
"storybook-css-modules-preset": "^1.1.1",
"styled-jsx-plugin-postcss": "^3.0.2",
"stylelint-config-recommended": "^3.0.0",
"tailwindcss-theme-swapper": "^0.3.0",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"typescript": "^4.3.4"
}
}