forked from urbit/urbit.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.86 KB
/
package.json
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
{
"name": "urbit.org-2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "npm run prebuild && next dev",
"build": "next build",
"export": "npm run prebuild && next build && next export",
"start": "next start",
"prebuild": "npm run cache-posts && npm run rss && npm run glossary && npm run getting-started-tree && npm run overview-tree",
"getting-started-tree": "node lib/buildPageTree getting-started weight",
"overview-tree": "node lib/buildPageTree overview weight",
"cache-posts": "node lib/cache.js",
"glossary": "node lib/buildGlossary.js",
"rss": "node lib/rss.js",
"vercel-build": "yum install libuuid-devel libmount-devel && cp /lib64/{libuuid,libmount,libblkid}.so.1 node_modules/canvas/build/Release/ && npm run build"
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"@socialgouv/matomo-next": "^1.3.0",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tlon/sigil-js": "^1.4.5",
"@urbit/foundation-design-system": "0.7.1",
"@urbit/markdoc": "^0.1.4",
"axios": "^0.26.1",
"buffer": "^6.0.3",
"canvas": "^2.9.3",
"classnames": "^2.3.1",
"deepmerge": "^4.2.2",
"downshift": "^6.1.5",
"feed": "^4.2.2",
"gray-matter": "^4.0.3",
"leven-sort": "^3.0.0",
"lodash.debounce": "^4.0.8",
"lodash.omit": "^4.5.0",
"luxon": "^2.0.2",
"next": "^12.1.5",
"path-browserify": "^1.0.1",
"prismjs": "^1.28.0",
"process": "^0.11.10",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-hotkeys": "^2.0.0",
"react-swipeable": "^6.2.1",
"react-use-localstorage": "^3.5.3",
"stream-browserify": "^3.0.0",
"urbit-ob": "^5.0.1"
},
"devDependencies": {
"autoprefixer": "^10.4.4",
"postcss": "^8.4.12",
"prettier": "^2.3.1",
"pretty-quick": "^3.1.0",
"tailwindcss": "^3.0.24",
"tailwindcss-theme-swapper": "^0.6.2"
}
}