-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
31 lines (31 loc) · 1.63 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
{
"name": "moon-bucks-ts",
"version": "1.0.0",
"description": "<br/> <p align=\"middle\"> <img width=\"200px;\" src=\"./src/images/moonbucks.png\"/> </p> <h2 align=\"middle\">JS 문벅스 카페메뉴 앱</h2> <p align=\"middle\">Vanilla JS로 구현 하는 상태관리가 가능한 카페메뉴 앱</p> <p align=\"middle\"> <img src=\"https://img.shields.io/badge/version-1.0.0-blue?style=flat-square\" alt=\"template version\"/> <img src=\"https://img.shields.io/badge/language-html-red.svg?style=flat-square\"/> <img src=\"https://img.shields.io/badge/language-css-blue.svg?style=flat-square\"/> <img src=\"https://img.shields.io/badge/language-js-yellow.svg?style=flat-square\"/> <a href=\"https://github.com/blackcoffee-study/js-lv1-book-manual/blob/main/LICENSE\" target=\"_blank\"> <img src=\"https://img.shields.io/github/license/blackcoffee-study/moonbucks-menu.svg?style=flat-square&label=license&color=08CE5D\"/> </a> </p>",
"main": "index.js",
"scripts": {
"build": "tsc",
"dev": "tsc -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/InSeong-So/TS-moonbucks-menu.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/InSeong-So/TS-moonbucks-menu/issues"
},
"homepage": "https://github.com/InSeong-So/TS-moonbucks-menu#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.3.1",
"@typescript-eslint/parser": "5.3.1",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
"prettier": "2.4.1",
"prettier-eslint": "13.0.0",
"typescript": "4.4.4"
}
}