-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.66 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
{
"name": "event-system",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack serve",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/torontojs/event-system.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/torontojs/event-system/issues"
},
"homepage": "https://github.com/torontojs/event-system#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@mui/icons-material": "^5.3.1",
"@types/react-helmet": "^6.1.2",
"airtable": "^0.11.1",
"css-loader": "^5.2.6",
"jquery": "^3.6.0",
"ketting": "^7.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-github-login": "^1.0.3",
"react-helmet": "^6.1.0",
"react-ketting": "^2.1.2",
"react-login-github": "^1.0.7",
"react-ms-login": "^0.1.2",
"react-router-dom": "^5.2.0",
"style-loader": "^2.0.0",
"typescript": "^4.3.5"
},
"devDependencies": {
"@types/jquery": "^3.5.14",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.10",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"ts-loader": "^9.2.3",
"webpack": "^5.38.1",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
},
"resolutions": {
"react-router": "5.0.0",
"react-router-dom": "5.0.0"
}
}