-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
98 lines (97 loc) · 2.95 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "root",
"version": "2.2.7",
"author": "kakajun <[email protected]>",
"workspaces": [
"packages/*"
],
"license": "MIT",
"private": true,
"scripts": {
"dev": "pnpm build && pnpm --filter ./packages/docs dev",
"d": "pnpm --filter ./packages/docs dev",
"build": "pnpm --filter ./packages/sketch-ruler build",
"build:demo": "pnpm build && pnpm --filter ./packages/docs build",
"precommit": "lint-staged",
"clean": "npx rimraf node_modules",
"clean:cache": "npx rimraf node_modules/.cache",
"format": "prettier --write \"packages/**/src/**/*.{js,ts,json,tsx,less,vue,html,md}\"",
"lint": "esprint check --workers=4 --fix",
"ci-pretty-check": "prettier --check .",
"lint:format": "prettier --write --loglevel warn \"packages/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"",
"changelog": "pnpm --filter ./packages/sketch-ruler changelog",
"release": "pnpm build && node ./scripts/release.js"
},
"lint-staged": {
"*.{ts,tsx,js,vue,less}": "prettier --write",
"*.{ts,tsx,js,vue}": "eslint --fix",
"*.{vue,css,less}": "stylelint --fix"
},
"keywords": [
"vue",
"vue3",
"ruler",
"sketch",
"sketch-ruler",
"vue-sketch-ruler",
"room",
"panzoom"
],
"devDependencies": {
"simple-panzoom": "^1.0.8",
"root-common": "workspace:*",
"vue3-sketch-ruler": "workspace:*",
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
"@types/node": "^22.7.4",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/babel-plugin-jsx": "^1.2.5",
"@element-plus/icons-vue": "^2.3.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.11.1",
"esprint": "^3.6.0",
"compare-func": "^2.0.0",
"conventional-changelog": "^6.0.0",
"conventional-changelog-cli": "^5.0.0",
"eslint-plugin-vue": "^9.28.0",
"eslint": "^9.11.0",
"gh-pages": "^6.1.1",
"husky": "^9.1.6",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"lodash": "^4.17.21",
"postcss-html": "^1.7.0",
"prettier": "^3.3.3",
"pretty-quick": "^4.0.0",
"vue-eslint-parser": "^9.4.3",
"rollup-plugin-banner": "^0.2.1",
"sass": "^1.79.3",
"selecto": "^1.26.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-prettier-vue": "^5.0.0",
"globals": "^15.9.0",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite-plugin-dts": "4.2.2",
"vue": "^3.5.10",
"vue-tsc": "^2.1.6",
"vue3-moveable": "^0.28.0",
"@daybrush/utils": "^1.13.0",
"element-plus": "^2.8.4",
"vue-router": "^4.4.5",
"highlight.js": "^11.10.0",
"pinia": "^2.2.2",
"pinia-plugin-persistedstate": "^4.0.2",
"vue-i18n": "^9.2.2",
"chalk": "4.1.0",
"semver": "^7.5.4",
"enquirer": "^2.4.1",
"minimist": "^1.2.8"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}