-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
28 lines (28 loc) · 800 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
{
"version": "1.5.2",
"source": "src/index.html",
"scripts": {
"build": "parcel build",
"check": "tsc",
"clean": "rm -rf dist",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"postinstall": "husky install",
"start": "parcel --open"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-tsdoc": "^0.4.0",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"parcel": "^2.13.3",
"prettier": "^3.4.2",
"typescript": "^5.7.3"
},
"browserslist": "> 0.5%, last 2 versions, not dead"
}