-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
70 lines (70 loc) · 2.03 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
{
"name": "wedemyvite",
"version": "2.0.0",
"private": true,
"author": "Davis Tibbz",
"license": "MIT",
"homepage": "https://github.com/Longwater1234/WedemyClient",
"engines": {
"node": ">=16.x"
},
"repository": {
"type": "git",
"url": "https://github.com/Longwater1234/WedemyClient.git"
},
"bugs": {
"url": "https://github.com/Longwater1234/WedemyClient/issues"
},
"scripts": {
"dev": "cross-env --max_old_space_size=4096 vite",
"build": "rimraf dist && vite build",
"preview": "vite preview",
"type-check": "vue-tsc --noEmit",
"lint": "eslint src --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
"pretty": "prettier --write src/**",
"prepare": "husky install"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@techassi/vue-youtube-iframe": "^1.0.6",
"@hcaptcha/vue3-hcaptcha": "^1.2.1",
"@vueuse/core": "^9.13.0",
"axios": "~1.5.0",
"braintree-web-drop-in": "^1.36.1",
"element-plus": "^2.3.3",
"pinia": "^2.0.36",
"vue": "^3.2.47",
"vue-eslint-parser": "^9.1.1",
"vue-github-button": "^3.1.0",
"vue-router": "^4.2.0",
"vue-timeago3": "^2.3.0"
},
"devDependencies": {
"@hcaptcha/types": "^1.0.3",
"@rushstack/eslint-patch": "^1.2.0",
"@types/braintree-web-drop-in": "^1.34.1",
"@types/node": "^18.14.2",
"@types/validator": "^13.7.15",
"@types/youtube": "^0.0.47",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/tsconfig": "^0.1.3",
"cross-env": "^7.0.3",
"eslint": "^8.34.0",
"eslint-plugin-unused-imports": "^2.0.0",
"eslint-plugin-vue": "^9.9.0",
"husky": "^8.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"rimraf": "^3.0.2",
"sass": "^1.62.0",
"typescript": "^4.8.4",
"vite": "^4.5.2",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-pwa": "^0.16.4",
"vue-tsc": "^1.6.5"
}
}