forked from Meeovi/Collaborrate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
133 lines (133 loc) · 4.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
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
{
"name": "alternatecms",
"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://www.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,
"keywords": [
"Shopping cart",
"express",
"mongodb",
"nodejs",
"ecommerce",
"paypal",
"lunr",
"cart",
"shopping",
"cms",
"prisma"
],
"prisma": {
"seed": "node prisma/seedDashboard.js"
},
"scripts": {
"alternate-commit": "git add . && git commit -m \"ready for update\"",
"alternate-update": "git pull \"https://github.com/meeovi/alternatecms\"",
"dev": "nuxt dev && node server/server.js",
"start": "nuxt start",
"yoga": "ts-node server/index.ts",
"build": "nuxt build && tsc -p tsconfig.json",
"generate": "nuxt generate",
"prisma-dev": "npx prisma generate",
"db-dev": "prisma migrate dev",
"gql-generate": "node packages/core/generators/graphql/queryGenerator.js -i server/generated-schema.graphql -o graphql/ --depth 0",
"mutate-generate": "node packages/core/generators/graphql/mutationGenerator.js -i server/generated-schema.graphql -o graphql/ --depth 0",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "npm run lint:js",
"lintfix": "npm run lint:js -- --fix",
"test:e2e": "nightwatch",
"test": "echo \"Error: no test specified\" && exit 1",
"all": "npm-run-all --parallel dev yoga gql-generate"
},
"dependencies": {
"@apollo/client": "^3.7.1",
"@apollo/gateway": "^0.43.1",
"@braid/vue-formulate": "^2.5.3",
"@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",
"@graphql-yoga/node": "^2.13.13",
"@graphql-yoga/plugin-sofa": "^1.0.0",
"@nuxtjs/apollo": "^4.0.1-rc.5",
"@nuxtjs/auth-next": "^5.0.0-1648802546.c9880dc",
"@nuxtjs/i18n": "^7.3.0",
"@nuxtjs/sentry": "^6.0.1",
"@nuxtjs/vuetify": "^1.12.3",
"@sentry/core": "^7.12.1",
"@sentry/tracing": "^6.16.1",
"@sentry/vue": "^6.16.1",
"@tinymce/tinymce-vue": "^3.2.8",
"@types/graphql": "^14.5.0",
"@types/graphql-fields": "^1.3.4",
"@types/passport": "^1.0.10",
"@whatwg-node/fetch": "^0.5.3",
"algoliasearch": "^4.14.2",
"ap-style-title-case": "^1.1.2",
"apollo-server": "^3.11.1",
"bcrypt": "^5.1.0",
"core-js": "^3.19.3",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"fastify": "^4.10.2",
"fastify-cors": "^6.1.0",
"fastify-helmet": "^7.1.0",
"formidable": "^2.0.1",
"frontier-forms": "^0.1.2",
"graphql-fields": "^2.0.3",
"graphql-passport": "^0.6.4",
"graphql-scalars": "^1.17.0",
"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",
"instantsearch.css": "^7.4.5",
"jquery": "^3.6.1",
"jsonwebtoken": "^8.5.1",
"lerna": "^5.3.0",
"lodash": "^4.17.21",
"nuxt": "^2.15.8",
"nuxt-client-init-module": "^0.3.0",
"passport": "^0.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reflect-metadata": "^0.1.13",
"ts-node": "^10.9.1",
"tslib": "^2.4.1",
"type-graphql": "^1.1.1",
"typegraphql-prisma": "^0.22.2",
"vue": "^2.7.14",
"vue-instantsearch": "^4.6.0",
"vue-renderer": "1.0.2",
"vue-template-compiler": "2.7.14",
"webpack": "^4.46.0"
},
"devDependencies": {
"@prisma/client": "^4.6.1",
"@types/node": "^18.8.4",
"chromedriver": "^96.0.0",
"express": "^4.18.1",
"graphql": "^15.8.0",
"nightwatch": "^2.4.1",
"npm-run-all": "^4.1.5",
"prisma": "^4.6.1",
"typescript": "^4.8.4"
},
"workspaces": [
"packages/*",
"server/*"
]
}