-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
26 lines (26 loc) · 1012 Bytes
/
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
{
"name": "kahi-ui.nbn.dev",
"version": "0.4.0",
"type": "module",
"scripts": {
"build:application": "pnpm run --filter \"*web\" build:application",
"dev:application": "pnpm run --filter \"*web\" dev:application",
"preview:application": "pnpm run --filter \"*web\" preview:application",
"format:content": "prettier --config ./content/.prettierrc --plugin-search-dir=. --write ./content",
"format:packages": "pnpm -r format",
"lint:content": "prettier --config ./content/.prettierrc --plugin-search-dir=. --check ./content",
"lint:packages": "pnpm -r lint",
"test:packages": "pnpm -r test"
},
"dependencies": {
"@kahi-docs/config": "workspace:^0.4.0",
"@kahi-docs/shared": "workspace:^0.4.0",
"@kahi-ui/framework": "0.6.2",
"lucide-svelte": "^0.17.2"
},
"devDependencies": {
"prettier": "^2.4.1",
"prettier-plugin-svelte": "^2.6.0",
"svelte": "^3.46.4"
}
}