-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
88 lines (88 loc) · 2.63 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
{
"name": "onbai-nextjs",
"version": "0.1.12",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"analyze": "cross-env ANALYZE=true next build",
"sb": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@feathersjs/client": "^4.5.11",
"@headlessui/react": "^1.4.1",
"@heroicons/react": "^1.0.4",
"@tailwindcss/typography": "^0.4.1",
"@tippyjs/react": "^4.2.5",
"@tiptap/extension-character-count": "^2.0.0-beta.13",
"@tiptap/extension-color": "2.0.0-beta.3",
"@tiptap/extension-image": "^2.0.0-beta.15",
"@tiptap/extension-text-align": "2.0.0-beta.23",
"@tiptap/extension-text-style": "^2.0.0-beta.17",
"@tiptap/react": "2.0.0-beta.66",
"@tiptap/starter-kit": "2.0.0-beta.104",
"ahooks": "^2.10.9",
"axios": "^0.21.4",
"canvas-confetti": "^1.4.0",
"dayjs": "^1.10.7",
"eva-icons": "^1.1.3",
"firebase": "^9.0.2",
"lodash-es": "^4.17.21",
"nanoid": "^3.1.25",
"next": "11.1.2",
"next-i18next": "^8.8.0",
"next-iron-session": "^4.2.0",
"next-seo": "^4.26.0",
"react": "17.0.2",
"react-content-loader": "^6.0.3",
"react-copy-to-clipboard": "^5.0.4",
"react-countdown": "^2.3.2",
"react-countdown-circle-timer": "^2.5.4",
"react-dom": "17.0.2",
"react-emoji-render": "^1.2.4",
"react-hot-toast": "^2.1.1",
"react-select": "^4.3.1",
"react-use": "^17.3.1",
"socket.io-client": "^4.2.0",
"styled-components": "^5.3.1",
"swr": "^1.0.1"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@feathersjs/authentication-client": "^4.5.11",
"@feathersjs/feathers": "^4.5.11",
"@next/bundle-analyzer": "^11.1.2",
"@storybook/addon-actions": "^6.3.5",
"@storybook/addon-essentials": "^6.3.5",
"@storybook/addon-links": "^6.3.5",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/react": "^6.3.5",
"@types/canvas-confetti": "^1.4.2",
"@types/lodash-es": "^4.17.5",
"@types/react": "17.0.21",
"@types/react-copy-to-clipboard": "^5.0.1",
"@types/styled-components": "^5.1.14",
"@types/tailwindcss": "^2.2.1",
"autoprefixer": "^10.3.4",
"babel-loader": "^8.2.2",
"cross-env": "^7.0.3",
"postcss": "^8.3.6",
"postcss-import": "^14.0.2",
"postcss-url": "^10.1.3",
"sass": "^1.41.0",
"tailwindcss": "^2.2.15",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"typescript": "4.4.3"
},
"prettier": {
"printWidth": 80,
"semi": false,
"singleQuote": true,
"trailingComma": "es5"
},
"resolutions": {
"styled-components": "^5"
}
}