-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 966 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 966 Bytes
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
{
"name": "genomeassemblystats",
"version": "1.0.0",
"description": "Compare genome assembly stats from NCBI",
"default": "./index.html",
"scripts": {
"start": "rimraf ./dist/ .parcel-cache && parcel ./index.html",
"build": "parcel build ./index.html --dist-dir ./dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tom Jenkins",
"license": "MIT",
"devDependencies": {
"@parcel/transformer-sass": "^2.13.3",
"@types/bootstrap": "^5.2.7",
"buffer": "^6.0.3",
"events": "^3.3.0",
"parcel": "^2.9.3",
"parcel-plugin-nuke-dist": "^1.0.1",
"process": "^0.11.10",
"rimraf": "^5.0.1",
"stream-browserify": "^3.0.0",
"string_decoder": "^1.3.0",
"timers-browserify": "^2.0.12"
},
"dependencies": {
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.1",
"echarts": "^5.4.3",
"lodash-es": "^4.17.21",
"svgo": "^3.3.2",
"tabulator-tables": "^5.5.2"
}
}