-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·38 lines (38 loc) · 924 Bytes
/
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
{
"name": "notes-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.3.4",
"crypto-js": "^4.1.1",
"daisyui": "^2.51.5",
"pinia": "^2.0.33",
"react-hot-toast": "^2.4.0",
"vue": "^3.2.47",
"vue-axios": "^3.5.2",
"vue-m-message": "^4.0.2",
"vue-notifications": "^1.0.2",
"vue-router": "^4.1.6",
"vue-sonner": "^0.3.1"
},
"devDependencies": {
"@iconify/json": "^2.2.43",
"@types/crypto-js": "^4.1.1",
"@vitejs/plugin-vue": "^4.1.0",
"@vue/compiler-sfc": "^3.2.47",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.1",
"typescript": "^4.9.3",
"unplugin-icons": "^0.16.1",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.2.0",
"vue-tsc": "^1.2.0"
}
}