-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
101 lines (101 loc) · 3.16 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "rivet-site",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "./scripts/buildcf.sh",
"start": "next dev",
"lint": "next lint",
"format": "prettier --write .",
"create-article": "vite-node scripts/generateArticle.ts",
"generate-favicon": "npx cli-real-favicon generate scripts/faviconConfig.json faviconData.json public/icons"
},
"browserslist": "defaults, not ie <= 11",
"workspaces": [
"game/"
],
"dependencies": {
"@algolia/autocomplete-core": "^1.7.3",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.18",
"@inquirer/prompts": "^6.0.1",
"@mdx-js/loader": "^2.1.5",
"@mdx-js/react": "^2.1.5",
"@next/mdx": "^14.0.1",
"@next/third-parties": "latest",
"@rivet-gg/api": "^0.0.1-rc19",
"@rivet-gg/components": "https://github.com/rivet-gg/hub#workspace=@rivet-gg/components&head=09-27-fix_changes_to_components_for_site",
"@rivet-gg/icons": "*",
"@shikijs/transformers": "^1.17.6",
"@sindresorhus/slugify": "^2.1.1",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.8",
"acorn": "^8.8.1",
"autoprefixer": "^10.4.7",
"chart.js": "^4.4.2",
"chartjs-adapter-date-fns": "^3.0.0",
"clsx": "^2.1.0",
"csv-parser": "^3.0.0",
"date-fns": "^3.6.0",
"dedent": "^1.5.3",
"esast-util-from-js": "^2.0.1",
"escape-html": "^1.0.3",
"estree-util-to-js": "^2.0.0",
"fast-glob": "^3.2.12",
"feed": "^4.2.2",
"flexsearch": "^0.7.31",
"focus-visible": "^5.2.0",
"framer-motion": "11.5.4",
"mdast-util-to-string": "^3.2.0",
"mdx-annotations": "^0.1.1",
"next": "^14.2.5",
"next-router-mock": "^0.9.7",
"postcss": "^8.4.24",
"postcss-focus-visible": "^6.0.4",
"posthog-js": "^1.142.1",
"react": "18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.3.1",
"react-github-btn": "^1.4.0",
"react-highlight-words": "^0.20.0",
"react-markdown": "^9.0.1",
"recma-nextjs-static-props": "^1.0.0",
"rehype-mdx-title": "^2.0.0",
"rehype-parse": "^8.0.4",
"rehype-remark": "^9.1.2",
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"remark-mdx": "^2.3.0",
"remark-stringify": "^10.0.3",
"sharp": "^0.32.1",
"shiki": "^1.0.0",
"simple-functional-loader": "^1.2.1",
"socket.io": "^4.7.1",
"socket.io-client": "^4.7.1",
"tailwindcss": "^3.3.0",
"unified": "^10.1.2",
"unist-util-filter": "^4.0.1",
"unist-util-visit": "^4.1.1",
"zustand": "^4.3.2"
},
"devDependencies": {
"@types/escape-html": "^1",
"axios": "^1.5.0",
"eslint": "8.26.0",
"eslint-config-next": "13.0.2",
"file-loader": "^6.2.0",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"typescript": "^5.1.6",
"vite-node": "^2.1.1",
"yaml": "^2.3.1"
},
"packageManager": "yarn@4.2.2",
"resolutions": {
"@rivet-gg/icons": "https://github.com/rivet-gg/hub#workspace=@rivet-gg/icons&head=09-18-icons_pack"
}
}