-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
141 lines (141 loc) · 4.15 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
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "emojisushi-redesign",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/core": "^7.16.0",
"@ebay/nice-modal-react": "^1.2.13",
"@floating-ui/react": "^0.26.9",
"@huse/action-pending": "^1.1.2",
"@huse/boolean": "^1.1.2",
"@huse/debug": "^1.1.1",
"@layerok/emojisushi-js-sdk": "1.0.10",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
"@svgr/webpack": "^5.5.0",
"@tanstack/react-query": "^4.29.19",
"@tanstack/react-query-devtools": "^4.29.19",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.1.1",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^29.2.4",
"@types/node": "^18.11.17",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/styled-components": "5.1.0",
"axios": "^0.27.2",
"axios-auth-refresh": "^3.3.6",
"babel-jest": "^27.4.2",
"babel-loader": "^8.2.3",
"babel-plugin-named-asset-import": "^0.3.8",
"babel-preset-react-app": "^10.0.1",
"bfj": "^7.0.2",
"browserslist": "^4.18.1",
"camelcase": "^6.2.1",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"clsx": "^2.1.0",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.2.0",
"date-fns": "^2.28.0",
"dotenv": "^10.0.0",
"dotenv-expand": "^5.1.0",
"eslint": "^8.3.0",
"eslint-config-react-app": "^7.0.1",
"eslint-webpack-plugin": "^3.1.1",
"file-loader": "^6.2.0",
"formik": "^2.2.9",
"framer-motion": "^6.3.3",
"fs-extra": "^10.0.0",
"gensync": "^1.0.0-beta.2",
"html-webpack-plugin": "^5.5.0",
"i18next": "^21.8.9",
"i18next-http-backend": "^2.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.4.3",
"jest-resolve": "^27.4.2",
"jest-watch-typeahead": "^1.0.0",
"js-cookie": "^3.0.1",
"js-levenshtein": "^1.1.6",
"mini-css-extract-plugin": "^2.4.5",
"mobx": "^6.6.0",
"mobx-react": "^7.5.0",
"normalize.css": "^8.0.1",
"postcss": "^8.4.4",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^6.2.1",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^7.0.1",
"prompts": "^2.4.2",
"react": "^18.1.0",
"react-app-polyfill": "^3.0.0",
"react-custom-scrollbars": "^4.2.1",
"react-dev-utils": "^12.0.1",
"react-dom": "^18.1.0",
"react-equal-height": "^1.2.2",
"react-i18next": "^11.17.1",
"react-intersection-observer": "^9.5.2",
"react-loading-skeleton": "^3.2.0",
"react-query-auth": "^2.2.0",
"react-refresh": "^0.11.0",
"react-router-dom": "6.21.1",
"react-router-typesafe-routes": "^1.2.1",
"react-slick": "^0.29.0",
"react-spinners": "^0.12.0",
"react-spring": "^9.7.3",
"react-spring-carousel": "^2.0.19",
"react-use": "^17.3.2",
"resolve": "^1.20.0",
"resolve-url-loader": "^4.0.0",
"sass-loader": "^12.3.0",
"semver": "^7.3.5",
"slick-carousel": "^1.8.1",
"source-map-loader": "^3.0.0",
"style-loader": "^3.3.1",
"styled-components": "^5.3.5",
"styled-media-query": "^2.1.2",
"styled-system": "5.1.0",
"styled-tools": "^1.7.2",
"tailwindcss": "^3.0.2",
"terser-webpack-plugin": "^5.2.5",
"typescript": "^4.9.4",
"web-vitals": "^2.1.4",
"webpack": "^5.64.4",
"webpack-dev-server": "^4.6.0",
"webpack-manifest-plugin": "^4.0.2",
"workbox-webpack-plugin": "^6.4.1",
"yup": "^0.32.11"
},
"scripts": {
"start": "node scripts/start.js",
"dev": "yarn start",
"build": "node scripts/build.js",
"test": "node scripts/test.js",
"prepare": "husky install",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives",
"check-types": "tsc"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/styled-system": "5.1.0",
"babel-plugin-module-resolver": "^4.1.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"prettier": "^2.8.6"
}
}