-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 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
{
"name": "cylfill",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"tsc": "vue-tsc --noEmit",
"build": "VITE_COMMIT_SHA=$CF_PAGES_COMMIT_SHA vite build",
"preview": "vite preview",
"preview:https": "PORT=2022 serve dist",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@fontsource/inter": "^4.5.10",
"@sentry/tracing": "^6.19.7",
"@sentry/vue": "^6.19.7",
"dayjs": "^1.11.2",
"lodash": "^4.17.21",
"plausible-tracker": "^0.3.5",
"typed-assert": "^1.0.9",
"uuid": "^8.3.2",
"vue": "^3.2.25"
},
"devDependencies": {
"@types/lodash": "^4.14.182",
"@types/uuid": "^8.3.4",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/test-utils": "^2.0.0-rc.21",
"autoprefixer": "^10.4.7",
"c8": "^7.11.3",
"https-localhost": "^4.7.1",
"jsdom": "^19.0.0",
"postcss": "^8.4.13",
"sass": "^1.51.0",
"tailwindcss": "^3.0.24",
"typescript": "^4.5.4",
"vite": "^2.9.9",
"vite-plugin-pwa": "^0.12.0",
"vitest": "^0.12.6",
"vue-tsc": "^0.34.13"
}
}