-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.62 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
{
"name": "dnd-academy-v2",
"version": "1.0.0",
"description": "DND는 개발자와 디자이너라면 누구나 참여할 수 있는 IT비영리단체입니다.",
"license": "GPL-3.0-only",
"author": "dnd-academy",
"scripts": {
"deploy": "turbo run deploy",
"deploy:web": "turbo run deploy --filter=web",
"deploy:admin": "turbo run deploy --filter=admin",
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"stylelint": "turbo run stylelint",
"test:coverage": "turbo run test:coverage -- --passWithNoTests",
"prepare": "husky install && chmod ug+x .husky/*"
},
"devDependencies": {
"@commitlint/cli": "18.4.4",
"@commitlint/config-conventional": "18.4.4",
"@testing-library/jest-dom": "6.4.6",
"@turbo/gen": "^2.0.5",
"@types/eslint": "^8",
"@types/jest-plugin-context": "2.9.7",
"@types/node": "^20",
"eslint": "8.56.0",
"husky": "8.0.3",
"jest": "29.7.0",
"jest-plugin-context": "2.9.0",
"lint-staged": "15.2.0",
"postcss": "8.4.32",
"postcss-scss": "4.0.9",
"stylelint": "15.11.0",
"stylelint-config-recommended-scss": "13.1.0",
"stylelint-config-standard": "34.0.0",
"stylelint-config-standard-scss": "11.1.0",
"stylelint-scss": "5.3.2",
"turbo": "2.0.5",
"typescript": "5.2.2"
},
"workspaces": [
"apps/*",
"packages/*"
],
"repository": {
"type": "git",
"url": "https://github.com/DNDACADEMY/dnd-academy-v2.git"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/DNDACADEMY/dnd-academy-v2/issues"
},
"packageManager": "[email protected]"
}