-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 1.91 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
{
"name": "auto-renovate",
"private": true,
"version": "1.0.0",
"description": "",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/andrei-picus-tink/auto-renovate.git"
},
"dependencies": {
"react": "~17.0.0",
"react-dom": "~17.0.0"
},
"devDependencies": {
"@sentry/vite-plugin": "2.22.1",
"@tdd-buffet/jest-config": "5.0.0",
"@types/glob": "7.2.0",
"@types/jest": "28.1.3",
"@types/license-checker": "25.0.3",
"@types/lodash": "4.17.7",
"@types/node": "20.14.0",
"@types/react": "17.0.13",
"@types/react-dom": "17.0.8",
"@types/yargs": "16.0.0",
"@typescript-eslint/eslint-plugin": "5.39.0",
"@typescript-eslint/parser": "5.39.0",
"@vitejs/plugin-react": "4.3.1",
"dotenv": "16.4.5",
"eslint": "8.23.1",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "8.10.0",
"eslint-import-resolver-typescript": "3.5.1",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-local-rules": "1.3.2",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-unused-imports": "2.0.0",
"eslint-plugin-xstate": "1.1.3",
"execa": "5.1.1",
"glob": "8.0.1",
"jest": "28.1.3",
"license-checker": "25.0.1",
"octokit": "3.1.1",
"prettier": "2.7.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"strong-mock": "~8.0.1",
"stylelint": "14.11.0",
"stylelint-config-recommended": "8.0.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-processor-styled-components": "1.10.0",
"ts-node": "10.9.1",
"typescript": "4.7.3",
"vite": "5.2.6",
"vite-plugin-checker": "0.6.4",
"vite-plugin-ejs": "1.7.0",
"vite-tsconfig-paths": "4.2.3",
"yargs": "17.6.0"
}
}