forked from Slynite/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.32 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": "slynite.com",
"version": "2022.06.3",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "https://github.com/slynite/website/"
},
"keywords": [
"Slynite",
"Website",
"Nextjs",
"Nodejs",
"public"
],
"author": "Slynite",
"license": "MIT (edited)",
"bugs": {
"url": "https://github.com/slynite/website/issues"
},
"homepage": "https://slynite.com/",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@headlessui/react": "^1.6.3",
"@heroicons/react": "^1.0.6",
"autoprefixer": "^10.4.7",
"date-fns": "^2.28.0",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.3",
"keen-slider": "^6.6.14",
"next": "12.1.5",
"next-seo": "^5.1.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"remark": "^14.0.2",
"remark-html": "^15.0.1",
"sharp": "^0.30.6"
},
"devDependencies": {
"cssnano": "^5.1.10",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"postcss": "^8.4.14",
"tailwindcss": "^3.0.24"
},
"browser": {
"fs": false,
"path": false,
"os": false
}
}