-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 956 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
36
37
{
"name": "refl1d-demo",
"version": "1.0.0",
"description": "pyodide-based web demo of refl1d",
"main": "dist/index.html",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build --emptyOutDir -m development",
"build_prod": "vite build --emptyOutDir -m production",
"build_standalone": "vite build --emptyOutDir -m standalone",
"preview": "vite preview --port 4173"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reflectometry/refl1d-demo.git"
},
"keywords": [
"reflectometry",
"montecarlo",
"mcmc",
"bumps",
"webassembly",
"pyodide"
],
"author": "Brian B. Maranville",
"license": "ISC",
"bugs": {
"url": "https://github.com/reflectometry/refl1d-demo/issues"
},
"homepage": "https://github.com/reflectometry/refl1d-demo#readme",
"dependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"pyodide": "^0.25.1",
"vite": "^5.2.10"
}
}