-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 733 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 733 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prettier": "prettier --check .",
"prettier:fix": "prettier --write --list-different ."
},
"devDependencies": {
"@eslint/js": "^9.6.0",
"@types/jquery": "^3.5.30",
"autoprefixer": "^10.4.19",
"eslint": "~9.4.0",
"globals": "^15.7.0",
"jquery": "^3.7.1",
"postcss": "^8.4.39",
"prettier": "^3.3.2",
"sass": "^1.77.6",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.3",
"typescript-eslint": "^7.15.0",
"vite": "^5.3.2"
}
}