-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.12 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
{
"name": "website",
"version": "1.0.0",
"description": "Portfolio and blog project.",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/SherlockYigit/website.git"
},
"keywords": [
"blog",
"portfolio",
"web",
"site"
],
"author": "SherlockYigit",
"license": "MIT",
"bugs": {
"url": "https://github.com/SherlockYigit/website/issues"
},
"homepage": "https://github.com/SherlockYigit/website#readme",
"dependencies": {
"@tailwindcss/forms": "^0.3.3",
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.2.6",
"disqus-react": "^1.0.11",
"framer-motion": "^4.1.17",
"next": "^10.2.3",
"next-themes": "0.0.14",
"postcss": "^8.3.0",
"react": "^17.0.2",
"react-cookie-consent": "^6.2.4",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-toastify": "^7.0.4",
"sass": "^1.34.1",
"scss": "^0.2.4",
"tailwindcss": "^2.1.4"
},
"devDependencies": {}
}