forked from talerqa/inctagram_blazing_bonfires
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·120 lines (120 loc) · 4.15 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·120 lines (120 loc) · 4.15 KB
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "inctagram_blazing_bonfires",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NEXT_PRIVATE_LOCAL_WEBPACK=true next dev",
"build": "NEXT_PRIVATE_LOCAL_WEBPACK=true next build",
"build:production": "next build",
"downloadLocales": "locize download --project-id=d3b405cf-2532-46ae-adb8-99e88d876733 --ver=latest --clean=true --path=./public/locales",
"start": "next start",
"format": "prettier --write src",
"lint": "eslint --fix src/**/*.{tsx,ts,jsx,js} --no-error-on-unmatched-pattern && stylelint --fix src/{,*/}*.{scss,css} --allow-empty-input",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"husky:install": "husky install",
"test": "jest",
"coverage": "jest --coverage",
"generate": "graphql-codegen",
"codegen:watch": "graphql-codegen --watch"
},
"dependencies": {
"@apollo/client": "^3.8.10",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@headlessui/react": "1.7.17",
"@hookform/resolvers": "3.1.1",
"@module-federation/nextjs-mf": "^8.3.14",
"@parcel/watcher": "^2.4.1",
"@radix-ui/react-dropdown-menu": "2.0.6",
"@radix-ui/react-slider": "^1.1.2",
"@react-oauth/google": "0.11.1",
"@reduxjs/toolkit": "1.9.5",
"@tanstack/react-query": "5.0.0-beta.15",
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@typescript-eslint/parser": "6.2.1",
"clsx": "^2.1.0",
"core-js": "^3.35.0",
"eslint": "8.45.0",
"eslint-config-next": "13.4.11",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"i18next": "23.4.1",
"jwt-decode": "3.1.2",
"moment": "2.29.4",
"next": "13.5.3",
"next-i18next": "14.0.0",
"next-redux-wrapper": "8.1.0",
"next-router-mock": "0.9.10",
"react": "18.2.0",
"react-autosuggest": "10.1.0",
"react-avatar-editor": "13.0.0",
"react-dom": "18.2.0",
"react-google-recaptcha": "3.1.0",
"react-hook-form": "7.45.4",
"react-hot-toast": "2.4.1",
"react-i18next": "13.0.3",
"react-image-file-resizer": "0.4.8",
"react-multi-date-picker": "4.1.2",
"react-query": "3.39.3",
"react-redux": "8.1.3",
"react-top-loading-bar": "^2.3.1",
"react-use-wizard": "2.2.4",
"redux": "4.2.1",
"sharp": "^0.32.5",
"socket.io-client": "^4.7.5",
"subscriptions-transport-ws": "^0.11.0",
"typescript": "5.1.6",
"ua-parser-js": "1.0.36",
"webpack": "^5.91.0",
"yup": "1.3.2"
},
"devDependencies": {
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-codegen/typescript-react-apollo": "^4.1.0",
"@it-incubator/eslint-config": "^0.1.3",
"@it-incubator/prettier-config": "^0.1.2",
"@it-incubator/stylelint-config": "^0.1.5",
"@storybook/addon-essentials": "^7.1.0",
"@storybook/addon-interactions": "^7.1.0",
"@storybook/addon-links": "^7.1.0",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.1.0",
"@storybook/nextjs": "^7.1.0",
"@storybook/react": "^7.1.0",
"@storybook/testing-library": "^0.2.0",
"@svgr/webpack": "^8.1.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/react-autosuggest": "^10.1.7",
"@types/react-avatar-editor": "^13.0.0",
"@types/react-google-recaptcha": "^2.1.5",
"@types/ua-parser-js": "^0.7.37",
"@types/webpack-env": "^1.18.2",
"babel-jest": "^29.6.2",
"eslint-plugin-storybook": "^0.6.15",
"husky": "^8.0.3",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"prettier": "^3.0.3",
"react-test-renderer": "^18.2.0",
"sass": "^1.64.0",
"storybook": "^7.4.6",
"stylelint": "^15.10.1",
"tsconfig-paths-webpack-plugin": "^4.1.0"
},
"optionalDependencies": {
"@next/swc-darwin-arm64": "canary",
"@next/swc-darwin-x64": "canary",
"@next/swc-linux-x64-gnu": "canary",
"@next/swc-win32-x64-msvc": "canary"
}
}