forked from KlaraGajaszek/Hackaton_Hack4Girlz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.13 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@brainhubeu/react-carousel": "^2.0.4",
"@chakra-ui/core": "^0.8.0",
"@chakra-ui/icons": "^1.0.13",
"@chakra-ui/react": "^1.6.3",
"@emotion/core": "^11.0.0",
"@emotion/react": "^11",
"@emotion/styled": "^11.3.0",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@headlessui/react": "^1.1.1",
"@testing-library/dom": "^7.30.4",
"@testing-library/react": "^11.2.6",
"@types/axios": "^0.14.0",
"@types/react-test-renderer": "^17.0.1",
"@types/styled-components": "^5.1.3",
"@types/testing-library__jest-dom": "^5.9.5",
"@types/yup": "^0.29.11",
"axios": "^0.21.0",
"date-fns": "^2.22.1",
"emotion-theming": "^11.0.0",
"firebase": "^8.6.2",
"formik": "^2.2.6",
"framer-motion": "^4",
"jest-styled-components": "^7.0.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-firebase-hooks": "^3.0.4",
"react-icons": "^3.11.0",
"react-rainbow-components": "^1.25.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"react-touch-carousel": "^0.9.4",
"styled-components": "^5.2.0",
"styled-icons": "^10.27.0",
"types": "^0.1.1",
"universal-cookie": "^4.0.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/user-event": "^13.1.8",
"@types/jest": "^26.0.23",
"@types/node": "^15.0.1",
"@types/react": "^17.0.4",
"@types/react-dom": "^17.0.3",
"@types/react-router-dom": "^5.1.6",
"prettier": "2.3.0",
"typescript": "^4.1.0"
}
}