-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
35 lines (35 loc) · 900 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
35
{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"bootstrap-css-only": "^4.1.0",
"prop-types": "^15.5.10",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-plugin-prettier": "^2.6.0",
"husky": "^1.0.0-rc.2",
"prettier": "1.12.0",
"react-scripts": "1.1.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/UdacityMobileWebScholarship/just-notes.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/UdacityMobileWebScholarship/just-notes/issues"
},
"homepage": "https://github.com/UdacityMobileWebScholarship/just-notes#readme"
}