-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.25 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
{
"name": "frontend-libraries",
"version": "1.0.0",
"description": "@nf-team 프론트엔드 라이브러리",
"license": "MIT",
"author": {
"email": "dbd02169@naver.com",
"name": "SEUNGMIN SA (Harang)",
"url": "https://github.com/saseungmin"
},
"scripts": {
"publish-packages": "turbo run build lint && changeset version && changeset publish",
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"test:coverage": "turbo run test:coverage -- --passWithNoTests",
"workspace:core": "yarn workspace @nf-team/core",
"workspace:react": "yarn workspace @nf-team/react",
"workspace:storage": "yarn workspace @nf-team/storage",
"workspace:docs": "yarn workspace docs",
"docs:build": "yarn run workspace:docs build"
},
"dependencies": {
"@changesets/cli": "^2.26.2"
},
"devDependencies": {
"@turbo/gen": "^2.0.5",
"tsup": "^8.1.0",
"turbo": "^2.0.5"
},
"workspaces": [
"apps/*",
"packages/*"
],
"repository": {
"type": "git",
"url": "https://github.com/mbti-nf-team/frontend-libraries.git"
},
"bugs": {
"email": "dbd02169@naver.com",
"url": "https://github.com/mbti-nf-team/frontend-libraries/issues"
},
"packageManager": "yarn@4.5.0"
}