-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.84 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
{
"name": "codedhyan",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test:unit": "vitest",
"test:e2e": "nightwatch tests/e2e",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@emotion/is-prop-valid": "^1.2.2",
"@lottiefiles/lottie-player": "^2.0.3",
"@tanstack/vue-query": "^5.20.1",
"@tiptap/extension-code-block-lowlight": "^2.2.4",
"@tiptap/extension-image": "^2.2.4",
"@tiptap/extension-link": "^2.2.4",
"@tiptap/extension-placeholder": "^2.2.4",
"@tiptap/extension-subscript": "^2.2.4",
"@tiptap/extension-superscript": "^2.2.4",
"@tiptap/pm": "^2.2.4",
"@tiptap/starter-kit": "^2.2.4",
"@tiptap/vue-3": "^2.2.4",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"appwrite": "^13.0.1",
"highlight.js": "^11.9.0",
"lowlight": "^3.1.0",
"nprogress": "^0.2.0",
"pinia": "^2.1.6",
"pinia-plugin-persistedstate": "^3.2.1",
"primeicons": "^6.0.1",
"primevue": "^3.47.2",
"vue": "^3.3.4",
"vue-confetti": "^2.3.0",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@nightwatch/vue": "0.4.5",
"@rushstack/eslint-patch": "^1.3.2",
"@types/nightwatch": "^2.3.25",
"@vite-pwa/assets-generator": "^0.2.4",
"@vitejs/plugin-vue": "^4.3.1",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/test-utils": "^2.4.1",
"chromedriver": "^115.0.1",
"eslint": "^8.46.0",
"eslint-plugin-vue": "^9.16.1",
"geckodriver": "^4.2.0",
"jsdom": "^22.1.0",
"nightwatch": "^3.1.2",
"prettier": "^3.0.0",
"ts-node": "^10.9.1",
"vite": "^4.4.9",
"vite-plugin-pwa": "^0.19.7",
"vitest": "^0.34.2",
"wait-on": "^7.0.1"
}
}