-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.92 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
{
"name": "prepforge",
"author": "dafengzhen",
"description": "Prepforge is a tool designed to help you prepare for interviews efficiently. It allows users to customize, manage, and optimize their personal interview question banks. Whether you're preparing for technical interviews or non-technical job applications, Prepforge provides the support you need.",
"license": "MIT",
"version": "0.0.1",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint --fix",
"prepare": "husky",
"commitlint": "commitlint --edit",
"commit": "commit"
},
"dependencies": {
"@lexical/react": "^0.23.1",
"@tanstack/react-query": "^5.64.2",
"@tanstack/react-query-devtools": "^5.64.2",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"bootstrap-react-logic": "^0.1.0-alpha.52",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"lexical": "^0.23.1",
"next": "15.1.5",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sanitize-html": "^2.14.0"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/prompt-cli": "^19.7.0",
"@eslint/eslintrc": "^3",
"@tanstack/eslint-plugin-query": "^5.64.2",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/sanitize-html": "^2.13.0",
"eslint": "^9",
"eslint-config-next": "15.1.5",
"eslint-plugin-perfectionist": "^4.6.0",
"husky": "^9.1.7",
"lint-staged": "^15.4.1",
"prettier": "3.4.2",
"sass": "^1.83.4",
"typescript": "^5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dafengzhen/prepforge.git"
},
"keywords": [
"prep",
"forge",
"interview",
"quest"
],
"bugs": {
"url": "https://github.com/dafengzhen/prepforge/issues"
},
"homepage": "https://github.com/dafengzhen/prepforge#readme"
}