-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.28 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
44
45
46
{
"name": "fedc2-8_vue",
"version": "1.0.0",
"description": "API 사용에 대해 궁금한 점은 '질의응답' 채널에 질문 남겨주세요!",
"main": "webpack.config.js",
"scripts": {
"dev:webpack": "webpack-dev-server --mode development",
"dev": "netlify dev",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prgrms-fe-devcourse/FEDC2-8_Vue.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/prgrms-fe-devcourse/FEDC2-8_Vue/issues"
},
"homepage": "https://github.com/prgrms-fe-devcourse/FEDC2-8_Vue#readme",
"dependencies": {
"axios": "^0.27.2",
"dotenv": "^16.0.1",
"vue": "^3.2.33",
"vue-router": "^4.0.13",
"vuex": "^4.0.2"
},
"devDependencies": {
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.7.1",
"dotenv-webpack": "^7.1.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^8.7.1",
"html-webpack-plugin": "^5.5.0",
"netlify-cli": "^10.3.1",
"sass": "^1.51.0",
"sass-loader": "^12.6.0",
"vue-loader": "^17.0.0",
"vue-style-loader": "^4.1.3",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0"
}
}