-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.3 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.3 KB
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
46
47
48
{
"name": "tools-ai",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.16.6",
"@mdi/font": "7.0.96",
"@splinetool/runtime": "^1.2.4",
"axios": "^1.6.8",
"core-js": "^3.34.0",
"firebase": "^10.11.1",
"google-auth-library": "^9.9.0",
"google-maps-api-loader": "^1.1.1",
"js-cookie": "^3.0.5",
"json": "^11.0.0",
"nodemon": "^3.1.0",
"pdfjs-dist": "^4.2.67",
"realm-web": "^2.0.0",
"roboto-fontface": "*",
"vue": "^3.4.0",
"vue-google-oauth2": "^1.5.10",
"vue-google-signin-button": "^1.0.4",
"vuetify": "^3.6.0-beta.0.0",
"vuex": "^4.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.22.0",
"sass": "^1.71.1",
"unplugin-fonts": "^1.1.1",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-router": "^0.8.4",
"vite": "^5.1.5",
"vite-plugin-vuetify": "^2.0.3",
"vue-router": "^4.3.0"
}
}