-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.17 KB
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
44
45
46
{
"name": "md-analysis-cli",
"version": "1.19.0",
"private": true,
"author": {
"name": "Julian Martinsson Bonde",
"email": "johnmartins1992@gmail.com",
"url": "https://github.com/johnmartins"
},
"scripts": {
"dev": "vite",
"preview": "vite preview",
"serve": "vite",
"build": "vite build",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.x",
"@fortawesome/free-brands-svg-icons": "6.x",
"@fortawesome/free-regular-svg-icons": "6.x",
"@fortawesome/free-solid-svg-icons": "6.x",
"@fortawesome/vue-fontawesome": "3.x",
"@popperjs/core": "2.11.x",
"bootstrap": "5.3.x",
"d3": "7.x",
"file-saver": "2.x",
"mitt": "3.x",
"pinia": "3.0.x",
"save-svg-as-png": "1.x",
"vue": "3.x"
},
"devDependencies": {
"@vitejs/plugin-vue": "5.x",
"@vue/compiler-sfc": "3.x",
"eslint-plugin-vue": "8.x",
"sass": "^1.89.2",
"vite": "6.x",
"vite-plugin-vue-devtools": "^7.7.7",
"vite-plugin-singlefile": "^2.2.0"
},
"overrides": {
"autoprefixer": "10.x",
"svgo": "3.x",
"magic-string": "0.x"
}
}