-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 917 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 917 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
{
"name": "BFoCM",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/vue-fontawesome": "^3.0.5",
"@highlightjs/vue-plugin": "^2.1.0",
"@knight-lab/timelinejs": "^3.9.3",
"highlight.js": "^11.9.0",
"konva": "^9.3.6",
"reveal.js": "^5.0.4",
"vue": "^3.4.15"
},
"devDependencies": {
"@types/node": "^22.5.1",
"@types/reveal.js": "^4.4.8",
"@vitejs/plugin-vue": "^5.0.3",
"autoprefixer": "^10.4.19",
"less": "^4.2.0",
"postcss": "^8.4.38",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.72.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.2.2",
"vite": "^5.1.7",
"vue-tsc": "^1.8.27"
}
}