-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathpackage.json
36 lines (36 loc) · 867 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
36
{
"name": "expense-manager-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"bootstrap": "^4.1.1",
"chart.js": "^2.7.1",
"chartjs-plugin-labels": "^1.1.0",
"firebase": "^4.13.1",
"font-awesome": "^4.7.0",
"jquery": "^3.3.1",
"moment": "^2.22.2",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-chartjs-2": "^2.7.2",
"react-color": "^2.17.0",
"react-datepicker": "^1.5.0",
"react-dom": "^16.4.1",
"react-ga": "^2.5.3",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.8",
"trianglify": "^2.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}