-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) Β· 1.1 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
{
"name": "til",
"version": "1.0.0",
"type": "module",
"description": "Today I Learned. νλ‘κ·Έλλ°, μ»΄ν¨ν
λ±μ λΆμΌμ λν λ€μν μ§μμ΄λ νλ€μ μ 리ν λ―Έλ λΈλ‘κ·Έμ
λλ€.",
"homepage": "https://til.jooy2.com",
"author": "jooy2 <jooy2.contact@gmail.com>",
"license": "MIT",
"private": true,
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "npm run docs:build && vitepress serve docs",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"format": "prettier .",
"format:fix": "prettier . --write"
},
"repository": {
"type": "git",
"url": "https://github.com/jooy2/TIL.git"
},
"bugs": {
"url": "https://github.com/jooy2/TIL/issues"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"vitepress": "^1.4.3",
"vitepress-i18n": "^1.3.0",
"vitepress-sidebar": "^1.29.0",
"vue": "^3.5.12"
}
}