-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
94 lines (94 loc) · 2.69 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "react-lethe",
"version": "0.1.0",
"private": true,
"scripts": {
"cm": "git-cz",
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts build",
"test": "react-scripts test --env=jest-environment-jsdom-sixteen",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 6006 -s public",
"lint": "eslint .",
"build-storybook": "build-storybook -s public"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"@apollo/client": "^3.5.6",
"@reach/router": "1.3.4",
"apollo-upload-client": "^17.0.0",
"deepmerge": "4.2.2",
"firebase": "9.6.2",
"graphql": "15.8.0",
"history": "5.2.0",
"react": "17.0.2",
"react-card-flip": "1.1.5",
"react-dom": "17.0.2",
"react-hook-form": "7.22.5",
"react-icons": "4.3.1",
"react-router": "6.2.1",
"react-router-dom": "6.2.1",
"react-scripts": "3.4.4",
"react-toastify": "8.1.0",
"subscriptions-transport-ws": "^0.11.0",
"theme-ui": "0.12.1",
"typescript": "4.5.4"
},
"devDependencies": {
"@babel/core": "7.12.3",
"@commitlint/cli": "13.2.1",
"@commitlint/config-conventional": "13.2.0",
"@storybook/addon-a11y": "6.1.21",
"@storybook/addon-actions": "6.1.21",
"@storybook/addon-essentials": "6.1.21",
"@storybook/addon-links": "6.1.21",
"@storybook/addon-storyshots": "6.1.21",
"@storybook/node-logger": "6.1.21",
"@storybook/preset-create-react-app": "3.2.0",
"@storybook/react": "6.1.21",
"@testing-library/jest-dom": "5.16.1",
"@testing-library/react": "12.1.2",
"@testing-library/user-event": "13.5.0",
"@types/jest": "27.4.0",
"@types/node": "14.18.5",
"@types/react": "17.0.38",
"@types/react-dom": "17.0.11",
"@types/theme-ui": "0.3.7",
"@typescript-eslint/parser": "5.9.1",
"babel-eslint": "10.1.0",
"babel-loader": "8.1.0",
"commitizen": "4.2.4",
"cz-conventional-changelog": "3.3.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "7.2.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.28.0",
"husky": "7.0.4",
"jest-environment-jsdom-sixteen": "1.0.3",
"lint-staged": "11.2.6",
"prettier": "2.5.1",
"prop-types": "15.8.1",
"react-is": "17.0.2"
}
}