-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.24 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
{
"name": "note-app",
"version": "0.0.0",
"private": true,
"type": "commonjs",
"scripts": {
"dev": "vite",
"build": "vue-cli-service build",
"preview": "vite preview",
"test:unit": "vitest",
"serve": "vue-cli-service serve",
"build2": "tailwind build -i tailwind/main.css -o public/tailwind.css",
"watch": "tailwind build -i tailwind/main.css -o public/tailwind.css -w"
},
"dependencies": {
"jquery": "^3.7.1",
"vue": "^3.4.15"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.3",
"@vue/cli-service": "^5.0.8",
"@vue/test-utils": "^2.4.4",
"autoprefixer": "^10.4.17",
"jsdom": "^24.0.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"vite": "^5.0.11",
"vitest": "^1.2.2",
"vue-loader": "^17.4.2",
"vue-template-compiler": "^2.7.16"
},
"description": "This template should help get you started developing with Vue 3 in Vite.",
"main": "postcss.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/haydar-hilmy/Note-App.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/haydar-hilmy/Note-App/issues"
},
"homepage": "https://github.com/haydar-hilmy/Note-App#readme"
}