-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.8 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.8 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "my-personal-web",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"lint": "eslint .",
"fix-lint": "eslint . --fix",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage",
"cy:run": "cypress run",
"test:e2e": "start-server-and-test dev http://localhost:5173 cy:run"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^7.2.0",
"@oruga-ui/oruga-next": "^0.13.2",
"@oruga-ui/theme-bulma": "^0.9.0",
"@vueuse/core": "^14.2.1",
"axios": "^1.14.0",
"buefy": "^3.0.4",
"moment": "^2.30.1",
"pinia": "^3.0.4",
"sass": "^1.98.0",
"vue": "^3.5.31",
"vue-i18n": "^11.3.0",
"vue-meta": "^2.4.0",
"vue-router": "^5.0.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.5",
"@vitest/coverage-v8": "^4.1.2",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.6.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.9.1",
"autoprefixer": "^10.4.27",
"cypress": "^15.13.0",
"eslint": "^10.2.0",
"eslint-plugin-vue": "^10.8.0",
"jsdom": "^29.0.1",
"prettier": "^3.8.1",
"start-server-and-test": "^3.0.0",
"typescript": "~6.0.2",
"vite": "^8.0.5",
"vitest": "^4.1.2",
"vue-tsc": "^3.2.6"
},
"categories": [
"Other"
],
"displayName": "My Personal Web",
"keywords": [
"Portofolio",
"Personal Web"
],
"license": "MIT",
"maintainers": [
{
"email": "[email protected]",
"name": "Bervianto Leo Pratama",
"url": "https://berviantoleo.my.id"
}
],
"repository": {
"url": "https://github.com/bervProject/my-personal-web",
"type": "git"
},
"packageManager": "[email protected]"
}