-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 952 Bytes
/
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
{
"dependencies": {
"bootstrap": "^5.1.3",
"react-bootstrap": "^2.2.2",
"react-elastic-carousel": "^0.11.5",
"styled-components": "^5.3.5",
"uuid": "^8.3.2",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"web-vitals": "^2.1.4"
},
"name": "my_work",
"description": "",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AkashApp/my_Work.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AkashApp/my_Work/issues"
},
"homepage": "https://github.com/AkashApp/my_Work#readme",
"devDependencies": {}
}