-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
84 lines (84 loc) · 2.29 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
{
"name": "homepage-front-r2",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.0",
"@mui/x-date-pickers": "^5.0.18",
"@nivo/calendar": "^0.83.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.4.3",
"@toast-ui/editor": "^3.2.2",
"@toast-ui/editor-plugin-code-syntax-highlight": "^3.1.0",
"@toast-ui/react-editor": "^3.2.3",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.3",
"@types/react": "^17.0.62",
"@types/react-dom": "^17.0.1",
"axios": "^1.3.2",
"cross-env": "^7.0.3",
"luxon": "^3.2.1",
"prismjs": "^1.29.0",
"react": "^17.0.1",
"react-auth-code-input": "^3.2.1",
"react-codes-input": "^2.2.3",
"react-dom": "^17.0.1",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.44.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.10.1",
"react-query": "^3.39.3",
"react-router-dom": "^6.6.2",
"react-scripts": "5.0.1",
"recoil": "^0.7.6",
"recoil-persist": "^5.1.0",
"typescript": "^4.9.3",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "cross-env GENERATE_SOURCEMAP=false craco start",
"build": "craco build",
"test": "craco test",
"eject": "craco 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": {
"@craco/craco": "^7.0.0",
"@types/luxon": "^3.2.0",
"@types/prismjs": "^1.26.4",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.60.1",
"autoprefixer": "^10.4.13",
"craco-alias": "^3.0.1",
"eslint": "^8.28.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"prettier-plugin-tailwindcss": "^0.2.2",
"tailwindcss": "^3.2.4"
}
}