-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
91 lines (91 loc) · 2.89 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "fff-badminton",
"version": "1.3.20",
"description": "An AWS Amplify Webapp for tracking badminton games based on the Creative Tim Template Material Dashboard React",
"private": true,
"main": "dist/index.js",
"dependencies": {
"@aws-amplify/auth": "^4.6.10",
"@aws-amplify/cache": "^4.0.59",
"@aws-amplify/core": "^4.7.8",
"@aws-amplify/ui-react": "^3.5.9",
"@date-io/date-fns": "2.16.0",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "4.11.3",
"@material-ui/pickers": "^3.3.10",
"aws-amplify": "^4.3.39",
"chartist": "1.2.1",
"classnames": "2.3.2",
"date-fns": "^2.29.3",
"history": "5.3.0",
"notistack": "2.0.8",
"perfect-scrollbar": "1.5.5",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-chartist": "0.14.4",
"react-dom": "18.2.0",
"react-router-dom": "6.4.2",
"react-scripts": "^5.0.1",
"react-swipeable-views": "0.14.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "CI=true react-scripts test --env=jsdom --passWithNoTests",
"eject": "react-scripts eject",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start",
"lint:check": "eslint . --ext=js --no-error-on-unmatched-pattern,jsx; exit 0",
"lint:fix": "eslint . --ext=js --no-error-on-unmatched-pattern,jsx --fix; exit 0",
"build-package-css": "cp src/assets/css/material-dashboard-react.css dist/material-dashboard-react.css",
"build-package": "npm run build-package-css && babel src --out-dir dist",
"cypress:open": "cypress open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JohannesKonings/fff-badminton.git"
},
"keywords": [],
"author": "Johannes Konings",
"license": "MIT",
"bugs": {
"url": "https://github.com/JohannesKonings/fff-badminton/issues"
},
"homepage": "https://www.fff-badminton.de/#/dashboard",
"optionalDependencies": {
"@types/markerclustererplus": "2.1.33",
"ajv": "8.11.0",
"typescript": "4.8.4"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.6",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"cypress": "^10.10.0",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"gulp": "4.0.2",
"gulp-append-prepend": "1.0.9",
"prettier": "2.7.1",
"semantic-release": "^19.0.5"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": []
},
"files": [
"index.js",
"CHANGELOG.md",
"package.json",
"package-lock.json"
]
}