-
Notifications
You must be signed in to change notification settings - Fork 368
/
package.json
59 lines (59 loc) · 1.67 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
{
"name": "floatui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"tailwind": "npx tailwindcss -i ./styles/tailwind.css -o ./public/tailwind.css --watch"
},
"dependencies": {
"@babel/core": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@heroicons/react": "^2.0.18",
"@next/third-parties": "^14.0.3",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-tabs": "^1.0.4",
"@tailwindcss/typography": "^0.5.0",
"@types/babel__core": "^7.1.19",
"@usermaven/sdk-js": "^1.1.9",
"axios": "^0.24.0",
"firebase": "^9.9.0",
"framer-motion": "^10.16.4",
"fs": "^0.0.1-security",
"google": "link:@next/third-parties/google",
"gray-matter": "^4.0.3",
"highlight.js": "^11.9.0",
"moment": "^2.29.4",
"next": "14.0.3",
"next-mdx-remote": "^3.0.8",
"next-themes": "^0.2.1",
"path": "^0.12.7",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remove": "^0.1.5",
"tailwind-merge": "^1.14.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@types/node": "^18.0.4",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/uuid": "^8.3.4",
"autoprefixer": "^10.4.0",
"eslint": "7.32.0",
"eslint-config-next": "12.0.3",
"postcss": "^8.4.5",
"prettier": "2.7.1",
"tailwindcss": "^3.3.2",
"typescript": "^4.7.4"
}
}