-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.58 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
{
"name": "gatsby-theme-kickstartds-workspace",
"private": true,
"version": "0.0.1",
"main": "index.js",
"license": "UNLICENSED",
"scripts": {
"build": "yarn workspace example build",
"start": "yarn workspace example cdev",
"bundle": "cp -r node_modules/@kickstartds/design-system/dist/* example/static/",
"postinstall": "patch-package",
"generate": "node node_modules/@kickstartds/generate-from-schema/dist/index.js && yarn graphql-codegen && cp dist/config.yml example/static/admin/config.yml && cp dist/page.graphql example/dist/ && cp dist/page.fragments.js example/dist/"
},
"workspaces": [
"gatsby-theme-kickstartds",
"gatsby-transformer-kickstartds-contentful",
"gatsby-transformer-kickstartds-mdx",
"gatsby-transformer-kickstartds-netlify-cms",
"gatsby-transformer-kickstartds-wordpress",
"example"
],
"devDependencies": {
"@auto-it/npm": "^10.37.1",
"@auto-it/released": "^10.37.1",
"@graphql-codegen/cli": "^2.6.2",
"@kickstartds/generate-from-schema": "^2.5.19",
"auto": "^10.37.1",
"graphql": "^15.8.0",
"graphql-config": "^4.3.1",
"lerna": "^5.0.0",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0"
},
"resolutions": {
"graphql": "^15.8.0",
"@kickstartds/base": "2.0.4-next.5",
"@kickstartds/blog": "2.0.4-next.6",
"@kickstartds/content": "2.0.1--canary.61.48.0",
"@kickstartds/core": "2.0.4-next.2",
"@kickstartds/form": "2.0.4-next.5"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "restricted"
},
"dependencies": {}
}