-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 945 Bytes
/
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
{
"name": "electrics01-website-frontend",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "bunx --bun vite",
"prod": "bunx --bun vite build",
"lint": "eslint --ext .js,.vue --fix ./"
},
"repository": "https://github.com/ElectricS01/ElectricS01-Website-Frontend.git",
"author": "ElectricS01 <[email protected]>",
"dependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"axios": "^1.7.8",
"dayjs": "^1.11.13",
"markdown-it": "^14.1.0",
"pinia": "^2.2.6",
"register-service-worker": "^1.7.2",
"vite": "^6.0.1",
"vite-plugin-pwa": "^0.21.1",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-vue": "^9.31.0"
},
"overrides": {
"@rollup/plugin-node-resolve": "^15.2.3"
}
}