-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.93 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.93 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
{
"name": "geodle",
"version": "0.1.0",
"private": true,
"dependencies": {
"@headlessui/react": "^1.6.4",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.1",
"@types/node": "^16.11.38",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
"axios": "^0.27.2",
"i18next": "^22.4.9",
"i18next-browser-languagedetector": "^7.0.1",
"moment": "^2.29.3",
"react": "^18.1.0",
"react-autosuggest": "^10.1.0",
"react-countup": "^6.3.0",
"react-dom": "^18.1.0",
"react-feather": "^2.0.10",
"react-i18next": "^12.1.4",
"react-modal": "^3.15.1",
"react-scripts": "5.0.1",
"react-toastify": "^9.0.4",
"sass": "^1.52.3",
"swiper": "^8.2.2",
"typescript": "^4.7.2",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint .",
"lint:fix": "eslint --fix",
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc",
"codegen": "wget http://localhost:8000/swagger.json -O swagger.json && openapi --input ./swagger.json --output ./src/api -c fetch && rm swagger.json"
},
"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/react-autosuggest": "^10.1.5",
"@types/react-modal": "^3.13.1",
"@types/react-slick": "^0.23.8",
"autoprefixer": "^10.4.7",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.0",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"tailwindcss": "^3.0.24"
}
}