-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 969 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 969 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
35
{
"name": "@statsim/mcdcf",
"private": false,
"type": "module",
"version": "0.0.5",
"scripts": {
"dev": "vite",
"build": "vite build --config vite-sf.config.mjs && vite build && mv dist/index.html dist/mcdcf.html",
"preview": "vite preview"
},
"dependencies": {
"@fontsource/roboto": "^5.1.1",
"@mdi/js": "^7.4.47",
"@observablehq/inputs": "^0.12.0",
"@observablehq/plot": "^0.6.17",
"@wdns/vuetify-inline-fields": "^1.0.9",
"htl": "^0.3.1",
"lz-string": "^1.5.0",
"roboto-fontface": "*",
"vite-plugin-css-injected-by-js": "^3.5.2",
"vue": "^3.4.31",
"vuetify": "^3.6.14",
"vuetify-money": "^1.2.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.5",
"sass": "1.77.8",
"sass-embedded": "^1.77.8",
"unplugin-fonts": "^1.1.1",
"unplugin-vue-components": "^0.27.2",
"vite": "^5.4.0",
"vite-plugin-singlefile": "^2.1.0",
"vite-plugin-vuetify": "^2.0.3"
}
}