generated from kickstartDS/ds-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
157 lines (157 loc) · 6.18 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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
"name": "@kickstartds/ds-agency",
"version": "3.6.59",
"description": "",
"homepage": "https://github.com/kickstartDS/ds-agency#readme",
"bugs": {
"url": "https://github.com/kickstartDS/ds-agency/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kickstartDS/ds-agency.git"
},
"license": "(MIT OR Apache-2.0)",
"author": "Jonas Ulrich <[email protected]> (https://www.kickstartDS.com/)",
"sideEffects": [
"**/*.client.ts",
"**/*.client.js",
"**/*.scss",
"**/*.css"
],
"exports": {
"./package.json": "./package.json",
"./static/*": "./dist/static/*",
"./tokens/*": "./dist/tokens/*",
"./icon-sprite": "./dist/tokens/IconSprite.js",
"./*.css": "./dist/*.css",
"./*.js": {
"types": "./dist/*.d.ts",
"import": "./dist/*.js"
},
"./*.json": "./dist/components/*.json",
"./*": {
"types": "./dist/components/*/index.d.ts",
"default": "./dist/components/*/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"build-storybook": "yarn build-tokens && yarn schema && yarn token && storybook build",
"postbuild-storybook": "yarn presets && yarn playroom:build && mkdir -p dist/components && cp snippets.json dist/components/presets.json",
"build-tokens-ds-agency": "kickstartDS tokens compile",
"build-tokens-business": "kickstartDS tokens compile --token-dictionary-path src/token-business/dictionary --sd-config-path sd.config-business.cjs",
"build-tokens-ngo": "kickstartDS tokens compile --token-dictionary-path src/token-ngo/dictionary --sd-config-path sd.config-ngo.cjs",
"build-tokens-google": "kickstartDS tokens compile --token-dictionary-path src/token-google/dictionary --sd-config-path sd.config-google.cjs",
"build-tokens-telekom": "kickstartDS tokens compile --token-dictionary-path src/token-telekom/dictionary --sd-config-path sd.config-telekom.cjs",
"build-tokens": "run-s build-tokens-* && node scripts/patchThemeTokens.js",
"chromatic": "chromatic --build-script-name \"build-storybook\" --output-dir \"storybook-static\" --skip \"@(renovate/**|dependabot/**)\" --exit-zero-on-changes --exit-once-uploaded",
"init-tokens": "kickstartDS tokens init",
"playroom": "run-p watch:* playroom:start",
"playroom:start": "playroom start",
"playroom:build": "playroom build",
"presets": "vitest run scripts/generatePresets.test.ts",
"husky:precommit": "yarn schema && rollup -c",
"prepare": "patch-package && husky install",
"prepublishOnly": "rm -rf dist && yarn build-tokens && yarn schema && rollup -c && yarn build-storybook",
"schema": "run-p schema:*",
"schema:dereference-schemas": "kickstartDS schema dereference --schema-domain schema.mydesignsystem.com",
"schema:generate-props": "kickstartDS schema types",
"schema:layer-types": "kickstartDS schema layer",
"start": "run-p watch:* storybook",
"storybook": "storybook dev -p 6007",
"create-component-previews": "yarn test && rimraf static/img/screenshots && mkdir -p static/img/screenshots && cp __snapshots__/*.png static/img/screenshots",
"test": "rimraf __snapshots__ && run-p -r test:*",
"test:server": "npx http-server storybook-static --port 6006 --silent",
"test:suite": "npx wait-on http://127.0.0.1:6006 && test-storybook",
"token": "node scripts/customPropertyExtract.js",
"watch:schema": "yarn schema && chokidar \"src/**/*.schema.json\" -c \"yarn schema\"",
"watch:token": "yarn token && chokidar \"src/**/*-tokens.scss\" -c \"yarn token {path}\"",
"watch:dictionary": "yarn build-tokens && chokidar \"src/token/dictionary/*.json\" -c \"yarn build-tokens\""
},
"dependencies": {
"@bedrock-layout/primitives": "^3.0.23",
"@bedrock-layout/spacing-constants": "^3.2.5",
"classnames": "^2.3.2",
"markdown-to-jsx": "^7.5.0"
},
"devDependencies": {
"@auto-it/npm": "^11.0.1",
"@auto-it/released": "^11.0.1",
"@kickstartds/base": "^4.0.2",
"@kickstartds/blog": "^4.0.2",
"@kickstartds/content": "^4.0.0",
"@kickstartds/core": "^4.0.2",
"@kickstartds/form": "^4.0.2",
"@kickstartds/jsonschema-utils": "^3.4.2",
"@kickstartds/jsonschema2types": "^1.1.51",
"@kickstartds/storybook-addon-component-tokens": "^3.0.0",
"@kickstartds/storybook-addon-html": "^1.0.0",
"@kickstartds/storybook-addon-jsonschema": "^4.0.0",
"@kickstartds/style-dictionary": "^4.0.2",
"@storybook/addon-a11y": "^8.0.5",
"@storybook/addon-actions": "^8.0.5",
"@storybook/addon-essentials": "^8.0.5",
"@storybook/addon-links": "^8.0.5",
"@storybook/react": "^8.0.5",
"@storybook/react-vite": "^8.0.5",
"@storybook/test-runner": "^0.17.0",
"@testing-library/react": "^14.1.2",
"@types/jest": "^29.5.11",
"@types/jest-image-snapshot": "^6.4.0",
"@types/react": "^18.2.21",
"@vitejs/plugin-react": "^4.2.1",
"auto": "^11.0.1",
"change-case": "^4.1.2",
"chokidar-cli": "^3.0.0",
"chromatic": "^6.24.1",
"copy-webpack-plugin": "^11.0.0",
"custom-property-extract": "^1.2.1",
"deepmerge": "^4.3.1",
"fast-glob": "^3.3.1",
"fs-extra": "^11.1.1",
"happy-dom": "^13.3.1",
"husky": "^8.0.3",
"jest-image-snapshot": "^6.4.0",
"kickstartds": "^3.0.0",
"lazysizes": "^5.3.2",
"npm-run-all": "^4.1.5",
"patch-package": "^8.0.0",
"playroom": "^0.34.1",
"postcss": "^8.4.29",
"postcss-url": "^10.1.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"rollup": "^3.28.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-node-externals": "^6.1.1",
"rollup-plugin-ts": "^3.4.4",
"sass": "^1.66.1",
"sass-loader": "^13.3.3",
"storybook": "^8.0.5",
"storybook-addon-playroom": "^5.0.0",
"storybook-design-token": "^3.1.0",
"style-loader": "^3.3.3",
"typescript": "^5.2.2",
"vitest": "^1.2.1"
},
"peerDependencies": {
"@kickstartds/base": "^4.0.2",
"@kickstartds/blog": "^4.0.2",
"@kickstartds/core": "^4.0.2",
"@kickstartds/form": "^4.0.2",
"react": "^17 || ^18",
"react-dom": "^17 || ^18"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"auto": {
"plugins": [
"npm",
"released"
]
}
}