-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.7 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.7 KB
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
58
59
60
61
62
63
64
65
{
"name": "@lerianstudio/console-sdk",
"version": "0.0.0",
"description": "Libraries monorepo for Frontend projects",
"packageManager": "npm@11.6.2",
"files": [
"dist"
],
"workspaces": [
"packages/*"
],
"scripts": {
"build": "turbo build",
"lint": "turbo lint",
"test": "turbo test",
"test:e2e": "turbo test:e2e",
"test:cov": "turbo test:cov"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LerianStudio/console-sdk.git"
},
"author": {
"name": "Lerian Studio",
"email": "contato@lerian.studio",
"url": "https://lerian.studio"
},
"license": "ISC",
"devDependencies": {
"@babel/preset-typescript": "^7.28.5",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.38.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.20",
"@types/node": "^24.9.1",
"@typescript-eslint/eslint-plugin": "^8.46.2",
"@typescript-eslint/parser": "^8.46.2",
"copyfiles": "^2.4.1",
"eslint": "^9.38.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"globals": "^16.4.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^30.0.5",
"node-git-hooks": "^1.0.7",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.12",
"semantic-release": "^24.2.5",
"ts-jest": "^29.4.5",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.16",
"tsconfig-paths": "^4.2.0",
"turbo": "^2.5.8",
"typescript": "^5.9.3"
},
"dependencies": {
"@lerianstudio/sindarian-ui": "^1.0.0-beta.2"
}
}