-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
40 lines (40 loc) · 1 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
{
"name": "overly-detailed-asherons-call-character-planner",
"version": "1.3",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage",
"test:e2e": "playwright test"
},
"dependencies": {
"@sentry/tracing": "^7.1.1",
"@sentry/vue": "^7.1.1",
"@supabase/supabase-js": "^2.11.0",
"floating-vue": "^2.0.0-beta.8",
"lodash": "^4.17.21",
"mnemonic-id": "^3.2.7",
"vue": "^3.2",
"vue-router": "^4.1.3",
"vuex": "^4.0.2"
},
"devDependencies": {
"@babel/types": "^7.18.9",
"@playwright/test": "^1.24.2",
"@types/lodash": "^4.14.178",
"@vitejs/plugin-vue": "^3.0.1",
"@vue/test-utils": "^2.0.2",
"jsdom": "^20.0.0",
"markdown-it": "^13.0.1",
"sass": "^1.45.2",
"typescript": "^4.4.4",
"vite": "^3.2.7",
"vitest": "^0.19.1",
"vue-tsc": "^0.39.2",
"vuex-persist": "^3.1.3"
},
"license": "ISC"
}