-
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.34 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.34 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": "graphy",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.9.0",
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@fortawesome/react-fontawesome": "0.1.0-11",
"ajv": "^6.10.1",
"firebase": "^5.5.7",
"i": "^0.3.6",
"npm": "^6.10.1",
"react": "^16.8.6",
"react-bootstrap": "^0.32.4",
"react-dom": "^16.8.6",
"react-redux": "^5.1.1",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.3.1",
"react-scripts-ts": "2.16.0",
"recharts": "^1.6.2",
"redux": "^4.0.4",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/jest": "^23.3.14",
"@types/node": "^10.14.12",
"@types/react": "^16.8.23",
"@types/react-bootstrap": "^0.32.19",
"@types/react-dom": "^16.8.4",
"@types/react-fontawesome": "^1.6.4",
"@types/react-redux": "^6.0.14",
"@types/react-router": "^4.4.5",
"@types/react-router-bootstrap": "^0.24.5",
"@types/react-router-dom": "^4.3.4",
"@types/recharts": "^1.1.19",
"typescript": "^3.5.3"
}
}