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-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",
|
2022-03-05 12:53:13 +01:00
|
|
|
"next": "12.1.0",
|
2022-02-04 19:20:15 +01:00
|
|
|
"node-fetch": "^3.2.0",
|
2021-12-17 20:43:54 +01:00
|
|
|
"phosphor-react": "^1.3.1",
|
2021-11-30 23:48:54 +01:00
|
|
|
"react": "17.0.2",
|
2022-10-03 01:35:03 +02:00
|
|
|
"react-dom": "17.0.2"
|
2021-11-30 23:48:54 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-06-12 14:55:48 +02:00
|
|
|
"@types/color": "^3.0.3",
|
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-02-04 23:29:02 +01:00
|
|
|
"sass": "^1.49.7",
|
2021-11-30 23:48:54 +01:00
|
|
|
"typescript": "4.5.2"
|
|
|
|
}
|
|
|
|
}
|