-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 892 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
{
"name": "scribr",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.3.2",
"@material-ui/icons": "^4.2.1",
"@types/react-facebook-login": "^4.1.0",
"@types/react-share": "^2.1.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-facebook-login": "^4.1.1",
"react-https-redirect": "^1.1.0",
"react-scripts-ts": "3.1.0",
"react-share": "^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": "^24.0.13",
"@types/node": "^12.0.2",
"@types/react": "^16.8.18",
"@types/react-dom": "^16.8.4",
"typescript": "^3.4.5"
}
}