forked from urbit/urbit.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.5 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
{
"name": "urbit.org-2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "npm run cache-posts && npm run rss && next dev",
"build": "npm run cache-posts && npm run rss && next build",
"export": "npm run cache-posts && npm run rss && next build && next export",
"start": "next start",
"prepare": "husky install",
"cache-posts": "node lib/cache.js",
"rss": "node lib/rss.js"
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"@socialgouv/matomo-next": "^1.2.2",
"@tailwindcss/aspect-ratio": "^0.2.1",
"autoprefixer": "^10.2.6",
"classnames": "^2.3.1",
"deepmerge": "^4.2.2",
"downshift": "^6.1.5",
"feed": "^4.2.2",
"fuzzy-search": "^3.2.1",
"gray-matter": "^4.0.3",
"html-entities": "^2.3.2",
"luxon": "^2.0.2",
"next": "10.2.3",
"postcss": "^8.3.0",
"prismjs": "^1.25.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hotkeys": "^2.0.0",
"react-swipeable": "^6.1.2",
"react-use-localstorage": "^3.5.3",
"rehype-raw": "^6.1.0",
"rehype-stringify": "^9.0.2",
"remark": "^13.0.0",
"remark-gfm": "^1.0.0",
"remark-heading-id": "^1.0.0",
"remark-html": "^13.0.1",
"remark-parse": "^10.0.0",
"remark-prism": "^1.3.6",
"remark-rehype": "^10.0.0",
"remark-slug": "^6.0.0",
"tailwindcss": "^2.1.4",
"unified": "^9.2.1"
},
"devDependencies": {
"husky": "^6.0.0",
"next-transpile-modules": "^8.0.0",
"prettier": "^2.3.1",
"pretty-quick": "^3.1.0"
}
}