frontpage/package.json

38 lines
896 B
JSON
Raw Normal View History

2021-11-30 23:48:54 +01:00
{
2022-02-05 23:12:26 +01:00
"name": "c0ntroller.de",
2021-11-30 23:48:54 +01:00
"private": true,
"scripts": {
2021-12-14 22:56:37 +01:00
"dev": "npx next dev",
"build": "npx next build",
"start": "npx next start",
"lint": "npx next lint"
2021-11-30 23:48:54 +01:00
},
"dependencies": {
2022-10-20 14:58:13 +02:00
"@icons-pack/react-simple-icons": "^5.10.0",
"@mdi/js": "^7.0.96",
"@mdi/react": "^1.6.1",
2022-01-14 14:27:19 +01:00
"asciidoctor": "^2.2.5",
2022-06-12 14:55:48 +02:00
"color": "^4.2.3",
2022-06-13 13:14:00 +02:00
"highlight.js": "^11.5.1",
"jsdom": "^20.0.1",
2022-03-05 12:53:13 +01:00
"next": "12.1.0",
2022-10-16 15:59:08 +02:00
"next-themes": "^0.2.1",
2022-02-04 19:20:15 +01:00
"node-fetch": "^3.2.0",
2021-11-30 23:48:54 +01:00
"react": "17.0.2",
2022-10-20 18:05:32 +02:00
"react-dom": "17.0.2",
"sharp": "^0.31.1"
2021-11-30 23:48:54 +01:00
},
"devDependencies": {
2022-06-12 14:55:48 +02:00
"@types/color": "^3.0.3",
"@types/jsdom": "^20.0.0",
2021-11-30 23:48:54 +01:00
"@types/node": "16.11.11",
"@types/react": "17.0.37",
2022-06-15 00:35:49 +02:00
"@types/react-dom": "^18.0.5",
2021-11-30 23:48:54 +01:00
"eslint": "7.32.0",
"eslint-config-next": "12.0.4",
2022-10-07 23:03:39 +02:00
"raw-loader": "^4.0.2",
2022-02-04 23:29:02 +01:00
"sass": "^1.49.7",
2021-11-30 23:48:54 +01:00
"typescript": "4.5.2"
}
}