-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.25 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
{
"name": "localstack-web",
"version": "1.0.0",
"description": "Frontend application for LocalStack management and visualization",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.400.0",
"@aws-sdk/client-kinesis": "^3.400.0",
"@aws-sdk/client-kms": "^3.400.0",
"@aws-sdk/client-lambda": "^3.400.0",
"@aws-sdk/client-s3": "^3.400.0",
"@aws-sdk/client-ses": "^3.839.0",
"@aws-sdk/client-sns": "^3.400.0",
"@aws-sdk/client-sqs": "^3.400.0",
"@mdi/font": "^7.4.0",
"axios": "^1.6.0",
"jszip": "^3.10.1",
"pinia": "^2.1.0",
"vue": "^3.4.0",
"vue-router": "^4.2.0",
"vuetify": "^3.4.0"
},
"devDependencies": {
"@types/node": "^20.10.0",
"@vitejs/plugin-vue": "^4.5.0",
"@vue/eslint-config-prettier": "^8.0.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.0",
"eslint-plugin-vue": "^9.19.0",
"prettier": "^3.1.0",
"vite": "^5.0.0",
"vite-plugin-vuetify": "^2.0.0"
},
"type": "module"
}