-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 912 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
{
"name": "vue-file-upload",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@apollo/client": "^3.7.10",
"@auth0/auth0-spa-js": "^2.0.5",
"@auth0/auth0-vue": "^2.2.0",
"@popperjs/core": "^2.11.7",
"@vue/apollo-composable": "^4.0.0-beta.4",
"@vue/apollo-util": "^4.0.0-beta.4",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.10.5",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"mitt": "^3.0.0",
"vue": "^3.2.47",
"vue-router": "^4.0.13"
},
"devDependencies": {
"@types/bootstrap": "^5.2.6",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"eslint": "^8.34.0",
"eslint-plugin-vue": "^9.9.0",
"vite": "^4.1.4"
}
}