-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.34 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "md-analysis-cli",
"version": "1.17.3",
"private": true,
"author": {
"name": "Julian Martinsson Bonde",
"email": "johnmartins1992@gmail.com",
"url": "https://github.com/johnmartins"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --mode production",
"build-sub": "vue-cli-service build --mode sub",
"lint": "vue-cli-service lint"
},
"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.8",
"bootstrap": "^5.3.3",
"core-js": "3.x",
"d3": "7.x",
"file-saver": "2.x",
"mitt": "3.x",
"pinia": "2.x",
"save-svg-as-png": "1.x",
"vue": "3.x",
"vue-router": "4.x"
},
"devDependencies": {
"@babel/eslint-parser": "^7.12.16",
"@vue/cli-plugin-babel": "5.x",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-router": "5.x",
"@vue/cli-service": "5.x",
"@vue/compiler-sfc": "3.x",
"eslint-plugin-vue": "^8.0.3",
"sass": "1.x",
"sass-loader": "13.x",
"vue-cli-plugin-pinia": "0.x"
},
"overrides": {
"autoprefixer": "10.x",
"svgo": "3.x",
"magic-string": "0.x"
}
}