-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.1 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
{
"name": "todos-tailwind",
"version": "1.0.0",
"keywords": [
"tailwind",
"react-query",
"typescript"
],
"dependencies": {
"@heroicons/react": "^1.0.0",
"@testing-library/jest-dom": "5.11.10",
"@testing-library/react": "11.2.6",
"@testing-library/user-event": "13.1.1",
"@types/jest": "^26.0.19",
"@types/node": "^14.14.37",
"@types/react": "17.0.3",
"@types/react-dom": "17.0.3",
"react": "^0.0.0-experimental-ee6a05c2b",
"react-dom": "^0.0.0-experimental-ee6a05c2b",
"react-highlight-words": "^0.17.0",
"react-query": "^3.13.4",
"react-scripts": "4.0.3",
"typescript": "^4.1.3"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"lint": "eslint .",
"serve": "serve build/"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@craco/craco": "^6.1.1",
"@tailwindcss/forms": "^0.3.2",
"@tailwindcss/postcss7-compat": "^2.0.4",
"@testing-library/dom": "^7.30.3",
"@types/react-highlight-words": "^0.16.2",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"autoprefixer": "^9",
"babel-eslint": "^10.1.0",
"craco-alias": "^2.2.0",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-config-react-app": "^6.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-flowtype": "^5.4.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.3.3",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-sort-keys-fix": "^1.1.1",
"eslint-plugin-testing-library": "^3.10.2",
"nock": "^13.0.11",
"prettier": "^2.2.1",
"serve": "^11.3.2",
"tailwindcss": "npm:@tailwindcss/postcss7-compat"
}
}