-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
125 lines (125 loc) · 3.13 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "vite-template-awesome-soho",
"description": "React template in javascript/Typesciprt base using vite",
"version": "1.0.2",
"homepage": "./vite-template-awesome-soho",
"keywords": [
"vite",
"react",
"react-router",
"antd",
"redux",
"axios",
"sass",
"i18next",
"template"
],
"private": true,
"maintainers": [
{
"name": "Yongsik Yun",
"email": "comnori@gmail.com",
"web": "https://www.linkedin.com/in/yongsik-yun-36260344"
}
],
"bugs": {
"url": "https://github.com/comnori/vite-template-awesome-soho/issues",
"email": "comnori@gmail.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/comnori/vite-template-awesome-soho"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@icons-pack/react-simple-icons": "^9.0.0",
"@reduxjs/toolkit": "^1.9.5",
"antd": "^5.10.1",
"axios": "^1.4.0",
"dayjs": "^1.11.9",
"i18next": "^23.5.1",
"pino": "^8.15.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.2.2",
"react-redux": "^8.1.1",
"react-router-dom": "^6.14.1",
"sass": "^1.63.6",
"web-vitals": "^3.4.0"
},
"devDependencies": {
"@optimize-lodash/rollup-plugin": "^4.0.4",
"@pnpm/logger": "^5.0.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/node": "^20.10.5",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react-swc": "^3.4.0",
"better-docs": "^2.7.2",
"eslint": "^8.48.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-vitest": "^0.3.8",
"eslint-plugin-you-dont-need-lodash-underscore": "^6.13.0",
"exclude-member": "^1.0.0",
"jsdoc": "^3.6.11",
"jsdoc-ts-utils": "^4.0.0",
"knip": "^3.8.4",
"prettier": "^3.0.0",
"typescript": "^5.3.3",
"vite": "^4.4.11",
"vite-plugin-svgr": "^4.1.0",
"vite-tsconfig-paths": "^4.2.1",
"vitest": "^0.34.6"
},
"scripts": {
"start": "vite",
"build": "vite build",
"test": "vitest",
"coverage": "vitest run --coverage",
"type": "npx tsc",
"serve": "vite preview",
"doc": "npx jsdoc -c jsdoc.json",
"analyze": "npx vite-bundle-visualizer",
"lint": "npx eslint ./src",
"knip": "knip"
},
"directories": {
"doc": "JsDoc",
"src": "source",
"type": "type declaration"
},
"engines": {
"node": ">=18"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"funding": [
{
"type": "Buy Me a Coffee",
"url": "https://www.buymeacoffee.com/comnori"
},
{
"type": "patreon",
"url": "https://patreon.com/comnori"
}
],
"packageManager": "yarn@4.0.2"
}