-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.12 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.12 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
{
"name": "dev-tester",
"version": "1",
"author": "kinfuy",
"license": "MIT",
"scripts": {
"dev": "pnpm run -C packages/extension dev",
"serve": "pnpm run -C packages/server start:dev",
"serve:prod": "pnpm run -C packages/server build",
"build": "pnpm run -C packages/extension build",
"lint": "eslint . --fix",
"log": "changeloger",
"prepare": "husky install"
},
"devDependencies": {
"@alqmc/eslint-config": "^0.0.11",
"eslint-import-resolver-alias": "~1.1.2",
"@commitlint/cli": "^9.1.2",
"@commitlint/config-angular": "^8.3.6",
"@commitlint/config-conventional": "^9.1.2",
"@types/node": "^18.16.5",
"changeloger": "0.1.0",
"eslint": "8.29.0",
"husky": "^8.0.3",
"lint-staged": "^10.5.4",
"prettier": "^2.8.8",
"stylelint": "^15.3.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recommended": "^9.0.0",
"stylelint-config-recommended-less": "^1.0.4",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "^33.0.0",
"stylelint-less": "^1.0.6",
"tslib": "2.0.0",
"typescript": "^4.9.5"
}
}