-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 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
{
"version": "0.0.0",
"name": "qtunes",
"private": true,
"description": "traP hackathon project on 2021 spring",
"repository": {
"type": "git",
"url": "https://github.com/hackathon-21-spring-02/front-end"
},
"homepage": "https://trap.jp/post/1315/",
"scripts": {
"dev": "vite --port 8080",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint --fix --ext .ts,js,vue --ignore-path .gitignore . && prettier --write --ext .ts,js,vue --ignore-path .gitignore .",
"gen-api": "node ./scripts/generate-apis.js"
},
"dependencies": {
"@vitejs/plugin-vue": "^1.2.3",
"@vue/compiler-sfc": "^3.0.5",
"axios": "^0.21.1",
"element-plus": "^1.0.2-beta.48",
"sass": "^1.34.1",
"typescript": "^4.3.2",
"vite": "^2.3.7",
"vue": "^3.0.5",
"vue-router": "^4.0.8",
"vue-tsc": "^0.0.24",
"vue3-hotkey": "^1.0.0"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.3.3",
"@types/node": "^15.12.2",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"@vue/eslint-config-typescript": "^7.0.0",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.3.1",
"ts-morph": "^11.0.0"
}
}