-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.96 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 1.96 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
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "react-recipes",
"version": "0.1.0",
"private": true,
"dependencies": {
"@craco/craco": "^6.1.2",
"@headlessui/react": "^1.2.0",
"@heroicons/react": "^1.0.1",
"@mantine/core": "^1.0.6",
"@mantine/hooks": "^1.0.6",
"@modulz/radix-icons": "^4.0.0",
"@reach/router": "^1.3.4",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"axios": "^0.21.1",
"immer": "^9.0.2",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-jss": "^10.6.0",
"react-multi-carousel": "^2.6.2",
"react-redux": "^7.2.4",
"react-scripts": "4.0.3",
"react-select": "^4.3.1",
"redux": "^4.1.0",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "7.x",
"@babel/eslint-parser": "7.x",
"@babel/plugin-syntax-jsx": "7.x",
"@babel/preset-react": "7.x",
"@tailwindcss/custom-forms": "^0.2.1",
"autoprefixer": "^9",
"eslint": "7.x",
"eslint-config-airbnb": "18.x",
"eslint-plugin-import": "2.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-react": "7.x",
"eslint-plugin-react-hooks": "4.x",
"postcss": "^7",
"stylelint": "13.3.x",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-config-standard": "20.0.x",
"stylelint-csstree-validator": "^1.9.0",
"stylelint-scss": "3.17.x",
"tailwindcss": "npm:@tailwindcss/postcss7-compat"
}
}