This repository was archived by the owner on May 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.39 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.39 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": "how-do-you-do-this",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.5.1",
"@material-ui/icons": "^3.0.1",
"@types/classnames": "^2.2.6",
"@types/crypto-js": "^3.1.43",
"@types/react-bootstrap": "^0.32.14",
"@types/react-facebook-login": "^3.6.5",
"@types/react-infinite-scroller": "^1.2.0",
"@types/react-router-bootstrap": "^0.24.5",
"@types/react-select": "^2.0.7",
"@types/react-swipeable-views": "^0.12.2",
"@types/react-webcam": "^0.3.1",
"@types/utf8": "^2.1.6",
"crypto-js": "^3.1.9-1",
"msr": "^1.3.4",
"react": "^16.6.3",
"react-bootstrap": "^0.32.4",
"react-dom": "^16.6.3",
"react-facebook-login": "^4.1.1",
"react-infinite-scroller": "^1.2.2",
"react-responsive-modal": "^3.5.1",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.3.1",
"react-scripts-ts": "3.1.0",
"react-select": "^2.1.1",
"react-swipeable-views": "^0.13.0",
"react-webcam": "^1.0.4",
"utf8": "^3.0.0"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/jest": "^23.3.9",
"@types/node": "^10.12.9",
"@types/react": "^16.7.6",
"@types/react-dom": "^16.0.9",
"typescript": "^3.1.6"
}
}