forked from Linho1219/function-plot-GUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 906 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 906 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
36
37
38
{
"name": "function-plot-gui",
"private": true,
"version": "0.2.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"postinstall": "patch-package"
},
"dependencies": {
"@prettier/sync": "^0.5.2",
"base-64": "^1.0.0",
"function-plot": "^2.0.0-0",
"json5": "^2.2.3",
"lodash-es": "^4.17.21",
"mitt": "^3.0.1",
"pinia": "^3.0.2",
"prettier": "^3.4.2",
"sober": "^1.1.0",
"utf8": "^3.0.0",
"vue": "^3.5.13",
"vue-draggable-plus": "^0.6.0",
"vue-i18n": "^10.0.7"
},
"devDependencies": {
"@types/base-64": "^1.0.2",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.14.1",
"@types/utf8": "^3.0.3",
"@vitejs/plugin-vue": "^5.2.1",
"patch-package": "^8.0.0",
"typescript": "~5.6.2",
"vite": "^6.1.0",
"vue-tsc": "^2.1.10"
}
}