forked from udacity/reactnd-project-readable-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.09 KB
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
38
39
40
41
42
43
44
45
46
{
"name": "reactnd-project-readable",
"version": "0.0.1",
"private": true,
"main": "index.js",
"keywords": [
"udacity",
"redux",
"readable",
"react"
],
"author": "David Harris",
"license": "ISC",
"dependencies": {
"body-parser": "^1.17.1",
"bootstrap": "4.0.0-alpha.6",
"clone": "^2.1.1",
"cors": "^2.8.3",
"dotenv": "^4.0.0",
"express": "^4.15.2",
"form-serialize": "0.7.2",
"lodash": "4.17.4",
"moment": "2.18.1",
"react": "^15.6.1",
"react-addons-css-transition-group": "15.6.0",
"react-addons-transition-group": "15.6.0",
"react-dom": "^15.6.1",
"react-icons": "2.2.5",
"react-moment": "0.6.5",
"react-redux": "^5.0.5",
"react-router": "^4.1.1",
"react-router-dom": "4.1.1",
"react-scripts": "1.0.13",
"reactstrap": "4.8.0",
"redux": "^3.7.2",
"redux-thunk": "2.2.0",
"sort-by": "1.2.0",
"uuid": "3.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}