This repository was archived by the owner on Mar 9, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.36 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.36 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
{
"name": "string-charter-3",
"private": false,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"predeploy": "vite build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-opener": "^2",
"d3-format": "^3.1.0",
"d3-selection": "^3.0.0",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"papaparse": "^5.4.1",
"vue": "^3.5.14",
"xml-formatter": "^3.6.6"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.6",
"@tauri-apps/cli": "^2.5.0",
"@types/d3-format": "^3.0.4",
"@types/d3-selection": "^3.0.11",
"@types/file-saver": "^2.0.7",
"@types/papaparse": "^5.3.7",
"@types/wicg-file-system-access": "^2023.10.6",
"@vitejs/plugin-basic-ssl": "^2.0.0",
"@vitejs/plugin-vue": "^5.2.4",
"concurrently": "^9.1.2",
"del": "^8.0.0",
"gh-pages": "^6.3.0",
"gulp": "^5.0.0",
"tailwindcss": "^4.1.6",
"typescript": "~5.6.2",
"vite": "^6.0.3",
"yarn": "^1.22.22"
},
"main": "index.js",
"repository": "git@github.com:StofflR/String-Charter-3.git",
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}