-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.49 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
51
{
"name": "plotein",
"version": "1.0.0",
"description": "Protein visualization",
"author": "Diego Said Anaya Mancilla <redcpp@gmail.com>",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"local": "URL_API='http://localhost' npm run serve",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"serve": "node --max-old-space-size=3072 ./serve.js",
"precommit": "npm run lint",
"upload": "npm run generate --spa; ./upload.sh"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.2.0",
"@gmod/bgzf-filehandle": "^1.2.2",
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"bootstrap": "^4.3.1",
"bootstrap-vue": "^2.0.0-rc.11",
"d3": "^5.5.0",
"d3-tip": "^0.9.1",
"express": "^4.16.3",
"express-session": "^1.15.6",
"file-saver": "^2.0.1",
"html2canvas": "^1.0.0-alpha.12",
"interval-tree-type": "^1.0.1",
"js-priority-queue": "^0.1.5",
"json2csv": "^4.2.1",
"nuxt": "^2.4.5",
"pako": "github:onecodex/pako#master",
"save-svg-as-png": "^1.4.6",
"vue-faq-accordion": "^1.2.1",
"vue-fullscreen": "^2.1.3",
"vue-notification": "^1.3.16",
"vue-tour": "^1.1.0"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.15.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.2",
"eslint-plugin-vue": "^5.2.2",
"node-sass": "^4.9.3",
"sass-loader": "^7.1.0"
}
}