-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
55 lines (55 loc) · 1.55 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
{
"name": "misaka-vue",
"version": "0.0.0",
"scripts": {
"dev": "vite --host",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@egjs/hammerjs": "^2.0.17",
"@iconify/vue": "^4.1.1",
"artalk": "^2.6.4",
"axios": "^1.4.0",
"component-emitter": "^1.3.0",
"element-plus": "^2.3.6",
"keycharm": "^0.4.0",
"pinia": "^2.1.3",
"rollup": "^2.79.1",
"timsort": "^0.3.0",
"uuid": "^8.3.2",
"vis-data": "^7.1.6",
"vis-network": "^9.1.6",
"vis-util": "^5.0.3",
"vue": "^3.3.4",
"vue-baberrage": "^3.2.4",
"vue-router": "^4.2.2",
"vue3-beautiful-chat": "^3.3.1",
"vue3-danmaku": "^1.4.0",
"vue3-lazyload": "^0.3.6"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.0",
"@types/jsdom": "^20.0.1",
"@types/node": "^16.18.34",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/test-utils": "^2.3.2",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.42.0",
"eslint-plugin-vue": "^9.14.1",
"jsdom": "^20.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"sass": "^1.62.1",
"typescript": "~4.7.4",
"vite": "^3.2.7",
"vitest": "^0.24.5",
"vue-tsc": "^1.6.5"
}
}