-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.23 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": "vite-plugin-bullet-msg",
"version": "1.0.2",
"description": "vite-plugin-bullet-msg",
"main": "./dist/index.js",
"scripts": {
"build": "node build.js && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PengBoUESTC/vite-plugin-bullet-msg.git"
},
"keywords": [
"node",
"vite",
"vite-plugin",
"bullet-chat"
],
"lint-staged": {
"src/**/*.{js,json,ts,vue}": [
"prettier --write"
]
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"author": "pengbo43",
"license": "ISC",
"bugs": {
"url": "https://github.com/PengBoUESTC/vite-plugin-bullet-msg/issues"
},
"homepage": "https://github.com/PengBoUESTC/vite-plugin-bullet-msg#readme",
"peerDependencies": {
"vite": "2.9.9"
},
"dependencies": {
"art-template": "^4.13.2"
},
"devDependencies": {
"@types/node": "^18.7.14",
"@typescript-eslint/eslint-plugin": "^5.36.0",
"@typescript-eslint/parser": "^5.36.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint": "^8.23.0",
"lint-staged": "^10.2.10",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"typescript": "^4.8.2",
"vite": "2.9.9",
"yorkie": "^2.0.0"
}
}