-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.13 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
{
"name": "linkr",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.21.4",
"framer-motion": "^4.1.17",
"get-youtube-id": "^1.0.1",
"leaflet": "^1.7.1",
"react": "^17.0.2",
"react-debounce-input": "^3.2.5",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-infinite-scroll": "^0.1.5",
"react-infinite-scroll-component": "^6.1.0",
"react-ionicons": "^4.2.0",
"react-leaflet": "^3.2.1",
"react-loader-spinner": "^4.0.0",
"react-player": "^2.9.0",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"react-tooltip": "^4.2.21",
"styled-components": "^5.3.1",
"sweetalert2": "^11.1.5",
"sweetalert2-react-content": "^4.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"description": "a link-sharing social networking",
"main": "index.js",
"author": ""
}