-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.16 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 2.16 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
{
"name": "enkrypt.com",
"version": "1.0.1",
"scripts": {
"dev": "yarn download:data && vite",
"build": "yarn download:data && vue-tsc --noEmit && vite build && cp dist/index.html dist/404.html",
"preserve": "vite build",
"serve": "vite preview --port 5050",
"typecheck": "vue-tsc --noEmit",
"lint": "eslint --ext .ts,.vue src && stylelint **/*.vue",
"prepare": "husky install",
"publish": "git push origin `git subtree split --prefix dist main`:gh-pages --force",
"download:data": "node download-strapi-data.js"
},
"dependencies": {
"@amplitude/analytics-browser": "2.13.2",
"@vueuse/core": "^13.1.0",
"marked": "^15.0.8",
"pinia": "^3.0.2",
"sitemap": "^8.0.0",
"uuid": "^11.1.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@types/marked": "^6.0.0",
"@types/node-fetch": "^2.6.12",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.29.1",
"@typescript-eslint/parser": "^8.29.1",
"@vitejs/plugin-vue": "^5.2.3",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-typescript": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.5.0",
"eslint": "^9.24.0",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-prettier": "^5.2.6",
"eslint-plugin-vue": "^10.0.0",
"fast-glob": "^3.3.3",
"husky": "^9.1.7",
"less": "^4.3.0",
"less-loader": "^12.2.0",
"lint-staged": "^15.5.0",
"node-fetch": "^3.3.2",
"prettier": "^3.5.3",
"stylelint": "^16.18.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recommended-vue": "^1.6.0",
"typescript": "~5.8.3",
"vite": "^6.2.6",
"vite-plugin-imagemin": "^0.6.1",
"vite-plugin-require-transform": "^1.0.21",
"vue-tsc": "^2.2.8"
},
"engines": {
"node": ">=22.11.0"
},
"packageManager": "yarn@4.9.0",
"resolutions": {
"@amplitude/analytics-client-common@npm:^2.1.2": "patch:@amplitude/analytics-client-common@npm%3A2.1.2#~/.yarn/patches/@amplitude-analytics-client-common-npm-2.1.2-d8c654521f.patch"
}
}