-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 772 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 772 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
{
"name": "mycv",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"start": "node server.js"
},
"dependencies": {
"@analytics/google-analytics": "^1.0.7",
"@vue/compiler-sfc": "^3.4.27",
"analytics": "^0.8.11",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"gray-matter": "^4.0.3",
"markdown-it": "^14.1.0",
"pinia": "^2.1.7",
"scrollreveal": "^4.0.9",
"stickybits": "^3.7.11",
"vue": "^3.4.21"
},
"devDependencies": {
"@types/node": "^20.12.12",
"@vitejs/plugin-vue": "^5.0.4",
"vite": "^5.2.0",
"vite-plugin-markdown": "^2.2.0"
}
}