-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
43 lines (43 loc) · 977 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "edge-ui",
"version": "0.0.0",
"description": "EdgeUI Projects Monorepo",
"private": true,
"workspaces": [
"packages/*",
"apps/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/neplextech/edge-ui.git"
},
"keywords": [
"edge-ui",
"react",
"vue",
"components",
"ui",
"library",
"tailwindcss"
],
"author": "neplextech",
"license": "MIT",
"bugs": {
"url": "https://github.com/neplextech/edge-ui/issues"
},
"homepage": "https://github.com/neplextech/edge-ui#readme",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev --parallel",
"format": "prettier --write \"{packages,apps}/**/*.{js,ts,jsx,tsx,css}\"",
"prepare": "husky install"
},
"devDependencies": {
"@commitlint/config-angular": "^17.1.0",
"commitlint": "^17.1.2",
"husky": "^8.0.1",
"prettier": "^2.7.1",
"turbo": "latest"
},
"packageManager": "[email protected]"
}