-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.7 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
{
"name": "board-game-prototypes",
"private": true,
"version": "0.2.5",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"check": "tsc",
"preview": "vite preview",
"deploy": "npm run build && netlify deploy"
},
"dependencies": {
"@clerk/clerk-react": "^5.0.1",
"@clerk/themes": "^2.1.0",
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@mdx-js/mdx": "^3.0.1",
"@mdx-js/react": "^2.3.0",
"@mdx-js/rollup": "^2.1.5",
"@mistralai/mistralai": "^0.1.3",
"@tailwindcss/typography": "^0.5.7",
"@types/file-saver": "^2.0.7",
"@types/history": "^5.0.0",
"@types/json-schema": "^7.0.15",
"@types/lodash": "^4.14.185",
"ajv": "^8.12.0",
"class-variance-authority": "^0.7.0",
"daisyui": "^2.31.0",
"dotenv": "^16.0.2",
"file-saver": "^2.0.5",
"firebase": "^10.11.1",
"firebaseui": "^6.1.0",
"html2canvas": "^1.4.1",
"immutable-assign": "^2.1.5",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-addons-update": "^15.6.3",
"react-daisyui": "^2.4.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
"react-particles": "^2.10.1",
"react-player": "^2.11.0",
"react-router-dom": "^6.4.1",
"react-to-print": "^2.15.1",
"react-use-measure": "^2.1.1",
"remark-frontmatter": "^4.0.1",
"remark-images": "^4.0.0",
"remark-mdx-frontmatter": "^2.1.1",
"remark-unwrap-images": "^4.0.0",
"syllable": "^5.0.1",
"tailwind-merge": "^2.3.0",
"tslib": "^2.4.0",
"tsparticles": "^2.10.1",
"use-google-sheets": "^2.0.0",
"use-react-screenshot": "^4.0.0",
"uuid": "^9.0.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@rollup/plugin-dsv": "^3.0.0",
"@types/google-spreadsheet": "^3.3.0",
"@types/node": "^18.16.3",
"@types/react": "^18.0.17",
"@types/react-addons-update": "^0.14.21",
"@types/react-dom": "^18.0.6",
"@types/uuid": "^9.0.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.12",
"camelcase": "^7.0.0",
"clsx": "^1.2.1",
"google-spreadsheet": "^3.3.0",
"postcss": "^8.4.16",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.6",
"tailwindcss-themer": "^2.0.2",
"typescript": "^5.4.3",
"vite": "^5.1.6",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^5.1.4"
}
}