-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.29 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
40
41
42
43
{
"name": "vector_logistics",
"version": "1.0.6",
"description": "군수과장 벡터양!은 소녀전선 군수 시스템을 좀 더 쉽게 활용할 수 있게 도와주는 웹 어플리케이션으로, 개인의 일정에 특화된 군수 작전 조합을 추천해 줍니다.",
"private": true,
"directories": {
"lib": "lib"
},
"scripts": {
"build": "webpack --config webpack.prod.js",
"build-dev": "webpack --config webpack.config.js",
"dev": "webpack serve",
"start": "yarn build && http-server ./dist --port 4577"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Phryxia/vector_logistics.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Phryxia/vector_logistics/issues"
},
"homepage": "https://github.com/Phryxia/vector_logistics#readme",
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"html-webpack-plugin": "^5.5.0",
"postcss": "^8.4.16",
"postcss-loader": "^7.0.1",
"postcss-nested": "^5.0.6",
"prettier": "^2.7.1",
"style-loader": "^3.3.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.0",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"query-string": "^7.1.1"
}
}