-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1013 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1013 Bytes
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
{
"name": "lyvner-mollen",
"version": "0.1.0",
"private": true,
"dependencies": {
"@formspree/react": "^2.2.4",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"browserslist": "^4.16.4",
"date-fns": "^2.9.0",
"firebase": "^9.6.7",
"mapbox-gl": "^2.6.1",
"react": "^17.0.2",
"react-day-picker": "^7.4.10",
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.1",
"react-scripts": "5.0.0",
"react-select": "^5.2.2",
"react-styled-select": "^3.0.0",
"styled-components": "^5.0.1",
"styled-icons": "^10.33.0",
"use-media-query-hook": "^0.3.0",
"worker-loader": "^3.0.8"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
"defaults",
"not ie 11"
],
"homepage": "."
}