-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 2.15 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
{
"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.6.0",
"@vueuse/core": "^11.2.0",
"marked": "^4.3.0",
"pinia": "^2.0.23",
"sitemap": "^7.1.1",
"uuid": "^8.3.2",
"vue": "^3.2.37",
"vue-router": "^4.1.3"
},
"devDependencies": {
"@types/marked": "^4.0.8",
"@types/node-fetch": "^2.6.3",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"@vitejs/plugin-vue": "^3.0.1",
"@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": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.3.0",
"fast-glob": "^3.2.12",
"husky": "^8.0.1",
"less": "^4.1.3",
"less-loader": "^11.0.0",
"lint-staged": "^13.0.3",
"node-fetch": "^2.6.9",
"prettier": "^2.7.1",
"stylelint": "^14.9.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended-vue": "^1.4.0",
"typescript": "~4.5.5",
"vite": "^3.0.3",
"vite-plugin-imagemin": "^0.6.1",
"vite-plugin-require-transform": "^1.0.3",
"vue-tsc": "^0.33.9"
},
"engines": {
"node": ">=18.17.0"
},
"packageManager": "[email protected]",
"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"
}
}