-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 2.21 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 2.21 KB
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
{
"name": "js_notionclone_project",
"version": "1.0.0",
"description": "<img src=\"https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=JavaScript&logoColor=ffffff\"/> <img src=\"https://img.shields.io/badge/ESLint-4B32C3?style=for-the-badge&logo=ESLint&logoColor=ffffff\"/> <img src=\"https://img.shields.io/badge/Prettier-F7B93E?style=for-the-badge&logo=Prettier&logoColor=ffffff\"/> ### Vanilla js만을 사용해 컴포넌트 기반의 SPA를 구현해보는 프로젝트",
"main": ".prettierrc.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --mode development --hot",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yyoooon/Js_NotionClone_Project.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yyoooon/Js_NotionClone_Project/issues"
},
"homepage": "https://github.com/yyoooon/Js_NotionClone_Project#readme",
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"babel-loader": "^8.2.4",
"css-loader": "^6.7.1",
"eslint": "^8.13.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.0",
"prettier": "2.6.2",
"sass": "^1.50.0",
"sass-loader": "^12.6.0",
"url-loader": "^4.1.1",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1"
},
"dependencies": {
"@babel/runtime": "^7.17.9"
}
}