-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
126 lines (126 loc) · 3.92 KB
/
package.json
File metadata and controls
126 lines (126 loc) · 3.92 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
121
122
123
124
125
126
{
"name": "practice",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"build": "cross-env NODE_ENV=production webpack --progress",
"dev": "cross-env NODE_ENV=development webpack-dev-server --progress",
"test": "jest --watchAll",
"test:coverage": "jest --coverage",
"test:e2e": "cypress open",
"storybook": "storybook dev -p 6006",
"build:storybook": "storybook build",
"commit": "npx cz",
"serve": "cross-env NODE_ENV=production node ./server/server.js",
"prepare": "husky",
"check-types": "tsc --noEmit --pretty"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "2.5.2",
"@hookform/resolvers": "^3.3.4",
"@react-oauth/google": "^0.12.1",
"@tanstack/react-query": "^5.17.10",
"axios": "^1.6.3",
"classnames": "^2.5.1",
"framer-motion": "^10.18.0",
"i18next": "^23.7.19",
"immer": "^10.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.12",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.49.3",
"react-i18next": "^14.0.1",
"react-router-dom": "^6.21.1",
"react-spinners": "^0.13.8",
"recoil": "^0.7.7",
"uuid": "^9.0.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.2",
"@emotion/babel-plugin": "^11.11.0",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@storybook/addon-essentials": "7.6.8",
"@storybook/addon-interactions": "7.6.8",
"@storybook/addon-links": "7.6.8",
"@storybook/addon-onboarding": "1.0.10",
"@storybook/blocks": "7.6.8",
"@storybook/react": "7.6.8",
"@storybook/react-webpack5": "7.6.8",
"@storybook/test": "7.6.8",
"@testing-library/cypress": "^10.0.1",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.8",
"@types/node": "^20.10.6",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/react-helmet": "^6",
"@types/uuid": "^9.0.7",
"@types/webpack": "^5.28.5",
"@types/webpack-bundle-analyzer": "^4",
"@types/webpack-dev-server": "^4.7.2",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"autoprefixer": "^10.4.16",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"commitizen": "^4.3.0",
"cross-env": "^7.0.3",
"css-loader": "^6.8.1",
"cypress": "^13.6.3",
"cz-conventional-changelog": "^3.3.0",
"dotenv-webpack": "^8.0.1",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-storybook": "^0.6.15",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.3",
"husky": "^9.0.6",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.0",
"msw": "^2.1.1",
"postcss": "^8.4.31",
"postcss-loader": "^7.3.3",
"prettier": "^3.0.3",
"react-refresh": "^0.14.0",
"react-test-renderer": "^18.2.0",
"react-testing-library": "^8.0.1",
"storybook": "^7.6.10",
"style-loader": "^3.3.3",
"tailwindcss": "^3.3.5",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"msw": {
"workerDirectory": "public"
},
"packageManager": "yarn@4.0.2",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}