forked from urbit/urbit.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 959 Bytes
/
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
{
"name": "urbit.org-3",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "npm run prebuild && next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prebuild": "npm run glossary && npm run overview",
"glossary": "node src/lib/buildGlossary.js",
"overview": "node src/lib/buildPageTree overview weight"
},
"dependencies": {
"@docsearch/js": "^3.5.2",
"@iarna/toml": "^2.2.5",
"@socialgouv/matomo-next": "^1.8.0",
"@urbit/fdn-design-system": "github:urbit/fnd-design-system#eb2d250",
"@urbit/markdoc": "^0.1.6",
"autoprefixer": "10.4.15",
"classnames": "^2.3.2",
"gray-matter": "^4.0.3",
"lodash.omit": "^4.5.0",
"luxon": "^3.4.4",
"next": "13.5.4",
"postcss": "8.4.31",
"prismjs": "^1.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.3"
},
"devDependencies": {
"postcss-import": "^15.1.0"
}
}