-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
48 lines (48 loc) · 1.2 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
{
"name": "slack-themes",
"version": "1.0.0",
"description": "Slack Themes",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"main": "src/index.js",
"repository": "",
"author": "Ryan Parag",
"license": "MIT",
"devDependencies": {
"@tailwindcss/typography": "^0.5.7",
"@types/node": "17.0.4",
"@types/react": "17.0.38",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.1",
"prisma": "^4.3.1",
"typescript": "4.5.4"
},
"dependencies": {
"@babel/runtime": "^7.21.5",
"@headlessui/react": "^1.7.2",
"@prisma/client": "^4.3.1",
"autoprefixer": "^10.4.11",
"color": "^4.2.3",
"color-contrast-checker": "^2.1.0",
"contrast-color": "^1.0.1",
"dotenv": "^8.2.0",
"framer-motion": "^2.9.4",
"freezeframe": "^5.0.2",
"next": "12",
"postcss": "^8.4.16",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-feather": "^2.0.9",
"react-freezeframe": "^5.0.2",
"react-ga": "^3.3.0",
"react-helmet": "^5.2.1",
"react-hook-form": "^7.35.0",
"react-hot-toast": "^2.4.0",
"tailwindcss": "^3.1.8",
"vercel": "^21.0.1"
}
}