-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
50 lines (50 loc) · 1.22 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
{
"name": "@generouted/repo",
"packageManager": "[email protected]",
"private": true,
"description": "Generated client-side file-based routes for Vite",
"author": "Omar Elhawary <[email protected]> (https://omarelhawary.me)",
"license": "MIT",
"repository": "https://github.com/oedotme/generouted",
"bugs": "https://github.com/oedotme/generouted/issues",
"homepage": "https://github.com/oedotme/generouted#readme",
"keywords": [
"actions",
"code-splitting",
"data-loaders",
"file-based-routing",
"generate",
"nested-layouts",
"nextjs",
"pages",
"pre-loading ",
"react",
"react-location",
"react-router",
"react-router-dom",
"remix",
"router",
"routes",
"solid",
"solid-router",
"typescript",
"vite"
],
"scripts": {
"build": "turbo build",
"test": "turbo test",
"type-check": "turbo type-check",
"release": "release-it",
"prepare": "husky"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@release-it-plugins/workspaces": "^4.2.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"release-it": "^17.10.0",
"turbo": "^2.2.3"
}
}