-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
139 lines (139 loc) · 4.54 KB
/
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
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "la-pasticciosa",
"version": "2.0.0",
"description": "La Pasticciosa CRM",
"type": "module",
"main": "index.js",
"scripts": {
"lint": "bash ./bin/lint.sh",
"build:server": "bash ./bin/build.server.sh",
"build:client": "vite build",
"dev:server": "bash ./bin/dev.server.sh",
"dev:client": "vite",
"deploy:server:data": "bash ./bin/deploy.data.sh",
"deploy:server:auth": "bash ./bin/deploy.auth.sh",
"deploy:client": "bash ./bin/deploy.hosting.sh",
"e2e:setup": "bash bin/build.seed.sh 'setup'",
"e2e:teardown": "bash bin/build.seed.sh 'teardown'",
"test:unit": "npx jest --runInBand --no-cache --coverage",
"test:e2e": "npx cypress run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheoAnastasiadis/la-pasticciosa.git"
},
"author": "Theo Anastasiadis <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/TheoAnastasiadis/la-pasticciosa/issues"
},
"homepage": "https://github.com/TheoAnastasiadis/la-pasticciosa#readme",
"devDependencies": {
"@cypress/code-coverage": "^3.12.19",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@rollup/plugin-babel": "^6.0.3",
"@rushstack/eslint-patch": "^1.3.2",
"@sentry/wizard": "^3.13.0",
"@tsconfig/node18": "^18.2.0",
"@types/bcrypt": "^5.0.0",
"@types/cookie-parser": "^1.4.3",
"@types/cors": "^2.8.13",
"@types/express-session": "^1.17.7",
"@types/jest": "^29.5.3",
"@types/morgan": "^1.9.4",
"@types/node": "^20.4.2",
"@types/nodemailer": "^6.4.11",
"@types/passport-facebook": "^3.0.0",
"@types/passport-google-oauth20": "^2.0.11",
"@types/passport-local": "^1.0.35",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/tsconfig": "^0.4.0",
"autoprefixer": "^10.4.14",
"cypress": "^13.6.2",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard-with-typescript": "^36.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.15.1",
"gsap": "^3.12.2",
"jest": "^29.6.1",
"lcov": "^1.16.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.27",
"postcss-import": "^15.1.0",
"prettier": "3.0.0",
"tailwindcss": "^3.2.4",
"ts-add-js-extension": "^1.6.3",
"ts-jest": "^29.1.1",
"ts-mockito": "^2.6.1",
"typescript": "^5.1.6",
"vite": "^4.4.6",
"vite-plugin-istanbul": "^5.0.0",
"vue-tsc": "^1.8.6",
"watch": "^1.0.2",
"xtendui": "^1.3.0"
},
"dependencies": {
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"@google-cloud/aiplatform": "^3.10.0",
"@inotom/vue-curve-text": "^2.0.0",
"@maizzle/framework": "^4.6.0",
"@morev/vue-transitions": "^2.3.6",
"@sentry/node": "^7.69.0",
"@splinetool/loader": "^0.9.437",
"@splinetool/runtime": "^1.0.28",
"@studio-freight/lenis": "^1.0.19",
"@trpc/client": "^11.0.0-next-beta.294",
"@trpc/server": "^11.0.0-next-beta.294",
"@vee-validate/zod": "^4.11.1",
"axios": "^1.5.0",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"core-js": "^3.26.1",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"cssnano": "^5.1.14",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"firebase-admin": "^11.10.1",
"firebase-functions": "^4.7.0",
"fuse.js": "^6.6.2",
"lenis": "^0.0.2",
"moment": "^2.29.4",
"morgan": "^1.10.0",
"nodemailer": "^6.9.5",
"passport": "^0.6.0",
"passport-facebook": "^3.0.0",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"pg": "^8.11.1",
"pinia": "^2.1.4",
"postcss-import": "^15.0.1",
"pug": "^3.0.2",
"reflect-metadata": "^0.1.13",
"regenerator-runtime": "^0.13.11",
"tailwindcss-box-shadow": "^2.0.0",
"tailwindcss-email-variants": "^2.0.0",
"tailwindcss-mso": "^1.3.0",
"three": "^0.156.1",
"trpc": "^0.11.3",
"typeorm": "^0.3.17",
"vee-validate": "^4.11.1",
"viber-bot": "^1.0.18",
"vite": "^3.2.5",
"vue": "^3.3.4",
"vue-router": "^4.2.4",
"vue-tailwind-datepicker": "^1.4.6",
"vue-toastification": "^2.0.0-rc.5",
"xtendui": "^1.4.0",
"zod": "^3.21.4"
}
}