forked from onetimesecret/onetimesecret
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.37 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
{
"name": "onetimesecret",
"version": "0.16.2",
"description": "",
"type": "module",
"scripts": {
"dev": "vite",
"type-check": "vue-tsc --noEmit",
"build-only": "vite build",
"build": "pnpm run type-check && pnpm run build-only",
"preview": "vite preview",
"optimize": "vite optimize",
"lint": "eslint",
"clean": "rimraf public/web/dist"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@headlessui/vue": "^1.7.22",
"pnpm": "^9.6.0",
"stripe": "^16.6.0",
"vue": "^3.4.32"
},
"devDependencies": {
"@eslint/js": "^9.7.0",
"@iconify-json/heroicons": "^1.1.22",
"@iconify/vue": "^4.1.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@tsconfig/node22": "^22.0.0",
"@types/node": "^20.14.11",
"@types/stripe": "^8.0.417",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@vitejs/plugin-vue": "^5.0.5",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.27.0",
"globals": "^15.8.0",
"postcss": "^8.4.39",
"rimraf": "^6.0.1",
"tailwindcss": "^3.4.6",
"ts-node": "^10.9.2",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.1",
"vite": "^5.3.4",
"vite-plugin-html": "^3.2.2",
"vue-router": "^4.4.0",
"vue-tsc": "^2.0.26"
}
}