-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 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
{
"name": "seoul-public-library-app",
"version": "1.0.0",
"description": "서울특별시 각 자치구의 공공도서관의 현황정보를 볼 수 있는 웹 어플리케이션입니다.",
"main": "index.html",
"scripts": {
"build": "webpack",
"local": "rm -rf public; webpack --watch & node devServer.js"
},
"repository": {
"type": "module",
"url": "git+https://github.com/cottonpup/seoul-public-library-app.git"
},
"author": "Emily",
"license": "ISC",
"bugs": {
"url": "https://github.com/cottonpup/seoul-public-library-app/issues"
},
"homepage": "https://github.com/cottonpup/seoul-public-library-app#readme",
"devDependencies": {
"@babel/cli": "^7.22.10",
"@babel/core": "^7.22.10",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.22.10",
"babel-loader": "^9.1.3",
"core-js": "^3.32.1",
"css-loader": "^6.8.1",
"express": "^4.18.2",
"html-webpack-plugin": "^5.5.3",
"mini-css-extract-plugin": "^2.7.6",
"regenerator-runtime": "^0.14.0",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}