-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.46 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.46 KB
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
{
"name": "prospect",
"version": "0.0.1",
"private": true,
"type": "module",
"packageManager": "pnpm@9.14.2",
"author": {
"name": "typeofNaN",
"url": "https://github.com/typeofNaN",
"email": "dmdefine6@gmail.com"
},
"homepage": "https://github.com/typeofNaN/prospect",
"repository": {
"type": "git",
"url": "https://github.com/typeofNaN/prospect.git"
},
"bugs": {
"url": "https://github.com/typeofNaN/prospect/issues"
},
"license": "MIT",
"keywords": [
"resume"
],
"description": "在线简历生成器",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint .",
"format": "prettier --write src/"
},
"dependencies": {
"@iconify/react": "^5.0.2",
"antd": "^5.22.0",
"i18next": "^23.16.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.0.0"
},
"devDependencies": {
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.57.0",
"@typescript-eslint/parser": "^8.57.0",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"globals": "^17.4.0",
"prettier": "^3.8.1",
"typescript": "~5.6.2",
"typescript-eslint": "^8.57.0",
"unocss": "^0.59.0",
"vite": "^5.4.10"
}
}