-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 2 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
{
"name": "zhangchi0104.github.io",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite dev",
"build": "tsc && vite build",
"lint": "eslint ./src/",
"lint:fix": "eslint ./src/ --fix",
"toc": "i18next-resources-for-ts toc -i ./src/langs/en -o ./src/@types/resources.ts",
"prepare": "husky install"
},
"type": "module",
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/lodash": "^4.14.201",
"@types/node": "^20.9.0",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@types/react-redux": "^7.1.28",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.9.1",
"autoprefixer": "^10.4.16",
"css-loader": "^6.8.1",
"eslint": "^8.52.0",
"eslint-config-standard-with-typescript": "^39.1.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-unused-imports": "^3.0.0",
"globals": "^14.0.0",
"husky": "^8.0.0",
"i18next-resources-for-ts": "^1.3.3",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.4.31",
"postcss-loader": "^7.3.3",
"postcss-url": "^10.1.3",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2",
"vite": "^5.1.1",
"vite-plugin-static-copy": "^1.0.1",
"vite-plugin-terminal": "^1.2.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@heroicons/react": "^2.0.18",
"@reduxjs/toolkit": "^1.9.7",
"@vitejs/plugin-react": "^4.2.1",
"i18next": "^23.6.0",
"i18next-browser-languagedetector": "^7.1.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.3.1",
"react-redux": "^8.1.3"
}
}