forked from yansong-yu/GPD-Visualization-Showcase
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 720 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 720 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
{
"name": "gpd-vis",
"version": "0.1.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "npm run build && echo \"Please run: gh-pages -b gh-pages -d dist -m [commit message]\""
},
"keywords": [],
"author": "Yansong Yu, Guoxi Liu",
"license": "ISC",
"description": "",
"dependencies": {
"d3": "^7.9.0",
"ndarray": "^1.0.19",
"nouislider": "^15.8.1",
"npyjs": "^0.7.0",
"three": "^0.169.0",
"vite-plugin-static-copy": "^3.1.1"
},
"devDependencies": {
"gh-pages": "^6.3.0",
"vite": "^5.4.8"
}
}