-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.03 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.03 KB
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
{
"name": "@krmx/docs",
"description": "krmx documentation",
"author": "Simon Karman",
"version": "0.6.0",
"private": true,
"scripts": {
"dev": "next",
"build": "npm run sdk && next build && next export",
"validate": "next lint && npm run build",
"sdk": "typedoc"
},
"dependencies": {
"next": "^13.4.12",
"nextra": "^2.10.0",
"nextra-theme-docs": "^2.10.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"eslint": "8.46.0",
"eslint-config-next": "13.4.13",
"postcss": "8.4.31",
"tailwindcss": "^3.3.3",
"typedoc": "^0.25.9"
},
"license": "ISC",
"homepage": "https://simonkarman.github.io/krmx",
"contributors": [
{
"name": "Simon Karman",
"url": "https://www.simonkarman.nl",
"githubUsername": "simonkarman"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/simonkarman/krmx.git"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}