-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1.04 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
{
"name": "todos-goals-an-udacity-application",
"version": "1.0.0",
"description": "This is a React/Redux application built for Udacity's Todos/Goals project under the React & Redux module.",
"keywords": ["react", "javascript", "todo", "goals"],
"homepage": "https://codesandbox.io/s/github/edwdeapri/udacity-todos-goals",
"license": "MIT",
"author": "Edward Pritchard <[email protected]> (https://ethemcreative.com)",
"main": "src/index.js",
"browserslist": [">0.2%", "not dead", "not ie <= 11", "not op_mini all"],
"repository": {
"type": "git",
"url": "https://github.com/edwdeapri/udacity-todos-goals.git"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"dependencies": {
"goals-todos-api": "1.0.0",
"react": "16.4.2",
"react-dom": "16.4.2",
"react-redux": "5.0.7",
"react-scripts": "1.1.4",
"redux": "4.0.0",
"redux-thunk": "2.3.0"
},
"devDependencies": {}
}