-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·54 lines (54 loc) · 1.56 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
51
52
53
54
{
"name": "my-exp",
"version": "0.0.1",
"description": "Track and Manage expenses",
"engines": {
"node": "12.0.0"
},
"keywords": [],
"main": "index.js",
"dependencies": {
"@ant-design/icons": "^4.1.0",
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.9",
"antd": "4.2.2",
"firebase": "^5.5.0",
"formik": "^2.1.4",
"moment": "^2.22.2",
"react": "^16.13.1",
"react-big-calendar": "^0.19.2",
"react-datepicker": "^1.6.0",
"react-dom": "^16.13.1",
"react-jss": "10",
"react-loader-spinner": "^2.3.0",
"react-media": "^1.6.0",
"react-motion": "^0.5.2",
"react-redux": "^5.0.7",
"react-redux-firebase": "^2.1.8",
"react-router-dom": "^4.3.1",
"react-table": "^6.8.6",
"react-transition-group": "^2.5.1",
"redux": "3.6.0",
"redux-form": "^7.4.2",
"redux-form-website-template": "0.0.41",
"redux-thunk": "^2.3.0",
"styled-components": "^4.1.2",
"typy": "^3.0.1",
"yup": "^0.29.0"
},
"devDependencies": {
"firebase-tools": "^7.0.0",
"react-scripts": "1.0.0",
"react-test-renderer": "^16.7.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --verbose ./src",
"eject": "react-scripts eject",
"deploy": "./node_modules/.bin/firebase deploy",
"login": "./node_modules/.bin/firebase login",
"test:coverage": "jest --verbose ./src --coverage && coveralls < coverage/lcov.info"
}
}