-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.03 KB
/
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
36
37
{
"name": "demo-translate",
"version": "1.0.0",
"description": "DEMO Application for React and Google Translator",
"scripts": {
"dev": "tsc && concurrently \"tsc --watch\" \"node dist/server/server.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/adostal/demo-translate.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/adostal/demo-translate/issues"
},
"homepage": "https://github.com/adostal/demo-translate#readme",
"dependencies": {
"@types/body-parser": "^1.16.5",
"@types/express": "^4.0.37",
"@types/isomorphic-fetch": "0.0.34",
"@types/next": "^2.4.3",
"@types/react": "^16.0.10",
"@types/react-dom": "^16.0.1",
"body-parser": "^1.18.2",
"concurrently": "^3.5.0",
"express": "^4.16.1",
"google-translate-api": "^2.3.0",
"isomorphic-fetch": "^2.2.1",
"next": "^4.0.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"tslint": "^5.7.0",
"tslint-react": "^3.2.0",
"typescript": "^2.5.3"
}
}