-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.43 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.43 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
{
"name": "event-tracker",
"version": "1.4.0",
"private": true,
"homepage": "https://event-tracker.offlegacy.org",
"bugs": "https://github.com/offlegacy/event-tracker/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/offlegacy/event-tracker.git"
},
"license": "MIT",
"author": "@stakbucks <Hwang Taehwan>",
"packageManager": "pnpm@9.14.2",
"type": "module",
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"ci:test": "turbo run ci:test",
"ci:lint": "turbo run ci:lint",
"prepare": "husky",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"clean": "turbo run clean"
},
"devDependencies": {
"@cspell/eslint-plugin": "^8.19.4",
"@eslint-react/eslint-plugin": "^1.53.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@testing-library/user-event": "^14.6.1",
"@types/eslint": "^9.6.1",
"@typescript-eslint/eslint-plugin": "^8.50.1",
"@typescript-eslint/parser": "^8.50.1",
"eslint": "^9.39.2",
"eslint-import-resolver-typescript": "^3.10.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-react-hooks": "^5.2.0",
"husky": "^9.1.7",
"jsdom": "^25.0.1",
"lint-staged": "^15.5.2",
"prettier": "^3.7.4",
"rimraf": "^6.1.2",
"tsdown": "^0.18.3",
"turbo": "^2.7.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.50.1",
"vitest": "^2.1.9"
}
}