-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 2.46 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
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "www.trelobifteki.com",
"version": "1.1.0",
"private": true,
"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",
"lint:markdown": "remark src/**/*.md",
"prepare": "husky"
},
"dependencies": {
"reset-css": "5.0.2",
"vue": "3.4.27",
"vue-router": "4.3.2",
"vuex": "4.1.0"
},
"devDependencies": {
"@babel/core": "7.24.5",
"@babel/eslint-parser": "7.24.5",
"@kurone-kito/jsonresume-types": "0.4.0",
"@types/jest": "27.5.2",
"@types/prismjs": "1.26.4",
"@typescript-eslint/eslint-plugin": "5.40.1",
"@typescript-eslint/parser": "5.40.1",
"@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/eslint-config-typescript": "9.1.0",
"@vue/test-utils": "2.4.6",
"@vue/vue3-jest": "27.0.0",
"autoprefixer": "10.4.19",
"axios": "1.6.8",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "27.5.1",
"cypress": "9.7.0",
"eslint": "7.32.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-vue": "8.7.1",
"html-loader": "1.3.2",
"husky": "9.0.11",
"jest": "27.5.1",
"jest-junit": "16.0.0",
"markdown-loader": "8.0.0",
"postcss": "8.4.38",
"postcss-loader": "8.1.1",
"prerender-spa-plugin": "3.4.0",
"prismjs": "1.29.0",
"remark-cli": "9.0.0",
"remark-lint": "7.0.1",
"remark-preset-lint-recommended": "4.0.1",
"robotstxt-webpack-plugin": "8.0.0",
"sass": "1.77.2",
"sass-loader": "13.3.3",
"sitemap-webpack-plugin": "1.1.1",
"stylelint": "13.13.1",
"stylelint-config-recommended-scss": "4.2.0",
"stylelint-order": "4.1.0",
"stylelint-scss": "3.21.0",
"stylelint-webpack-plugin": "2.5.0",
"tailwindcss": "3.4.3",
"ts-jest": "27.1.5",
"typescript": "4.8.4",
"vue-analytics": "5.22.1",
"vue-meta": "2.4.0"
},
"postcss": {
"plugins": {
"tailwindcss": {},
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
],
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"remarkConfig": {
"plugins": [
"remark-preset-lint-recommended"
]
}
}