-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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
{
"name": "testnummers.dev",
"private": false,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"eslint": "eslint \"src/**/*.{ts,vue}\"",
"prepare": "husky"
},
"dependencies": {
"@heroicons/vue": "^2.1.3",
"@tailwindcss/forms": "^0.5.7",
"@types/bcryptjs": "^2.4.6",
"@vitejs/plugin-vue": "^4.5.2",
"@vueuse/core": "^10.9.0",
"autoprefixer": "^10.4.16",
"bcryptjs": "^2.4.3",
"postcss": "^8.4.32",
"primevue": "^3.49.1",
"tailwindcss": "^3.3.6",
"vite": "^5.0.8",
"vue": "^3.3.11",
"vue-tsc": "^1.8.25"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint": "^8.56.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.21.1",
"husky": "^9.0.11",
"typescript": "^5.3.3"
}
}