-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 981 Bytes
/
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
{
"name": "@markwhen/resume",
"version": "1.1.0",
"scripts": {
"dev": "vite --port=5177",
"build": "run-p type-check build-only",
"preview": "vite preview --port=5176",
"build-only": "vite build && cp _headers dist/_headers",
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"@markwhen/parser": "^0.12.6",
"@markwhen/view-client": "^1.5.1",
"@vueuse/core": "^11.2.0",
"@vueuse/integrations": "^11.2.0",
"immer": "^10.1.1",
"luxon": "^3.3.0",
"pinia": "^2.2.6",
"vue": "^3.5.13"
},
"devDependencies": {
"@types/luxon": "^3.4.2",
"@types/node": "^18.11.12",
"@vitejs/plugin-vue": "^5.2.0",
"@vue/tsconfig": "^0.6.0",
"autoprefixer": "^10.4.20",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vite-plugin-singlefile": "^2.0.3",
"vue-tsc": "^2.1.10"
},
"files": [
"dist/index.html"
]
}