-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 2.83 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
{
"name": "fi-sweets-frontend",
"version": "1.0.0",
"private": true,
"dependencies": {
"@craco/craco": "^6.2.0",
"@headlessui/react": "^1.3.0",
"@heroicons/react": "^1.0.2",
"@stripe/react-stripe-js": "^1.8.1",
"@stripe/stripe-js": "^1.30.0",
"@tailwindcss/forms": "^0.3.3",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.0",
"@types/jest": "^27.4.1",
"@types/node": "^16.3.3",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.3.3",
"axios": "^0.26.1",
"i18next": "^21.6.14",
"i18next-browser-languagedetector": "^6.1.4",
"i18next-http-backend": "^1.4.0",
"luxon": "^2.0.1",
"moment": "^2.29.3",
"rc-slider": "^10.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-gravatar": "^2.6.3",
"react-i18next": "^11.16.7",
"react-loader-spinner": "^4.0.0",
"react-lottie-player": "^1.4.2",
"react-markdown": "^8.0.3",
"react-multi-carousel": "^2.8.2",
"react-phone-number-input": "^3.2.2",
"react-query": "^3.38.0",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.2.2",
"react-scripts": "4.0.3",
"react-show-more-text": "^1.5.2",
"simple-peer": "^9.11.1",
"typescript": "^4.3.5",
"use-dark-mode": "^2.3.1",
"uuid": "^8.3.2",
"web-vitals": "^2.1.0"
},
"devDependencies": {
"@types/luxon": "^1.27.1",
"@types/react-gravatar": "^2.6.10",
"@types/react-show-more-text": "^1.4.2",
"@types/simple-peer": "^9.11.4",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"autoprefixer": "^9.8.6",
"eslint": "^7.31.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "3.4.0",
"postcss": "^8.3.11",
"prettier": "2.3.2",
"react-error-overlay": "^6.0.9",
"tailwind-scrollbar": "^1.3.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17"
},
"optionalDependencies": {
"fsevents": "*"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject",
"lint:check": "eslint \"{src,apps,libs,test}/**/*.ts\"",
"lint:fix": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"format:check": "prettier --check \"src/**/*.ts\"",
"format:fix": "prettier --write \"src/**/*.ts\""
},
"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"
]
}
}