aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: c484f3d8e56c4668cf74ac33e020765c657da121 (plain)
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
{
  "name": "slam-frontend",
  "version": "0.0.0",
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "preview": "vite preview"
  },
  "dependencies": {
    "ace-builds": "1.4.14",
    "react": "^17.0.2",
    "react-ace": "9.5.0",
    "react-dom": "^17.0.2",
    "swr": "1.2.1"
  },
  "devDependencies": {
    "@types/react": "^17.0.33",
    "@types/react-dom": "^17.0.10",
    "@typescript-eslint/eslint-plugin": "5.10.2",
    "@typescript-eslint/parser": "5.10.2",
    "@vitejs/plugin-react": "^1.0.7",
    "eslint": "8.8.0",
    "eslint-plugin-react": "7.28.0",
    "typescript": "^4.4.4",
    "vite": "^2.7.2"
  }
}