generated from recallwei/tornado
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
73 lines (73 loc) · 2.41 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "qrcode-generator",
"private": true,
"version": "0.0.1",
"author": {
"name": "recallwei",
"email": "[email protected]",
"url": "https://github.com/recallwei"
},
"description": "Generate qrcode by your peference.",
"repository": {
"type": "git",
"url": "https://github.com/recallwei/qrcode-generator.git"
},
"keywords": [
"qrcode",
"qrcode-generator",
"vue",
"typescript"
],
"bugs": {
"url": "https://github.com/recallwei/qrcode-generator/issues"
},
"homepage": "https://github.com/recallwei/qrcode-generator#readme",
"scripts": {
"dev": "pnpm --filter=web dev",
"build": "pnpm --filter=web build",
"build:fast": "pnpm --filter=web build:fast",
"build:pkg": "pnpm -r --stream build:pkg",
"build:pkg:fast": "pnpm -r --stream build:pkg:fast",
"desktop-tauri:dev": "cd web && cargo tauri dev",
"desktop-tauri:build": "cd web && cargo tauri build",
"desktop:dev": "pnpm --filter=web dev",
"check:type": "vue-tsc --noEmit -p tsconfig.json --composite false",
"check:spell": "npx cspell '**'",
"check:eslint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
"check:stylelint": "npx stylelint '**/*.{html,vue,css,sass,scss}'",
"format:prettier": "npx prettier --write **/*.{vue,js,jsx,cjs,mjs,ts,tsx,md,html,css}",
"prepare": "husky install"
},
"dependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@typescript-eslint/parser": "^5.56.0",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.2",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-define-config": "^1.17.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsonc": "^2.7.0",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-vue": "^9.10.0",
"jsonc-eslint-parser": "^2.2.0",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.5",
"stylelint": "^15.3.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-prettier-scss": "^0.0.1",
"stylelint-config-standard": "^31.0.0",
"stylelint-config-standard-scss": "^7.0.1"
},
"devDependencies": {
"@commitlint/cli": "^17.5.0",
"@commitlint/config-conventional": "^17.4.4",
"eslint": "^8.36.0",
"eslint-plugin-html": "^7.1.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"pnpm": "^7.30.3",
"tsup": "^6.7.0",
"typescript": "~5.0.2"
},
"license": "MIT"
}