-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 2.17 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 2.17 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
57
58
59
60
61
62
63
{
"name": "random-color-cli",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"repository": "https://github.com/BetancourtFelipe/Node.js-random-color-cli.git",
"author": "Felipe Palacio <felipepalaciobetancourt@gmail.com>",
"license": "MIT",
"devDependencies": {
"@babel/eslint-parser": "7.19.1",
"@next/eslint-plugin-next": "13.1.1",
"@ts-safeql/eslint-plugin": "0.0.23",
"@types/eslint": "8.4.10",
"@types/node": "18.11.18",
"@types/randomcolor": "^0.5.7",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@typescript-eslint/eslint-plugin": "5.47.1",
"@typescript-eslint/parser": "5.47.1",
"@upleveled/eslint-config-upleveled": "^3.6.2",
"@upleveled/eslint-plugin-upleveled": "2.1.6",
"eslint": "8.30.0",
"eslint-config-react-app": "7.0.1",
"eslint-import-resolver-typescript": "3.5.2",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "27.1.7",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-jsx-expressions": "1.3.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-security": "1.5.0",
"eslint-plugin-sonarjs": "0.17.0",
"eslint-plugin-testing-library": "5.9.1",
"eslint-plugin-unicorn": "45.0.2",
"libpg-query": "15.0.2",
"postcss": "8.4.20",
"postcss-scss": "4.0.6",
"stylelint": "14.16.1",
"stylelint-config-css-modules": "4.1.0",
"stylelint-config-prettier": "9.0.4",
"stylelint-config-recommended": "9.0.0",
"stylelint-config-recommended-scss": "8.0.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-processor-styled-components": "1.10.0",
"typescript": "4.9.4"
},
"resolutions": {
"@typescript-eslint/eslint-plugin": "5.47.1",
"@typescript-eslint/parser": "5.47.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "27.1.7",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"@typescript-eslint/utils": "5.47.1"
},
"dependencies": {
"my-colors": "^1.0.0",
"prompt-sync": "^4.2.0",
"randomcolor": "^0.6.2"
}
}