-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.98 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
{
"name": "mcard",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.1",
"@types/lodash": "^4.14.202",
"@types/node": "^20.9.5",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-prettier": "^5.0.1",
"firebase": "^10.6.0",
"framer-motion": "^10.16.5",
"install": "^0.13.0",
"jest-dom": "^4.0.0",
"lodash": "^4.17.21",
"lodash.flatten": "^4.4.0",
"qs": "^6.11.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-infinite-scroll-component": "^6.1.0",
"react-query": "^3.39.3",
"react-router-dom": "^6.20.0",
"react-scripts": "5.0.1",
"react-testing-library": "^8.0.1",
"recoil": "^0.7.7",
"swiper": "9",
"typescript": "^4.4.2",
"validator": "^13.11.0",
"web-vitals": "^2.1.0"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "craco eject",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
"lint:fix": "eslint --fix \"src/**/*.{js,jsx,ts,tsx}\""
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"packageManager": "[email protected]",
"devDependencies": {
"@babel/preset-react": "^7.23.3",
"@craco/craco": "^7.1.0",
"@emotion/babel-plugin": "^11.11.0",
"@testing-library/jest-dom": "^6.1.4",
"@types/lodash.flatten": "^4.4.9",
"@types/qs": "^6.9.10",
"@types/testing-library__jest-dom": "^6.0.0",
"@types/validator": "^13.11.7",
"@types/webpack-bundle-analyzer": "^4",
"craco-alias": "^3.0.1",
"webpack-bundle-analyzer": "^4.10.1"
}
}