-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 948 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 948 Bytes
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
{
"name": "portal",
"version": "1.0.0",
"description": "ゆうやみポータル",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview",
"type-check": "vue-tsc --noEmit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/u83ism/Portal.git"
},
"author": "u83ism",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/u83ism/Portal/issues"
},
"homepage": "https://github.com/u83ism/Portal#readme",
"dependencies": {
"vue": "^3.5.33"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.4",
"@types/node": "^25.6.0",
"@vitejs/plugin-vue": "^6.0.6",
"@vue/compiler-sfc": "^3.5.33",
"firebase-tools": "^15.15.0",
"npm-check-updates": "^21.0.3",
"postcss": "^8.5.10",
"tailwindcss": "^4.2.4",
"typescript": "^6.0.3",
"vite": "^8.0.10",
"vue-tsc": "^3.2.7"
}
}