-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 887 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
{
"name": "react-infinite-scroll",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server",
"server": "nodemon server",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/emrullahayin/react-infinite-scroll.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/emrullahayin/react-infinite-scroll/issues"
},
"homepage": "https://github.com/emrullahayin/react-infinite-scroll#readme",
"dependencies": {
"babel-register": "^6.26.0",
"concurrently": "^4.1.0",
"express": "^4.17.1",
"node-fetch": "^2.6.0",
"universal-config": "^0.3.0",
"unsplash-js": "^5.0.0"
},
"devDependencies": {
"nodemon": "^1.19.1"
}
}