-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
57 lines (57 loc) · 1.54 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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "11st-main-clone-vue",
"version": "1.0.0",
"description": "<div align=center>",
"main": "index.js",
"scripts": {
"dev:parcel": "parcel index.html --port 1111",
"dev": "netlify dev",
"build": "parcel build index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KoEonYack/11st-main-clone-vue.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/KoEonYack/11st-main-clone-vue/issues"
},
"homepage": "https://github.com/KoEonYack/11st-main-clone-vue#readme",
"dependencies": {
"axios": "^0.21.1",
"dayjs": "^1.10.4",
"numeral": "^2.0.6",
"parcel-bundler": "^1.12.4",
"regenerator-runtime": "^0.13.7",
"scroll-to": "^0.0.2",
"swiper": "^6.4.8",
"vue": "^2.6.12",
"vue-hot-reload-api": "^2.3.4",
"vuex": "^3.6.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/eslint-parser": "^7.12.1",
"@vue/component-compiler-utils": "^3.2.0",
"autoprefixer": "^9.8.6",
"dotenv": "^5.0.1",
"eslint": "^7.18.0",
"eslint-plugin-vue": "^7.5.0",
"netlify-cli": "^3.4.3",
"parcel-bundler": "^1.12.4",
"postcss": "^8.2.4",
"sass": "^1.32.5",
"vue-template-compiler": "^2.6.12"
},
"__browserslist": "이 프로젝트가 지원하는 대상 브라우저를 지정!",
"browserslist": [
"> 1%",
"last 2 versions"
],
"__staticFiles": "Parcel Bundler에서 사용될 정적(Static) 파일/폴더 경로!",
"staticFiles": {
"staticPath": "public"
}
}