-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 853 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
{
"name": "hdfviewer",
"version": "1.0.0",
"description": "single-purpose web app for viewing hdf5 files",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "parcel build index.html --no-source-maps --no-cache"
},
"author": "Brian Maranville",
"license": "ISC",
"devDependencies": {
"@usnistgov/jsfive": "github:usnistgov/jsfive",
"cssnano": "^4.1.10",
"d3": "^5.16.0",
"d3-science": "github:usnistgov/d3-science#v0.2.2",
"jquery": "^3.5.1",
"jstree": "^3.3.9",
"parcel-bundler": "^1.12.4",
"parcel-plugin-css-url-loader": "^1.0.5",
"parcel-plugin-inline-source": "^1.0.0",
"split.js": "^1.5.11"
},
"dependencies": {},
"css-url-loader": {
"exts": [
"png",
"svg",
"jpg",
"gif"
],
"limit": 1000
}
}