-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.44 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
{
"name": "fake-qq-ui",
"description": "一个全方位模仿 QQ NT 的聊天气泡样式与功能的 VUE 组件库",
"version": "0.3.3",
"private": true,
"type": "module",
"author": {
"name": "Redlnn",
"email": "npm@redlnn.top"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Redlnn/FakeQQ-UI"
},
"publishConfig": {
"directory": "dist"
},
"scripts": {
"dev": "vite",
"build": "run-s build-with-check gen-pkg-pson",
"build-with-check": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --fix",
"format": "prettier --write src/",
"gen-pkg-pson": "node tools/genPackageJson.js"
},
"dependencies": {
"vue": "^3.5.13"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.0",
"@types/node": "^22.9.0",
"@vitejs/plugin-vue": "^5.2.0",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.3",
"@vue/tsconfig": "^0.6.0",
"@vueuse/core": "^11.2.0",
"eslint": "^9.15.0",
"eslint-plugin-vue": "^9.31.0",
"npm-run-all2": "^7.0.1",
"prettier": "^3.3.3",
"sass-embedded": "^1.81.0",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vite-plugin-dts": "^4.3.0",
"vite-plugin-static-copy": "^2.1.0",
"vue-tsc": "^2.1.10"
},
"packageManager": "pnpm@9.12.2"
}