-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 966 Bytes
/
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
{
"name": "lobstergenex",
"version": "1.0.0",
"description": "App to visualise gene expression data",
"default": "./index.html",
"scripts": {
"start": "parcel ./index.html",
"build": "parcel build ./index.html --dist-dir ./dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tom-Jenkins/LobsterGeneX.git"
},
"author": "Tom Jenkins",
"license": "MIT",
"bugs": {
"url": "https://github.com/Tom-Jenkins/LobsterGeneX/issues"
},
"homepage": "https://github.com/Tom-Jenkins/LobsterGeneX#readme",
"dependencies": {
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.10.5",
"echarts": "^5.4.2",
"lodash-es": "^4.17.21",
"papaparse": "^5.4.1"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.9.1",
"@types/bootstrap": "^5.2.6",
"@types/papaparse": "^5.3.7",
"buffer": "^5.7.1",
"parcel": "^2.9.1"
}
}