-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.77 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 2.77 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "smeet",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"postinstall": "node node_modules/@nx-plus/vite/patch-nx-dep-graph.js"
},
"private": true,
"devDependencies": {
"@aws-sdk/client-dynamodb": "^3.279.0",
"@aws-sdk/client-eventbridge": "^3.279.0",
"@aws-sdk/credential-providers": "^3.271.0",
"@aws-sdk/lib-dynamodb": "^3.279.0",
"@graphql-codegen/cli": "^2.16.5",
"@graphql-codegen/typescript": "^2.8.8",
"@nrwl/cypress": "^15.6.3",
"@nrwl/eslint-plugin-nx": "15.6.3",
"@nrwl/jest": "^15.6.3",
"@nrwl/js": "^15.6.3",
"@nrwl/linter": "^15.6.3",
"@nrwl/workspace": "15.6.3",
"@ns3/nx-serverless": "*",
"@nx-plus/vite": "^15.0.0-rc.0",
"@tailwindcss/line-clamp": "^0.4.2",
"@types/aws-lambda": "^8.10.110",
"@types/color": "^3.0.3",
"@types/jest": "28.1.1",
"@types/node": "^18.13.0",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/eslint-config-prettier": "7.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/test-utils": "^2.2.0",
"@vue/vue3-jest": "^28.1.0",
"autoprefixer": "10.4.13",
"aws-lambda": "^1.0.7",
"aws-sdk": "^2.1312.0",
"cypress": "^12.2.0",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-prettier": "^4.2.0",
"eslint-plugin-vue": "^9.8.0",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"jest-serializer-vue": "^3.0.0",
"jest-transform-stub": "^2.0.0",
"nx": "15.6.3",
"postcss": "8.4.19",
"prettier": "^2.6.2",
"serverless": "^3.26.0",
"serverless-appsync-plugin": "^1.14.0",
"serverless-bundle": "^6.0.0",
"serverless-offline": "^12.0.4",
"tailwindcss": "3.2.4",
"ts-jest": "28.0.5",
"ts-node": "10.9.1",
"typescript": "~4.8.2",
"vite": "^3.2.0"
},
"dependencies": {
"@apollo/client": "^3.7.5",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-regular-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@nrwl/node": "^15.6.3",
"@vee-validate/zod": "^4.7.3",
"@vue/apollo-composable": "^4.0.0-beta.1",
"aws-appsync-auth-link": "^3.0.7",
"aws-appsync-subscription-link": "^3.1.2",
"aws-xray-sdk": "^3.4.1",
"axios": "^1.3.2",
"color": "^4.2.3",
"dayjs": "^1.11.7",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"node-fetch": "^3.3.0",
"pinia": "^2.0.30",
"pinia-plugin-persist": "^1.0.0",
"ts-toolbelt": "^9.6.0",
"tslib": "^2.3.0",
"uuid": "^9.0.0",
"vee-validate": "^4.7.3",
"vue": "^3.2.0",
"zod": "^3.20.2"
}
}