This repository was archived by the owner on Jun 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
71 lines (71 loc) · 1.8 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
68
69
70
71
{
"name": "@ausgaben/ui",
"version": "5.0.0",
"description": "Ausgaben web frontend",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"prepare": "husky install"
},
"author": "Markus Tacker <m@coderbyheart.com>",
"license": "MIT",
"repository": {
"url": "https://github.com/ausgaben/web"
},
"dependencies": {
"@apollo/client": "3.3.19",
"@material-ui/core": "4.11.4",
"@material-ui/icons": "4.11.2",
"@sentry/browser": "6.5.1",
"apollo3-cache-persist": "0.9.1",
"aws-amplify": "4.0.3",
"aws-amplify-react": "5.0.1",
"aws-appsync-auth-link": "3.0.4",
"aws-appsync-subscription-link": "3.0.6",
"bootstrap": "5.0.1",
"classnames": "2.3.1",
"graphql": "15.5.0",
"graphql-tag": "2.12.4",
"luxon": "1.27.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-router-dom": "5.2.0",
"reactstrap": "8.9.0",
"styled-components": "5.3.0"
},
"devDependencies": {
"@commitlint/cli": "12.1.4",
"@commitlint/config-angular": "12.1.4",
"@types/classnames": "2.3.0",
"@types/jest": "26.0.23",
"@types/luxon": "1.26.5",
"@types/node": "14.17.2",
"@types/react": "17.0.9",
"@types/react-dom": "17.0.6",
"@types/react-router-dom": "5.1.7",
"@types/styled-components": "5.1.9",
"husky": "6.0.0",
"lint-staged": "11.0.0",
"prettier": "2.3.0",
"react-scripts": "4.0.3",
"ts-jest": "26.5.6",
"typescript": "4.3.2"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}": [
"prettier --write"
]
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">3%",
"last 1 version",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}