-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
58 lines (58 loc) · 1.61 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
{
"name": "ramune",
"description": "Watch anime together with your friends.",
"license": "MIT",
"version": "1.13.4",
"scripts": {
"lint": "npm run lint:src && npm run lint:css",
"lint:src": "eslint ./src/**/*.{ts,d.ts,vue}",
"lint:css": "stylelint ./src/**/*.{css,scss,vue}",
"build": "vue-tsc --noEmit && vite build",
"dev": "vite",
"serve": "vite preview"
},
"browserslist": [
"last 5 versions"
],
"engines": {
"node": ">=20.18.1"
},
"packageManager": "[email protected]",
"dependencies": {
"@vueuse/head": "^0.9.8",
"fuzzysort": "^3.1.0",
"gizmo-api": "^1.2.7",
"jassub": "^1.7.17",
"socket.io-client": "^4.8.1",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vue-socket.io-extended": "^5.0.0-alpha.5",
"vuex": "^4.1.0"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^6.0.0",
"@gizmo-dev/eslint-plugin": "^5.0.6",
"@mapbox/stylelint-processor-arbitrary-tags": "^0.4.0",
"@types/fuzzaldrin": "^2.1.7",
"@types/node": "^20.17.9",
"@types/ws": "^8.5.13",
"@vitejs/plugin-vue": "^4.6.2",
"@vuedx/typescript-plugin-vue": "^0.7.6",
"autoprefixer": "^10.4.20",
"eslint": "^9.16.0",
"globals": "^15.13.0",
"postcss": "^8.4.49",
"postcss-calc": "^10.0.2",
"postcss-reporter": "^7.1.0",
"postcss-scss": "^4.0.9",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.82.0",
"stylelint": "^14.16.1",
"stylelint-config-standard-scss": "^6.1.0",
"stylelint-scss": "^5.3.2",
"typescript": "^5.6.3",
"vite": "^4.5.5",
"vite-svg-loader": "^4.0.0",
"vue-tsc": "^2.1.10"
}
}