-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 866 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 866 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
{
"name": "talk-about-code",
"version": "1.3.3",
"private": true,
"dependencies": {
"@sentry/browser": "^4.0.0-beta.11",
"@types/clipboard": "^1.5.34",
"@types/history": "^4.6.1",
"@types/jest": "^22.1.1",
"@types/material-ui": "^0.20.5",
"@types/node": "^9.4.0",
"@types/react": "^16.0.10",
"@types/react-dom": "^16.0.1",
"@types/react-monaco-editor": "0.10.0",
"clipboard": "^1.7.1",
"faye": "^1.2.4",
"history": "^4.7.2",
"material-ui": "^0.20.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-monaco-editor": "^0.13.0",
"react-scripts-ts": "^2.13.0",
"typescript": "^2.7.1"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom --forceExit",
"eject": "react-scripts-ts eject"
}
}