forked from docker-ko/docker-ko.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 996 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 996 Bytes
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
{
"name": "docker-ko.github.io",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint:check": "eslint .",
"lint:fix": "eslint . --fix",
"prettier:check": "prettier --check \"src/**/*.{js,jsx,ts,tsx,json,css,scss}\"",
"prettier:write": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,css,scss}\"",
"type:check": "tsc",
"test": "echo \"No test script defined\""
},
"devDependencies": {
"@eslint/js": "^9.27.0",
"@tailwindcss/vite": "^4.1.7",
"eslint": "^9.27.0",
"globals": "^16.2.0",
"prettier": "^3.5.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"typescript": "~5.7.2",
"typescript-eslint": "^8.33.0",
"vite": "^6.3.2"
},
"dependencies": {
"@vitejs/plugin-react": "^4.3.4",
"@vitejs/plugin-vue": "^5.2.1",
"marked": "^15.0.7",
"tailwindcss": "^4.0.6",
"vite-plugin-markdown": "^2.2.0"
}
}