about summary refs log tree commit diff
path: root/pkgs/by-name/sq/squirreldisk/package.json
blob: b3b80859ef642785b5b5f1a65334e717b894b869 (plain) (blame)
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
{
  "name": "squirreldisk-tauri",
  "private": true,
  "version": "0.0.0",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "preview": "vite preview",
    "tauri": "tauri"
  },
  "dependencies": {
    "@tauri-apps/api": "^1.2.0",
    "d3": "^7.8.2",
    "mongoid-js": "^1.3.0",
    "pretty-bytes": "^6.0.0",
    "react": "^18.2.0",
    "react-beautiful-dnd": "^13.1.1",
    "react-dom": "^18.2.0",
    "react-router-dom": "^6.8.0",
    "shade-blend-color": "^1.0.0",
    "uuid": "^9.0.0",
    "vscode-icons-js": "^11.6.1"
  },
  "devDependencies": {
    "@tauri-apps/cli": "^1.2.2",
    "@types/d3": "^7.4.0",
    "@types/node": "^18.7.10",
    "@types/react": "^18.0.15",
    "@types/react-beautiful-dnd": "^13.1.3",
    "@types/react-dom": "^18.0.6",
    "@types/uuid": "^9.0.0",
    "@vitejs/plugin-react": "^3.0.0",
    "autoprefixer": "^10.4.13",
    "postcss": "^8.4.21",
    "tailwindcss": "^3.2.4",
    "typescript": "^4.6.4",
    "vite": "^4.0.0"
  }
}