-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.16 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
{
"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": {
"@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",
"@tailwindcss/forms": "^0.3.4",
"@urql/exchange-auth": "^0.1.6",
"add": "^2.0.6",
"autoprefixer": "^10.4.0",
"clsx": "^1.1.1",
"graphql": "^16.0.1",
"graphql-tag": "^2.12.6",
"jsonwebtoken": "^8.5.1",
"next": "12.0.4",
"next-auth": "4.0.0-beta.6",
"next-i18next": "^9.2.0",
"next-urql": "^3.3.1",
"postcss": "^8.3.11",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hot-toast": "^2.1.1",
"tailwindcss": "^2.2.19",
"urql": "^2.0.5",
"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",
"@storybook/theming": "^6.4.0",
"@types/node": "16.11.9",
"@types/react": "17.0.35",
"babel-loader": "^8.2.3",
"dotenv": "^10.0.0",
"eslint": "7",
"eslint-config-next": "12.0.4",
"eslint-plugin-storybook": "^0.5.0",
"hasura-cli": "^2.0.9",
"typescript": "4.5.2"
}
}