-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 961 Bytes
/
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
{
"name": "c0ntroller.de",
"private": true,
"scripts": {
"dev": "npx next dev",
"build": "npx next build",
"start": "npx next start",
"lint": "npx next lint"
},
"dependencies": {
"@icons-pack/react-simple-icons": "^5.10.0",
"@mdi/js": "^7.0.96",
"@mdi/react": "^1.6.1",
"asciidoctor": "^2.2.5",
"color": "^4.2.3",
"highlight.js": "^11.5.1",
"jsdom": "^20.0.1",
"next": "12.1.0",
"next-themes": "^0.2.1",
"node-fetch": "^3.2.0",
"random-seed": "^0.3.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"sharp": "^0.31.1"
},
"devDependencies": {
"@types/color": "^3.0.3",
"@types/jsdom": "^20.0.0",
"@types/node": "16.11.11",
"@types/random-seed": "^0.3.3",
"@types/react": "17.0.37",
"@types/react-dom": "^18.0.5",
"eslint": "7.32.0",
"eslint-config-next": "12.0.4",
"raw-loader": "^4.0.2",
"sass": "^1.49.7",
"typescript": "4.5.2"
}
}