-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.28 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
{
"name": "klados",
"version": "0.5.1",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 4173",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phyloref/klados.git"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.29",
"@fortawesome/free-solid-svg-icons": "^5.13.1",
"@fortawesome/vue-fontawesome": "^0.1.10",
"@phyloref/phyx": "^1.0.1",
"bootstrap": "^4.5.0",
"bootstrap-vue": "^2.15.0",
"buffer": "^6.0.3",
"crypto-js": "^4.2.0",
"csv-stringify": "^6.4.0",
"filesaver.js-npm": "^1.0.1",
"jquery": "^3.5.1",
"lodash": "^4.17.19",
"newick-js": "^1.2.1",
"pako": "^2.1.0",
"phylotree": "^2.0.1",
"popper.js": "^1.16.1",
"vue": "^2.7.7",
"vue-cookies": "^1.8.1",
"vue-resize": "^0.4.5",
"vuex": "^3.5.1"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@vitejs/plugin-legacy": "^2.0.0",
"@vitejs/plugin-vue2": "^1.1.2",
"@vue/eslint-config-prettier": "^7.0.0",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^9.0.0",
"prettier": "^2.5.1",
"terser": "^5.14.2",
"vite": "^3.0.2"
}
}