-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.13 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
{
"name": "koshyk",
"version": "1.0.0",
"license": "ISC",
"description": "",
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"start": "node .output/server/index.mjs"
},
"devDependencies": {
"@types/body-parser": "^1.19.0",
"@types/cookie": "^0.4.1",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.12",
"@types/express-session": "^1.17.4",
"@types/gapi.auth2": "^0.0.56",
"@types/js-cookie": "^3.0.1",
"@types/node": "^16.0.0",
"@types/validator": "^13.7.1",
"autoprefixer": "^10.4.2",
"nuxt3": "latest",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.18"
},
"dependencies": {
"@nuxtjs/svg": "^0.4.0",
"@pinia/nuxt": "^0.1.8",
"body-parser": "^1.19.0",
"cookie": "^0.4.2",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-session": "^1.17.2",
"google-auth-library": "^7.11.0",
"js-cookie": "^3.0.1",
"mysql2": "^2.3.3",
"pinia": "^2.0.11",
"pinia-plugin-persistedstate-2": "^1.0.0",
"sequelize": "^6.15.0",
"sequelize-typescript": "^2.1.2",
"vue-final-modal": "^3.4.4",
"vue3-click-away": "^1.2.4"
}
}