forked from greatcodeclub/pong
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 775 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 775 Bytes
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
{
"name": "pong",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vite",
"build": "vite build",
"lint": "eslint . --fix"
},
"dependencies": {
"connect-gzip-static": "^2.1.1",
"core-js": "^3.6.5",
"express": "^4.17.2",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"ws": "^8.4.0"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.0",
"@types/node": "^22.10.7",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-typescript": "^14.3.0",
"@vue/tsconfig": "^0.7.0",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-vue": "^7.0.0",
"sass": "^1.83.4",
"sass-loader": "^8.0.2",
"typescript": "~4.1.5",
"vite": "^6.0.11",
"vue-tsc": "^2.2.0"
}
}