summaryrefslogtreecommitdiff
path: root/package.json
blob: 0803972607e95d5ddae3cac423863e37d434d4f6 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
  "name": "org-roam-ui",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build && next export",
    "start": "next start",
    "prettier": "prettier -w .",
    "lint": "tsc --noEmit && next lint && eslint \"./**/*.{ts,tsx,js}\" \"./**/.*.{ts,tsx,js}\" --fix"
  },
  "dependencies": {
    "@chakra-ui/icons": "^1.0.14",
    "@chakra-ui/react": "^1.6.5",
    "@emotion/react": "^11",
    "@emotion/styled": "^11",
    "@lilib/hooks": "^0.1.1",
    "@orgajs/loader": "^2.4.9",
    "@orgajs/next": "^2.4.9",
    "@orgajs/react": "^2.4.9",
    "@orgajs/reorg": "^2.4.9",
    "@orgajs/reorg-rehype": "^2.4.9",
    "@react-hook/window-size": "^3.0.7",
    "@types/color": "^3.0.2",
    "chakra-ui-autocomplete": "^1.4.2",
    "d3-force-3d": "^3.0.2",
    "d3-interpolate": "^3.0.1",
    "date-fns-tz": "^1.1.6",
    "es6-tween": "^5.5.11",
    "framer-motion": "^4",
    "next": "11.0.1",
    "next-pwa": "^5.2.24",
    "orgast-util-to-string": "^0.3.0",
    "orgast-util-visit-ids": "^0.3.0",
    "react": "17.0.2",
    "react-custom-scrollbars-2": "^4.4.0",
    "react-dom": "17.0.2",
    "react-force-graph": "^1.41.7",
    "react-spring": "^9.2.4",
    "reconnecting-websocket": "^4.4.0",
    "rehype-stringify": "^9.0.1",
    "three-spritetext": "^1.6.2",
    "unified": "^10.1.0",
    "unified-stream": "^2.0.0",
    "uniorg": "^0.3.0",
    "uniorg-extract-keywords": "^0.3.0",
    "uniorg-parse": "^0.3.0",
    "uniorg-rehype": "^0.3.0",
    "uniorg-slug": "^0.3.0",
    "use-constant": "^1.1.0",
    "word-wrap": "^1.2.3"
  },
  "devDependencies": {
    "@types/d3-interpolate": "^3.0.1",
    "@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"
  }
}