-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.09 KB
/
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
38
39
40
41
42
43
44
{
"name": "time-series-maker",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore"
},
"dependencies": {
"@mdi/font": "7.0.96",
"@stdlib/array": "^0.0.12",
"@stdlib/math": "^0.1.1",
"@stdlib/random": "^0.0.12",
"@stdlib/simulate": "^0.0.10",
"@stdlib/stats": "^0.0.13",
"@stdlib/utils": "^0.0.12",
"@vueuse/core": "^10.7.0",
"core-js": "^3.29.0",
"d3": "^7.8.5",
"file-saver": "^2.0.5",
"intro.js": "^7.2.0",
"luxon": "^3.4.3",
"pinia": "^2.0.0",
"roboto-fontface": "*",
"vue": "^3.2.0",
"vue-json-pretty": "^2.3.0",
"vue-router": "^4.0.0",
"vue3-toastify": "^0.1.13",
"vuetify": "^3.3.20"
},
"devDependencies": {
"@stdlib/types": "^0.1.0",
"@types/file-saver": "^2.0.5",
"@vitejs/plugin-vue": "^4.0.0",
"eslint": "^8.37.0",
"eslint-plugin-vue": "^9.3.0",
"sass": "^1.60.0",
"unplugin-fonts": "^1.0.3",
"vite": "^4.2.0",
"vite-plugin-vuetify": "^1.0.0"
}
}