-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
116 lines (116 loc) · 4.12 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
{
"name": "alternatecrm",
"version": "0.0.4",
"description": "A headless content management system with ecommerce features, graphql, Nuxtjs, and Prisma ORM.",
"author": "Sebastian Hilton (https://www.sebastianhilton.com)",
"homepage": "https://crm.alternatecms.com",
"repository": {
"type": "git",
"url": "git+https://github.com/bastianhilton/AlternateCMS.git"
},
"bugs": {
"url": "https://github.com/bastianhilton/AlternateCMS/issues"
},
"license": "MIT",
"private": true,
"scripts": {
"alternate-commit": "git add . && git commit -m \"ready for update\"",
"alternate-update": "git pull \"https://github.com/Meeovi/AlternateCRM\"",
"build": "nuxt build",
"dev": "nuxt dev --port 8002 && node server/server.js",
"yoga": "ts-node server/index.ts",
"prisma-dev": "npx prisma generate",
"generate:prisma": "prisma generate --schema=prisma/schema.prisma",
"db-dev": "prisma migrate dev --schema=prisma/schema.prisma",
"ts-node": "ts-node -r tsconfig-paths/register --compiler-options '{\"module\":\"CommonJS\"}'",
"gql-generate": "node packages/core/generators/graphql/queryGenerator.js -i server/generated-schema.graphql -o graphql/ --depth 0",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"all": "npm-run-all --parallel dev yoga gql-generate",
"start": "ts-node src/index.ts"
},
"devDependencies": {
"@nuxt/content": "^2.3.0",
"@nuxtjs/apollo": "^5.0.0-alpha.5",
"@nuxtjs/i18n": "^8.0.0-beta.8",
"@prisma/client": "^4.6.1",
"@sidebase/nuxt-auth": "^0.3.3",
"@sidebase/nuxt-prisma": "^0.1.0",
"@types/node": "^16.11.10",
"express": "^4.18.1",
"graphql": "^15.8.0",
"npm-run-all": "^4.1.5",
"nuxt": "3.0.0",
"prisma": "^4.7.1",
"ts-node": "10.7.0",
"typescript": "4.5.2"
},
"dependencies": {
"@apollo/client": "^3.7.1",
"@apollo/gateway": "^0.43.1",
"@envelop/apollo-federation": "^3.0.3",
"@envelop/core": "^3.0.3",
"@envelop/graphql-jit": "^5.0.3",
"@envelop/live-query": "^5.0.3",
"@envelop/parser-cache": "^5.0.3",
"@envelop/sentry": "^4.0.3",
"@envelop/validation-cache": "^5.0.3",
"@fastify/express": "^2.3.0",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/vue-fontawesome": "^3.0.2",
"@graphql-yoga/node": "^2.13.13",
"@graphql-yoga/plugin-sofa": "^1.0.0",
"@huntersofbook/naive-ui-nuxt": "^0.5.1",
"@mdi/font": "^7.1.96",
"@monaco-editor/loader": "^1.3.2",
"@nozomuikuta/h3-cors": "^0.2.0",
"@nuxt/test-utils": "^3.0.0",
"@nuxt/types": "^2.15.8",
"@sentry/core": "^7.12.1",
"@sentry/tracing": "^6.16.1",
"@sidebase/core": "^0.1.3",
"@tinymce/tinymce-vue": "^4.0.7",
"@types/bcryptjs": "^2.4.2",
"@types/cookie": "^0.5.1",
"@types/graphql": "^14.5.0",
"@types/graphql-fields": "^1.3.4",
"@types/passport": "^1.0.10",
"@whatwg-node/fetch": "^0.5.3",
"apollo-server": "^3.11.1",
"axios": "^1.2.2",
"bcrypt": "^5.1.0",
"chart.js": "^4.1.2",
"cookie": "^0.5.0",
"cors": "^2.8.5",
"fastify": "^4.10.2",
"formidable": "^2.0.1",
"grapesjs": "^0.20.4",
"graphql-fields": "^2.0.3",
"graphql-middleware": "^6.1.33",
"graphql-scalars": "^1.20.1",
"graphql-shield": "^7.6.5",
"graphql-tag": "^2.12.6",
"graphql-type-json": "^0.3.2",
"graphql-ws": "^5.11.2",
"graphql-yoga": "^3.0.0-next.10",
"helmet": "^5.0.1",
"http-server": "^14.1.1",
"husky": "^8.0.2",
"jquery": "^3.6.3",
"lerna": "^5.3.0",
"lodash": "^4.17.21",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.8.0",
"nuxt-security": "^0.10.1",
"reflect-metadata": "^0.1.13",
"sass": "^1.57.0",
"ts-node": "^10.9.1",
"tslib": "^2.4.1",
"type-graphql": "^1.1.1",
"typegraphql-prisma": "^0.23.1",
"vue-chartjs": "^5.2.0",
"vuetify": "^3.0.5"
}
}