-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2 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
67
{
"name": "conquer-react",
"version": "0.1.0",
"private": true,
"author": "Edgar Zavala <ezavile@gmail.com>",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "lerna run build",
"bump": "lerna version --conventional-commits --amend",
"commit": "commit",
"lint": "lerna run lint",
"postinstall": "husky install",
"test": "lerna run test"
},
"dependencies": {
"react": "17.0.1",
"react-dom": "17.0.1",
"react-icons": "4.2.0",
"react-scripts": "4.0.2",
"react-transition-group": "4.4.1",
"reset-css": "5.0.1",
"styled-reset": "4.3.4",
"tailwindcss": "1.9.6",
"typescript": "4.1.3",
"web-vitals": "1.1.0"
},
"devDependencies": {
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"@commitlint/config-lerna-scopes": "11.0.0",
"@commitlint/prompt-cli": "11.0.0",
"@craco/craco": "5.8.0",
"@testing-library/jest-dom": "5.11.9",
"@testing-library/react": "11.2.5",
"@types/jest": "26.0.20",
"@types/node": "14.14.25",
"@types/react": "17.0.1",
"@types/react-dom": "17.0.0",
"@types/react-transition-group": "4.4.0",
"@types/styled-components": "5.1.7",
"@typescript-eslint/eslint-plugin": "4.15.0",
"@typescript-eslint/parser": "4.15.0",
"babel-eslint": "10.1.0",
"eslint": "7.19.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-airbnb-typescript": "12.3.1",
"eslint-config-prettier": "7.2.0",
"eslint-config-react-app": "6.0.0",
"eslint-import-resolver-typescript": "2.3.0",
"eslint-loader": "4.0.2",
"eslint-plugin-flowtype": "5.2.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-react": "7.22.0",
"eslint-plugin-react-hooks": "4.2.0",
"format-package": "6.1.0",
"husky": "5.0.9",
"jest-styled-components": "7.0.3",
"lerna": "3.22.1",
"lint-staged": "10.5.4",
"prettier": "2.2.1",
"styled-components": "5.2.1"
}
}