-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.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": "koin_web_recode",
"version": "0.1.0",
"private": true,
"dependencies": {
"@bcsdlab/koin": "^0.0.15",
"@bcsdlab/utils": "^0.0.15",
"@tanstack/react-query": "^5.28.6",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.1",
"@types/navermaps": "^3.6.4",
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-helmet": "^6.1.11",
"@types/react-query": "^1.2.9",
"@types/react-window": "^1.8.5",
"axios": "^0.27.2",
"dayjs": "^1.11.12",
"embla-carousel-autoplay": "^8.0.4",
"embla-carousel-react": "^8.0.4",
"file-saver": "^2.0.5",
"html-react-parser": "^5.1.10",
"html2canvas": "^1.4.1",
"josa-js": "^0.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-router-dom": "^6.3.0",
"react-toastify": "^9.0.8",
"react-window": "^1.8.7",
"recoil": "^0.7.4",
"reset-css": "^5.0.1",
"sass": "^1.53.0",
"typescript": "^4.4.2",
"web-vitals": "^2.1.0",
"zustand": "^4.5.2"
},
"scripts": {
"start": "vite --open --host",
"build": "tsc && vite build",
"test": "test --coverage",
"lint": "yarn lint:eslint && yarn lint:stylelint",
"lint:eslint": "eslint src/ --ext .tsx,.ts",
"lint:stylelint": "stylelint \"src/**/*.scss\" --config .stylelint.json"
},
"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": {
"@types/file-saver": "^2.0.7",
"@types/gtag.js": "^0.0.19",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.18.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-import-resolver-typescript": "^3.1.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.6.0",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.7.0",
"postcss": "^8.4.47",
"stylelint": "^14.9.1",
"stylelint-config-standard": "^26.0.0",
"stylelint-config-standard-scss": "^4.0.0",
"stylelint-selector-bem-pattern": "^2.1.1",
"vite": "^5.4.8",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^5.0.1"
},
"type": "module",
"packageManager": "[email protected]"
}