-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 868 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 868 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
32
33
34
35
{
"name": "react-readable-app",
"version": "1.0.0",
"description": "This is the final assessment project for Udacity's React Fundamentals course using React + Redux.",
"main": "index.js",
"scripts": {
"start": "node server/index.js",
"postinstall": "cd client && npm install && npm rebuild node-sass && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wesleyamaro/react-readable-app.git"
},
"engines": {
"node": "8.7.x",
"npm": "6.1.x"
},
"keywords": [
"react",
"redux"
],
"author": "Wesley Amaro",
"license": "ISC",
"bugs": {
"url": "https://github.com/wesleyamaro/react-readable-app/issues"
},
"dependencies": {
"body-parser": "^1.18.3",
"clone": "^2.1.2",
"cors": "^2.8.4",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"path": "^0.12.7"
}
}