-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.08 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
{
"private": true,
"name": "verbum",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/verbumby/verbum.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/verbumby/verbum/issues"
},
"homepage": "https://github.com/verbumby/verbum#readme",
"dependencies": {
"@popperjs/core": "2.11.8",
"@reduxjs/toolkit": "2.1.0",
"@types/bootstrap": "5.2.10",
"@types/koa": "2.14.0",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@types/react-helmet": "6.1.11",
"@types/react-redux": "7.1.33",
"@types/react-router-dom": "5.3.3",
"bootstrap": "5.3.3",
"esbuild": "0.20.0",
"koa": "2.15.0",
"node-fetch": "3.3.2",
"react": "18.2.0",
"react-bootstrap": "2.10.1",
"react-dom": "18.2.0",
"react-helmet": "6.1.0",
"react-popper": "2.3.0",
"react-redux": "9.1.0",
"react-redux-loading-bar": "5.0.8",
"react-router-dom": "5.3.4",
"redux": "5.0.1",
"typescript": "5.3.3"
}
}