-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 960 Bytes
/
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
{
"name": "webpack_lmj",
"version": "1.0.0",
"description": "웹팩 스터디",
"main": "webpack.config.js",
"dependencies": {
"pleasejs": "^0.4.2",
"webpack": "^1.13.3"
},
"devDependencies": {
"css-loader": "^0.26.0",
"extract-text-webpack-plugin": "^1.0.1",
"html-webpack-plugin": "^2.24.1",
"style-loader": "^0.13.1",
"webpack-dev-server": "^1.16.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.prod.js",
"dev": "webpack-dev-server --config webpack.config.dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qnfzks55/webpack_lmj.git"
},
"keywords": [
"webpack",
"웹팩",
"웹팩스터디"
],
"author": "이명종",
"license": "ISC",
"bugs": {
"url": "https://github.com/qnfzks55/webpack_lmj/issues"
},
"homepage": "https://github.com/qnfzks55/webpack_lmj#readme"
}