-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.05 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
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "cashbox-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"accounting": "^0.4.1",
"bootstrap": "3",
"create-react-class": "^15.6.3",
"file-saver": "^1.3.8",
"font-awesome": "^4.7.0",
"humps": "^2.0.1",
"moment": "^2.22.2",
"qs": "^6.5.2",
"react": "^16.6.3",
"react-beautiful-dnd": "^10.0.1",
"react-bootstrap": "^0.32.4",
"react-breadcrumbs-dynamic": "^1.1.1",
"react-custom-scrollbars": "^4.2.1",
"react-datepicker": "^1.8.0",
"react-dom": "^16.6.3",
"react-number-format": "^4.0.4",
"react-redux": "^5.1.1",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.3.1",
"react-scripts-ts": "3.1.0",
"react-select": "^2.1.1",
"react-through": "^1.1.1",
"recharts": "^1.3.6",
"redux": "^4.0.0",
"redux-form": "^7.4.2",
"redux-logger": "^3.0.6",
"redux-saga": "^0.16.2",
"typesafe-actions": "^2.0.4"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject",
"lint": "tslint --project tsconfig.json 'src/**/*{.ts,.tsx,.js,.jsx}' -t verbose"
},
"devDependencies": {
"@types/accounting": "^0.4.1",
"@types/file-saver": "^1.3.1",
"@types/humps": "^1.1.2",
"@types/lodash": "^4.14.118",
"@types/qs": "^6.5.1",
"@types/react": "^16.7.3",
"@types/react-beautiful-dnd": "^7.1.2",
"@types/react-bootstrap": "^0.32.14",
"@types/react-breadcrumbs-dynamic": "^1.0.2",
"@types/react-custom-scrollbars": "^4.0.5",
"@types/react-datepicker": "^1.1.7",
"@types/react-dom": "^16.0.7",
"@types/react-redux": "^6.0.6",
"@types/react-router-bootstrap": "^0.24.5",
"@types/react-router-dom": "^4.3.1",
"@types/react-select": "^2.0.6",
"@types/recharts": "^1.1.1",
"@types/redux-form": "^7.4.12",
"@types/redux-logger": "^3.0.6",
"@types/uuid": "^3.4.4",
"tslint": "^5.11.0",
"tslint-config-airbnb": "^5.11.0",
"typescript": "3.1.6"
}
}