-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.26 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "stockfolio-client",
"version": "1.0.0",
"description": "Node web app for managing your stock portfolio (client)",
"private": true,
"dependencies": {
"bootstrap": "^4.0.0-alpha.6",
"chart.js": "*",
"email-validator": "*",
"history": "*",
"jwt-decode": "*",
"prop-types": "*",
"randomcolor": "*",
"react": "*",
"react-addons-css-transition-group": "*",
"react-addons-transition-group": "*",
"react-alert": "*",
"react-chartjs-2": "*",
"react-dom": "*",
"react-redux": "*",
"react-router-dom": "*",
"react-router-redux": "^5.0.0-alpha.6",
"reactstrap": "*",
"redux": "*",
"redux-thunk": "*"
},
"devDependencies": {
"react-docgen-readme": "0.0.1",
"react-scripts": "*"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"docs": "rdr src/ --readmeFile docs/README.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leevilehtonen/stockfolio-client.git"
},
"keywords": [
"react"
],
"author": "Leevi Lehtonen",
"license": "MIT",
"bugs": {
"url": "https://github.com/leevilehtonen/stockfolio-client/issues"
}
}