-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
119 lines (119 loc) · 3.98 KB
/
package.json
File metadata and controls
119 lines (119 loc) · 3.98 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
{
"name": "sosim_front",
"packageManager": "yarn@3.3.1",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack serve",
"build:production": "cross-env NODE_ENV=production webpack",
"build:staging": "cross-env NODE_ENV=staging webpack",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"test": "jest --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "^7.20.1",
"@emotion/babel-preset-css-prop": "^11.10.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@tanstack/react-query": "^4.24.4",
"@tanstack/react-query-devtools": "^4.29.0",
"@types/react": "^18.0.25",
"@types/react-calendar": "^3.9.0",
"@types/react-dom": "^18.0.8",
"axios": "^1.3.2",
"core-js": "^3.26.0",
"dayjs": "^1.11.7",
"dotenv": "^16.0.3",
"emotion-reset": "^3.0.1",
"event-source-polyfill": "^1.0.31",
"jest-canvas-mock": "^2.5.1",
"msw": "^1.0.1",
"react": "^18.2.0",
"react-calendar": "^4.1.0",
"react-copy-to-clipboard": "^5.1.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.4.3",
"react-lottie-player": "^1.5.4",
"react-router-dom": "^6.6.1",
"react-toastify": "^9.1.2",
"recoil": "^0.7.7",
"recoil-persist": "^4.2.0",
"typescript": "^4.8.4"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@emotion/babel-plugin": "^11.10.5",
"@emotion/jest": "^11.10.5",
"@mdx-js/react": "^2.3.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-docs": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-interactions": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/channel-websocket": "^6.5.16",
"@storybook/cli": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/preview-web": "^6.5.16",
"@storybook/react": "^6.5.16",
"@storybook/store": "^6.5.16",
"@storybook/testing-library": "^0.0.13",
"@svgr/webpack": "^6.5.1",
"@testing-library/dom": "^9.0.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/dotenv-webpack": "^7.0.3",
"@types/event-source-polyfill": "^1.0.1",
"@types/fork-ts-checker-webpack-plugin": "^0.4.5",
"@types/jest": "^29.4.0",
"@types/node": "^18.11.9",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/testing-library__jest-dom": "^5.14.5",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.7.2",
"@yarnpkg/pnpify": "^4.0.0-rc.37",
"@yarnpkg/sdks": "^2.7.0",
"babel-loader": "^9.1.0",
"chromatic": "^6.17.1",
"clean-webpack-plugin": "^4.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"dotenv-webpack": "^8.0.1",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^7.2.13",
"global": "^4.4.0",
"intersection-observer": "^0.12.2",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"jest-transformer-svg": "^2.0.0",
"msw-storybook-addon": "^1.8.0",
"prettier": "^2.8.1",
"react-refresh": "^0.14.0",
"react-test-renderer": "^18.2.0",
"style-loader": "^3.3.1",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"type-fest": "^3.5.0",
"webpack": "^5.75.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
},
"version": "",
"readme": "ERROR: No README data found!",
"_id": "sosim_front@",
"msw": {
"workerDirectory": ""
}
}