-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 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
{
"name": "composition-api-demo",
"version": "0.0.1",
"private": true,
"scripts": {
"serve": "vite serve",
"build": "vite build",
"lint:fix": "eslint -c .eslintrc --fix \"src/**/*.{ts,vue}\"",
"preview": "vite preview"
},
"dependencies": {
"@headlessui/vue": "^1.7.7",
"@heroicons/vue": "^2.0.13",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@netvlies/eslint-config-vue": "^0.1.8",
"@netvlies/prettier-config": "^1.1.6",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.31.0",
"eslint-plugin-vue": "^9.8.0",
"postcss": "^8.4.21",
"prettier": "^2.8.2",
"sass": "^1.57.1",
"sass-loader": "^13.2.0",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4",
"vite": "^4.0.4",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-mkcert": "^1.10.1",
"vue-i18n": "^9.2.2"
},
"prettier": "@netvlies/prettier-config",
"description": "Discover music",
"author": {
"email": "[email protected]",
"name": "Netvlies Digital Agency",
"url": "https://netvlies.nl"
}
}