-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.32 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.32 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
46
47
48
{
"name": "docs",
"version": "1.0.0",
"description": "Synrgy FP Team C Docs",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:strict": "eslint --max-warnings=0 ./",
"lint:fix": "eslint ./ --fix && prettier -w .",
"format": "prettier -w .",
"format:check": "prettier -c ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/SYNRGY-FP-C/docs.git"
},
"author": "Khoironi Kurnia Syah <zekhoi.app@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/SYNRGY-FP-C/docs/issues"
},
"homepage": "https://github.com/SYNRGY-FP-C/docs#readme",
"dependencies": {
"clsx": "^1.2.1",
"next": "^13.0.6",
"nextra": "2.0.1",
"nextra-theme-docs": "2.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "18.11.10",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"autoprefixer": "^10.4.13",
"eslint": "^8.30.0",
"eslint-config-next": "^13.1.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"postcss": "^8.4.20",
"prettier": "^2.8.1",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.3"
}
}