-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 1.13 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
{
"name": "luna",
"private": "true",
"description": "Shiny visual effects for your design system. In less than a minute.",
"homepage": "https://luna.rodz.dev/",
"keywords": [
"vfx",
"react",
"components",
"design",
"ui",
"visual",
"effects",
"shadcn",
"tailwindcss"
],
"authors": [
"Guilherme Rodz <[email protected]>",
"Bruno Rodrigues <[email protected]>",
"Julio Merisio <[email protected]>",
"Brandon McConnell <[email protected]>"
],
"scripts": {
"build": "turbo run build --filter=*",
"clean": "turbo run clean",
"dev": "turbo run dev --filter=*",
"test": "turbo run test --filter=*",
"typecheck": "turbo run typecheck --filter=*",
"lint": "turbo run lint --filter=*",
"format-and-lint": "biome check .",
"format-and-lint:fix": "biome check . --write"
},
"trustedDependencies": ["npm-run-all"],
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@playwright/test": "^1.41.2",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.5",
"tsup": "^8.0.2",
"turbo": "^1.12.5",
"typescript": "^5.5.0-dev.20240316"
}
}