-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 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
{
"name": "roadmap",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "npm run prebuild && next dev",
"build": "next build",
"prebuild": "npm run cache-posts",
"cache-posts": "node lib/cache.js",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"@socialgouv/matomo-next": "^1.4.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tlon/sigil-js": "^1.4.5",
"@urbit/foundation-design-system": "^0.7.5",
"@urbit/markdoc": "^0.1.6",
"classnames": "^2.3.2",
"dayjs": "^1.11.6",
"downshift": "^7.0.1",
"eslint": "8.26.0",
"eslint-config-next": "13.0.1",
"gray-matter": "^4.0.3",
"leven-sort": "^3.0.0",
"lodash.debounce": "^4.0.8",
"next": "^12.3.4",
"prismjs": "^1.29.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-hotkeys": "^2.0.0",
"react-swipeable": "^7.0.0",
"tailwindcss-theme-swapper": "^0.6.2",
"urbit-ob": "^5.0.1"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.1"
}
}