summaryrefslogtreecommitdiff
path: root/package.json
blob: 439516760205ba5274883f24d1b51bd8c0d8ff0b (about) (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
28
29
30
31
32
33
34
35
36
{
  "name": "org-roam-ui",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint",
    "prettier": "prettier -w ."
  },
  "dependencies": {
    "@chakra-ui/icons": "^1.0.14",
    "@chakra-ui/react": "^1.6.5",
    "@emotion/react": "^11",
    "@emotion/styled": "^11",
    "@react-hook/window-size": "^3.0.7",
    "d3-force-3d": "^3.0.2",
    "framer-motion": "^4",
    "next": "11.0.1",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "react-force-graph": "^1.41.7",
    "three-spritetext": "^1.6.2",
    "use-constant": "^1.1.0"
  },
  "devDependencies": {
    "@types/react": "17.0.14",
    "eslint": "7.31.0",
    "eslint-config-next": "11.0.1",
    "next-compose-plugins": "^2.2.1",
    "next-transpile-modules": "^8.0.0",
    "prettier": "^2.3.2",
    "typescript": "4.3.5"
  }
}