-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.44 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.44 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
{
"name": "awesome-title-generator",
"version": "2.0.0",
"scripts": {
"build": "rimraf dist && vite build",
"types": "tsc",
"lint": "eslint",
"format": "prettier --ignore-unknown --write .",
"test": "vitest --silent",
"prepare": "husky",
"clean": "rimraf pnpm-lock.yaml && rimraf node_modules"
},
"devDependencies": {
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
"@testing-library/user-event": "14.5.2",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/node": "20.11.29",
"@types/react": "18.2.67",
"@types/react-dom": "18.2.22",
"@typescript-eslint/eslint-plugin": "7.3.0",
"@typescript-eslint/parser": "7.3.0",
"@vitejs/plugin-react": "4.2.1",
"@vitest/coverage-v8": "1.4.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-html": "8.0.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-testing-library": "6.2.0",
"husky": "9.0.11",
"jsdom": "24.1.3",
"lint-staged": "15.2.2",
"minimist": "1.2.8",
"prettier": "3.2.5",
"rimraf": "6.0.1",
"ts-node": "10.9.2",
"typescript": "5.4.2",
"vite": "5.4.10",
"vite-plugin-dts": "^4.3.0",
"vite-plugin-tsconfig-paths": "1.4.1",
"vitest": "1.4.0"
},
"packageManager": "pnpm@8.15.7+sha512.c85cd21b6da10332156b1ca2aa79c0a61ee7ad2eb0453b88ab299289e9e8ca93e6091232b25c07cbf61f6df77128d9c849e5c9ac6e44854dbd211c49f3a67adc"
}