-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
48 lines (48 loc) · 1.44 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
{
"name": "resume",
"version": "1.0.4",
"author": "Geunhyeok LEE <[email protected]>",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"build:github": "GITHUB_PAGES=1 vue-cli-service build",
"build:report": "vue-cli-service build --report"
},
"dependencies": {
"axios": "^0.21.0",
"register-service-worker": "^1.7.1",
"vue": "^3.0.3",
"vue-router": "^4.0.0-rc.6",
"vuex": "^4.0.0-rc.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@vue/cli-plugin-babel": "^4.5.9",
"@vue/cli-plugin-eslint": "^4.5.9",
"@vue/cli-plugin-pwa": "^4.5.9",
"@vue/cli-plugin-router": "^4.5.9",
"@vue/cli-plugin-typescript": "^4.5.9",
"@vue/cli-plugin-vuex": "^4.5.9",
"@vue/cli-service": "^4.5.9",
"@vue/compiler-sfc": "^3.0.3",
"@vue/eslint-config-typescript": "^5.0.2",
"core-js": "^3.7.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^7.0.0-0",
"inject-assets-list-webpack-plugin": "^1.0.3",
"node-sass": "^4.12.0",
"sass-loader": "^8.0.2",
"typescript": "^4.1.2"
},
"bugs": {
"url": "https://github.com/leegeunhyeok/resume/issues"
},
"homepage": "https://github.com/leegeunhyeok/resume#readme",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/leegeunhyeok/resume.git"
}
}