-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 718 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 718 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
{
"name": "vite-version",
"private": true,
"version": "0.0.0",
"scripts": {
"wasm": "wasm-pack build ./bayesian-wasm --target web",
"dev": "yarn wasm && vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@mdi/font": "^6.6.96",
"sass": "^1.51.0",
"unplugin-vue-components": "^0.19.5",
"vite": "^2.9.9",
"vite-plugin-singlefile": "0.7.1",
"vite-plugin-vue2": "^2.0.0",
"vite-plugin-wasm-pack": "^0.1.11",
"vue-template-compiler": "^2.6.14"
},
"dependencies": {
"vue": "2.x",
"vue-ctk-date-time-picker": "^3.0.0-alpha.0",
"vuetify": "^2.6.5",
"vuetify-datetime-picker": "^2.1.1",
"wasmwrap": "^1.0.0"
}
}