generated from Anthony-Jhoiro/template-next
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 3.02 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
{
"name": "template-next-ndi",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook -o docs-build",
"hasura-console": "cd hasura && hasura console",
"gen-graphql": "graphql-codegen --config codegen.js"
},
"dependencies": {
"@editorjs/checklist": "^1.3.0",
"@editorjs/editorjs": "^2.22.2",
"@editorjs/embed": "^2.5.0",
"@editorjs/header": "^2.6.2",
"@editorjs/image": "^2.6.2",
"@editorjs/link": "^2.4.0",
"@editorjs/list": "^1.6.2",
"@editorjs/marker": "^1.2.2",
"@editorjs/paragraph": "^2.8.0",
"@editorjs/quote": "^2.4.0",
"@editorjs/raw": "^2.3.0",
"@editorjs/simple-image": "^1.4.1",
"@editorjs/table": "^2.0.1",
"@editorjs/warning": "^1.2.0",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@google-cloud/storage": "^5.18.0",
"@radix-ui/react-popover": "^0.1.6",
"@tailwindcss/forms": "^0.3.4",
"@urql/exchange-auth": "^0.1.6",
"add": "^2.0.6",
"autoprefixer": "^10.4.0",
"clsx": "^1.1.1",
"emoji-mart": "^3.0.1",
"form-data": "^4.0.0",
"formidable": "^2.0.1",
"graphql": "^16.0.1",
"graphql-tag": "^2.12.6",
"jsonwebtoken": "^8.5.1",
"next": "12.0.4",
"next-auth": "^4.1.0",
"next-i18next": "^9.2.0",
"next-urql": "^3.3.1",
"postcss": "^8.3.11",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-editor-js": "^2.0.6",
"react-hot-toast": "^2.1.1",
"react-twemoji": "^0.5.0",
"tailwindcss": "^2.2.19",
"tw-elements": "^1.0.0-alpha4",
"urql": "^2.0.5",
"uuid": "^8.3.2",
"yarn": "^1.22.17"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@graphql-codegen/cli": "^2.3.0",
"@graphql-codegen/introspection": "^2.1.0",
"@graphql-codegen/schema-ast": "^2.4.0",
"@graphql-codegen/typescript": "^2.4.1",
"@graphql-codegen/typescript-graphql-request": "^4.3.1",
"@graphql-codegen/typescript-operations": "^2.2.1",
"@graphql-codegen/typescript-urql": "^3.4.1",
"@storybook/addon-a11y": "^6.4.3",
"@storybook/addon-actions": "^6.4.0",
"@storybook/addon-essentials": "^6.4.0",
"@storybook/addon-links": "^6.4.0",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addons": "^6.4.0",
"@storybook/builder-webpack5": "^6.4.0",
"@storybook/manager-webpack5": "^6.4.0",
"@storybook/react": "^6.4.0",
"@types/react-twemoji": "^0.4.0",
"@storybook/theming": "^6.4.0",
"@types/emoji-mart": "^3.0.9",
"@types/formidable": "^2.0.4",
"@types/node": "16.11.9",
"@types/react": "17.0.35",
"@types/uuid": "^8.3.4",
"babel-loader": "^8.2.3",
"eslint": "7",
"eslint-config-next": "12.0.4",
"eslint-plugin-storybook": "^0.5.0",
"hasura-cli": "^2.0.9",
"typescript": "4.5.2"
}
}