-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.22 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "my-personal-web",
"version": "1.0.0",
"private": true,
"description": "My Personal Web using Vue.js",
"author": {
"email": "[email protected]",
"name": "Bervianto Leo Pratama",
"url": "https://berviantoleo.my.id"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint"
},
"main": "src/main.ts",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"@oruga-ui/oruga-next": "^0.9.0-pre.4",
"@oruga-ui/theme-bulma": "^0.4.3",
"@vueuse/core": "^11.2.0",
"axios": "^1.7.7",
"buefy": "^0.9.29",
"moment": "^2.30.1",
"sass": "^1.80.6",
"vue": "^3.5.12",
"vue-i18n": "^10.0.4",
"vue-meta": "^2.4.0",
"vue-router": "^4.4.5",
"vuex": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@types/jest": "^29.5.14",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"@vue/babel-preset-app": "^5.0.8",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-e2e-cypress": "~5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-plugin-unit-jest": "~5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/compiler-sfc": "^3.5.12",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^2.4.6",
"@vue/vue3-jest": "^29.2.6",
"babel-jest": "~29.7.0",
"cypress": "~13.15.2",
"eslint": "~8.57.0",
"eslint-plugin-cypress": "^3.6.0",
"eslint-plugin-vue": "^9.30.0",
"jest": "~29.7.0",
"jest-environment-jsdom": "^29.7.0",
"sass-loader": "~16.0.3",
"ts-jest": "~29.2.5",
"typescript": "^5.6.3"
},
"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]"
}