-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.68 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
{
"name": "thecrether-web",
"version": "1.0.0",
"description": "My website",
"main": " ",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"postbuild": "next-sitemap"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheCrether/thecrether-web.git"
},
"keywords": [
"typescript",
"react",
"next"
],
"author": "TheCrether",
"license": "MIT",
"bugs": {
"url": "https://github.com/TheCrether/thecrether-web/issues"
},
"homepage": "https://github.com/TheCrether/thecrether-web#readme",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"date-fns": "^2.29.3",
"gray-matter": "^4.0.3",
"next": "^14.2.3",
"next-seo": "^4.29.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remark": "^13.0.0",
"remark-html": "^13.0.2",
"sass": "^1.56.1",
"smoothscroll-polyfill": "^0.4.4"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.3.4",
"@types/node": "^13.13.52",
"@types/react": "^16.14.60",
"@types/react-dom": "^18.3.0",
"@types/smoothscroll-polyfill": "^0.3.1",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.50.0",
"eslint-config-next": "^14.2.3",
"eslint-plugin-react": "^7.31.11",
"next-sitemap": "^1.9.12",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typescript": "^4.9.3"
},
"browserslist": [
"last 2 versions",
"> 1%"
]
}