-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.11 KB
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
45
{
"name": "function-plot-gui",
"private": true,
"version": "0.7",
"type": "module",
"scripts": {
"dev": "vite",
"typecheck": "vue-tsc --noEmit",
"build-only": "vite build",
"build": "run-p typecheck build-only",
"preview": "vite preview"
},
"dependencies": {
"@prettier/sync": "^0.6.1",
"@vueuse/core": "^14.4.0",
"base-64": "^1.0.0",
"function-plot": "2.0.0-0",
"json5": "^2.2.3",
"lodash-es": "^4.18.1",
"mitt": "^3.0.1",
"pinia": "^4.0.3",
"prettier": "^3.9.6",
"sober": "1.1.10",
"utf8": "^3.0.0",
"vue": "^3.5.42",
"vue-color-kit": "^1.0.6",
"vue-draggable-plus": "^0.6.1",
"vue-i18n": "^11.4.10"
},
"devDependencies": {
"@types/base-64": "^1.0.2",
"@types/lodash-es": "^4.17.12",
"@types/node": "^26.4.1",
"@types/utf8": "^3.0.3",
"@vitejs/plugin-vue": "^6.0.8",
"@vitejs/plugin-vue-jsx": "^5.1.6",
"dotenv": "^17.4.2",
"npm-run-all2": "^9.0.3",
"rollup-plugin-visualizer": "^7.1.1",
"sass-embedded": "^1.104.0",
"typescript": "~6.0.3",
"vite": "^8.2.2",
"vue-tsc": "^3.3.11"
}
}