forked from cmda-minor-web/meesterproef-2223
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 946 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 946 Bytes
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
{
"name": "hitloop",
"version": "0.0.0",
"private": true,
"homepage": "https://GiovanniDw.github.io/HitLoop",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@vueuse/components": "^10.2.1",
"@vueuse/core": "^10.2.0",
"@vueuse/integrations": "^10.2.0",
"change-case": "^4.1.2",
"pinia": "^2.1.4",
"sass": "^1.63.6",
"tone": "^14.8.49",
"vue": "^3.3.4",
"vue-circle-slider": "^1.0.2",
"vue-router": "^4.2.2"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.2",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-prettier": "^7.1.0",
"eslint": "^8.43.0",
"eslint-plugin-vue": "^9.15.1",
"prettier": "^2.8.8",
"typescript": "^5.1.5",
"vite": "^4.3.9"
}
}