-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
99 lines (99 loc) · 2.96 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
92
93
94
95
96
97
98
99
{
"name": "machbarschaft-frontend",
"version": "0.0.1",
"description": "ReactJS Frontend for Machbarschaft",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server",
"build": "NODE_ENV='production' webpack"
},
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": [
"babel-plugin-transform-class-properties",
"syntax-dynamic-import"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/machbarschaft/Machbarschaft-Frontend.git"
},
"author": "Marc Sommer, Janik Müller, Andreas Reinecke, Leenert Specht, Dmytro Tolbatov, Harald T. Wirths",
"license": "GPL-3.0",
"homepage": "https://github.com/machbarschaft/Machbarschaft-Frontend#readme",
"proxy": "http://localhost:8080",
"release": {
"branch": "master",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/git"
],
"debug": true
},
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@passbase/button": "^4.2.4",
"@react-firebase/auth": "^0.2.10",
"@types/jest": "^26.0.22",
"@types/node": "^14.14.37",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"antd": "^4.15.0",
"axios": "^0.21.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"dotenv": "^8.2.0",
"firebase": "^8.3.2",
"fs": "0.0.1-security",
"geolib": "^3.3.1",
"google-map-react": "^1.1.7",
"google-maps-react": "^2.0.6",
"prop-types": "^15.7.2",
"raw-loader": "^4.0.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-fullscreen-loading": "0.0.4",
"react-geocode": "^0.2.3",
"react-icons": "^3.11.0",
"react-router-dom": "^5.1.2",
"regenerator-runtime": "^0.13.7",
"typescript": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.13.14",
"@babel/preset-env": "^7.13.12",
"@babel/preset-react": "^7.13.13",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"awesome-typescript-loader": "^5.2.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^3.6.0",
"eslint": "^7.23.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.2",
"less-loader": "^6.2.0",
"prettier": "^2.2.1",
"query-string": "^6.14.1",
"semantic-release": "^17.4.1",
"style-loader": "^1.3.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2"
}
}