-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.34 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.34 KB
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
{
"name": "quick-front",
"version": "1.3.0",
"license": "MIT",
"author": "bt7s7k7",
"exports": {
".": {
"import": "./dist/assets/quick-front.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/bt7s7k7/QuickFront.git"
},
"homepage": "https://github.com/bt7s7k7/QuickFront/",
"devDependencies": {
"@types/express": "^4.17.21",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"concurrently": "^8.2.0",
"dotenv": "^16.3.1",
"eslint": "^8.53.0",
"express": "^4.18.2",
"sass": "^1.63.6",
"typescript": "^5.1.6",
"vite": "^4.4.3",
"ws": "^8.16.0",
"@mdi/js": "^7.2.96",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
},
"scripts": {
"dev": "concurrently --raw --kill-others \"vite\" \"tsc --noEmit --watch --incremental --preserveWatchOutput\"",
"build": "tsc --noEmit --incremental && vite build",
"serve": "vite preview",
"lint": "yarn eslint ./",
"get-ucpem": "curl -L https://github.com/bt7s7k7/UCPeM/releases/latest/download/ucpem.js -o node_modules/.bin/ucpem"
}
}