generated from theholocron/monorepo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.6 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
{
"name": "@theholocron/components",
"version": "0.0.0",
"description": "React components used within the Galaxy.",
"homepage": "https://github.com/theholocron/components#readme",
"bugs": "https://github.com/theholocron/components/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/theholocron/components.git"
},
"license": "GPL-3.0",
"author": "Newton Koumantzelis",
"type": "module",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "turbo run build",
"build:lib": "turbo run build:lib",
"build:storybook": "turbo run build:storybook",
"dev": "turbo run dev",
"lint": "turbo run lint",
"prepare": "husky",
"release": "changeset",
"start": "turbo run start",
"start:storybook": "turbo run start:storybook",
"test": "turbo run test",
"test:cypress": "turbo run test:cypress",
"test:storybook": "turbo run test:storybook",
"types": "turbo run types"
},
"dependencies": {
"typescript": "^5.6.3"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.11",
"@tabler/icons-react": "^3.21.0",
"@theholocron/commitlint-config": "^3.5.1",
"@theholocron/lint-staged-config": "^3.5.1",
"@tsconfig/node-lts": "^22.0.0",
"alexjs": "^1.0.0",
"turbo": "^2.2.3",
"vitest": "^2.1.8"
},
"packageManager": "npm@9.5.0",
"engines": {
"node": ">=20",
"npm": ">=10"
},
"publishConfig": {
"access": "public"
},
"releases": "https://github.com/theholocron/components/releases",
"wiki": "https://github.com/theholocron/components/wiki"
}