-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
129 lines (129 loc) · 3.62 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
{
"name": "forkie-player_web_renewal",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@popperjs/core": "^2.11.2",
"@redux-saga/types": "^1.1.0",
"@sentry/react": "^7.1.1",
"@sentry/tracing": "^7.1.1",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/line-clamp": "^0.3.1",
"@types/axios": "^0.14.0",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^16.7.13",
"@types/react": "^18.0.10",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-dom": "^18.0.5",
"@types/react-modal": "^3.13.1",
"@types/react-redux": "^7.1.24",
"@types/redux-logger": "^3.0.9",
"@types/redux-saga": "^0.10.5",
"@types/swiper": "^6.0.0",
"@types/uuid": "^8.3.4",
"axios": "^0.24.0",
"clsx": "^1.1.1",
"firebase": "^9.6.5",
"lodash.debounce": "^4.0.8",
"moment": "^2.29.1",
"rc-slider": "9.7.5",
"react": "^18.1.0",
"react-beautiful-dnd": "^13.1.0",
"react-cookie": "^4.1.1",
"react-dom": "^18.1.0",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.3.1",
"react-image": "^4.0.3",
"react-lottie-player": "^1.4.1",
"react-modal": "^3.15.1",
"react-player": "^2.10.1",
"react-popper": "^2.2.5",
"react-redux": "^8.0.2",
"react-resize-detector": "^7.0.0",
"react-router-dom": "6",
"react-router-sitemap": "^1.2.0",
"react-scripts": "5.0.0",
"react-select": "^5.3.2",
"redux": "^4.1.2",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"swiper": "^8.1.6",
"tailwind-merge": "^1.2.0",
"twin.macro": "^2.8.2",
"typesafe-actions": "^5.1.0",
"typescript": "^4.7.2",
"uuid": "^8.3.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"sitemap": "babel-node ./sitemapGenerator.js",
"predeploy": "npm run sitemap",
"deploy": "yarn build & firebase deploy --only hosting"
},
"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": {
"@babel/core": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.0",
"@typescript-eslint/eslint-plugin": "5.0.0",
"@typescript-eslint/parser": "5.0.0",
"autoprefixer": "^10.4.0",
"babel-cli": "^6.26.0",
"babel-jest": "^27.5.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"eslint": "7.32.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.3.0",
"force-resolutions": "^1.0.10",
"jest": "^27.5.0",
"postcss": "^8.4.5",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.12"
},
"babelMacros": {
"twin": {
"preset": "emotion"
}
},
"resolutions": {
"react": "^18.1.0",
"react-dom": "^18.1.0",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5"
}
}