-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.26 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.26 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
46
47
48
49
50
51
52
{
"name": "function-plot-gui",
"private": true,
"version": "0.7",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@prettier/sync": "^0.5.5",
"@vueuse/core": "^13.9.0",
"base-64": "^1.0.0",
"function-plot": "2.0.0-0",
"json5": "^2.2.3",
"lodash-es": "^4.17.23",
"mitt": "^3.0.1",
"pinia": "^3.0.4",
"prettier": "^3.8.1",
"sober": "1.1.9",
"utf8": "^3.0.0",
"vite-plugin-node-polyfills": "^0.25.0",
"vue": "^3.5.29",
"vue-color-kit": "^1.0.6",
"vue-draggable-plus": "^0.6.1",
"vue-i18n": "^11.2.8"
},
"devDependencies": {
"@types/base-64": "^1.0.2",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.19.13",
"@types/utf8": "^3.0.3",
"@vitejs/plugin-vue": "^5.2.4",
"@vitejs/plugin-vue-jsx": "^4.2.0",
"dotenv": "^16.6.1",
"rollup-plugin-visualizer": "^5.14.0",
"sass-embedded": "^1.97.3",
"typescript": "~5.6.3",
"vite": "^6.4.1",
"vue-tsc": "^2.2.12"
},
"pnpm": {
"patchedDependencies": {
"function-plot": "patches/function-plot.patch",
"sober": "patches/sober.patch"
},
"ignoredBuiltDependencies": [
"@parcel/watcher"
]
}
}