-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.73 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.73 KB
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
{
"name": "mas.gitlabcomments.client",
"version": "1.6.0",
"description": "Trivial web app to track gitlab popular MR comments. Client part",
"repository": {
"type": "git",
"url": "git+https://github.com/bodynar/MAS.GitlabComments.Client.git"
},
"author": "bodynar",
"bugs": {
"url": "https://github.com/bodynar/MAS.GitlabComments.Client/issues"
},
"homepage": "https://github.com/bodynar/MAS.GitlabComments.Client#readme",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@bodynarf/react.components": "^1.11.1",
"bootstrap-icons": "^1.10.5",
"bulma-checkradio": "^2.1.3",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@bodynarf/utils": "^1.4.0",
"@reduxjs/toolkit": "^1.9.6",
"@types/node": "^17.0.25",
"@types/react": "^18.0.5",
"@types/react-dom": "^18.0.1",
"@types/react-redux": "^7.1.24",
"@types/react-transition-group": "^4.4.4",
"@types/redux-logger": "^3.0.9",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"@vitejs/plugin-react": "^1.3.0",
"bulma": "^0.9.4",
"eslint": "^8.13.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"moment": "^2.29.3",
"react-redux": "^8.0.1",
"react-router-dom": "^6.3.0",
"react-transition-group": "^4.4.2",
"redux": "^4.2.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.1",
"sass": "^1.50.1",
"typescript": "^4.6.3",
"vite": "^4.3.3",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "^4.0.7"
}
}