-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 913 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
35
{
"name": "namegen-1",
"version": "0.2.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.1.0",
"@material-ui/icons": "^3.0.1",
"@tensorflow/tfjs-core": "^0.13.0",
"axios": "^0.18.0",
"javascript-debounce": "^1.0.0",
"mobx": "^4.4.1",
"mobx-react": "^5.2.8",
"mobx-utils": "^5.0.2",
"prop-types": "^15.6.1",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-ga": "^2.5.3",
"react-scripts-ts": "2.17.0",
"text-encoding": "^0.6.4",
"typeface-roboto": "0.0.45"
},
"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": "^22.2.3",
"@types/node": "^10.1.2",
"@types/react": "^16.3.14",
"@types/react-dom": "^16.0.5",
"typescript": "^2.8.3"
}
}