forked from Playabl-io/playabl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.76 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
83
84
85
86
87
88
89
{
"name": "playabl",
"version": "1.0.0",
"scripts": {
"dev": "vite",
"netlify": "netlify dev",
"dashboard": "open http://localhost:54323",
"type-gen": "npx supabase gen types typescript --local > src/typings/supabase.ts",
"type-check": "vue-tsc --noEmit --skipLibCheck",
"devtools": "vue-devtools",
"build": "vue-tsc --noEmit --skipLibCheck && vite build",
"preview": "vite build && vite preview",
"start": "npm run dev & wait-on tcp:3000 -v",
"test": "vitest",
"coverage": "vitest run --coverage",
"lint": "eslint --ext .js,.vue,.ts src"
},
"dependencies": {
"@headlessui/vue": "^1.7.14",
"@heroicons/vue": "^2.0.18",
"@iconify/vue": "^4.1.1",
"@netlify/functions": "^2.2.0",
"@newrelic/browser-agent": "^1.243.1",
"@stripe/stripe-js": "^1.54.1",
"@supabase/supabase-js": "^2.39.2",
"@tanstack/vue-table": "^8.9.3",
"@tiptap/core": "^2.0.3",
"@tiptap/extension-link": "^2.0.3",
"@tiptap/extension-placeholder": "^2.0.3",
"@tiptap/pm": "^2.0.3",
"@tiptap/starter-kit": "^2.0.3",
"@tiptap/vue-3": "^2.0.3",
"@types/node": "^20.3.2",
"@vueuse/core": "^10.5.0",
"@vueuse/head": "~2.0.0",
"@vueuse/integrations": "^10.5.0",
"@vueuse/router": "^10.5.0",
"@xstate/vue": "^2.0.0",
"axios": "^1.4.0",
"date-fns": "^2.30.0",
"focus-trap": "^7.4.3",
"form-data": "^4.0.0",
"ics": "^3.2.0",
"lodash.isequal": "^4.5.0",
"newrelic": "^11.1.0",
"ramda": "^0.29.0",
"swiper": "^10.1.0",
"swrv": "^1.0.3",
"uuid": "^9.0.0",
"vue": "~3.3.4",
"vue-router": "~4.2.2",
"xstate": "^4.38.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "~0.4.2",
"@tailwindcss/forms": "~0.5.3",
"@tailwindcss/line-clamp": "~0.4.4",
"@tailwindcss/typography": "~0.5.9",
"@types/lodash.isequal": "^4.5.6",
"@types/node-mailjet": "^3.3.9",
"@types/ramda": "^0.29.3",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "~6.7.4",
"@typescript-eslint/parser": "~6.7.4",
"@vitejs/plugin-vue": "~4.4.0",
"@vue/eslint-config-standard": "~8.0.1",
"@vue/eslint-config-typescript": "~12.0.0",
"autoprefixer": "~10.4.14",
"eslint": "~8.51.0",
"eslint-config-prettier": "~9.0.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "~11.1",
"eslint-plugin-promise": "~6.1.1",
"eslint-plugin-vue": "~9.17.0",
"netlify-cli": "^16.5.0",
"postcss": "~8.4.24",
"postcss-nesting": "~12.0.1",
"prettier": "3.0.3",
"stripe": "^12.11.0",
"tailwindcss": "~3.3.2",
"typescript": "^5.3.3",
"vite": "^4.4.11",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.3",
"wait-on": "~7.0.1"
}
}