-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 814 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
{
"name": "easyknock",
"version": "1.0.0",
"description": "Demonstration project for EasyKnock.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/yuriybabenko/demo_easyknock.git"
},
"author": "Yuriy Babenko",
"license": "ISC",
"bugs": {
"url": "https://github.com/yuriybabenko/demo_easyknock/issues"
},
"homepage": "https://github.com/yuriybabenko/demo_easyknock#readme",
"dependencies": {
"express": "~4.16.4",
"path": "~0.12.7",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"request": "^2.88.0",
"ts-loader": "~5.3.0",
"typescript": "~3.1.5",
"webpack": "~4.23.1",
"webpack-cli": "~3.1.2",
"whatwg-fetch": "^3.0.0"
}
}