-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.55 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
{
"name": "headless-route-workspace",
"description": "Generate file-based routes for a Multi-Page Application",
"version": "0.0.0-development",
"private": true,
"author": "Beni Arisandi (https://stilearning.com)",
"repository": "https://github.com/bent10/headless-route",
"bugs": "https://github.com/bent10/headless-route/issues",
"license": "MIT",
"keywords": [
"route",
"routes",
"router",
"static-route",
"file-route",
"fs-route",
"static-site",
"ssg",
"cms"
],
"workspaces": [
"packages/*"
],
"type": "module",
"scripts": {
"dev": "npm run dev --workspaces --if-present",
"build": "npm run build --workspaces --if-present",
"test": "npm test --workspaces --if-present",
"coverage": "npm run coverage --workspaces --if-present",
"types": "npm run types --workspaces --if-present",
"lint": "npm run lint --workspaces --if-present",
"format": "npm run format --workspaces --if-present"
},
"devDependencies": {
"@types/natural-compare-lite": "1.4.2",
"@types/normalize-path": "3.0.2",
"@types/set-value": "4.0.3",
"doogu": "4.1.2",
"gitignore-reader": "1.0.1",
"ignore": "7.0.3",
"loadee": "3.1.2",
"natural-compare-lite": "1.4.0",
"normalize-path": "3.0.0",
"path-to-regexp": "^8.2.0",
"set-value": "4.1.0",
"vite-plugin-cachedir": "^1.2.0"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"prettier": "doogu/prettier.config.js",
"release": {
"extends": "doogu/release.config.js"
}
}