-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
82 lines (82 loc) · 2.73 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": "@clubcapra/website",
"type": "module",
"version": "1.0.0",
"description": "Capra's website (https://clubcapra.com/)",
"repository": {
"type": "git",
"url": "https://github.com/clubcapra/clubcapra.github.io.git"
},
"author": "",
"license": "MIT",
"scripts": {
"build:analyze": "vite build --mode analyse",
"build:clean": "rm -rf dist",
"build": "vite build",
"clean": "rm -rf node_modules/.vite",
"dev": "vite",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.yml,.json --ignore-path .eslintignore",
"lint:fix": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.yml,.json --ignore-path .eslintignore --fix"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/vue-fontawesome": "^3.0.6",
"aos": "^2.3.4",
"embla-carousel-autoplay": "^8.0.2",
"embla-carousel-class-names": "^8.0.2",
"embla-carousel-vue": "^8.0.2",
"globe.gl": "^2.32.4",
"pinia": "^2.1.6",
"pinia-plugin-persistedstate": "^3.2.0",
"tailwindcss-animated": "^1.0.1",
"vue": "^3.3.4",
"vue-fullpage.js": "^0.2.15",
"vue-i18n": "^9.2.2",
"vue-matomo": "^4.2.0",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@babel/types": "^7.22.11",
"@types/aos": "^3.0.4",
"@types/jsdom": "^21.1.2",
"@types/node": "^20.5.8",
"@types/webfontloader": "^1.6.35",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@vitejs/plugin-vue": "^4.3.4",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/tsconfig": "^0.4.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.48.0",
"eslint-config-google": "^0.14.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsdoc": "^46.5.1",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-tsdoc": "^0.2.17",
"eslint-plugin-vue": "^9.17.0",
"eslint-plugin-vuejs-accessibility": "^2.2.0",
"eslint-plugin-vuetify": "^2.0.5",
"eslint-plugin-yaml": "^0.5.0",
"postcss": "^8.4.38",
"rollup-plugin-visualizer": "^5.9.2",
"sass": "^1.66.1",
"stylelint": "^15.10.3",
"stylelint-config-recommended-scss": "^12.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-order": "^6.0.3",
"tailwindcss": "^3.4.3",
"typescript": "^5.2.2",
"vite": "^4.5.2",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-vuetify": "^1.0.2",
"vue-eslint-parser": "^9.3.1",
"vue-tsc": "^1.8.8"
}
}