-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
38 lines (38 loc) · 989 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": "webplayer",
"version": "1.1.0",
"license": "GPL-3.0 License",
"email": "contact@jelliti.me",
"url": "https://oussama.jelliti.me",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src"
},
"dependencies": {
"axios": "^0.21.1",
"debounce": "^1.2.0",
"eslint": "^8.48.0",
"eslint-plugin-vue": "^8.7.1",
"register-service-worker": "^1.6.2",
"serve": "^13.0.2",
"standardized-audio-context": "^25.3.28",
"tiny-emitter": "^2.1.0",
"vanta": "^0.5.24",
"vite-plugin-babel": "^1.2.0",
"vue": "^3.3.4",
"vue-i18n": "^9.10.2",
"vue-router": "^4.2.4",
"vuex": "^4.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.15",
"babel-plugin-transform-remove-console": "^6.9.4",
"sass": "^1.49.7",
"stylus": "^0.54.8",
"vite": "5.1.7"
}
}