-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
145 lines (145 loc) · 4.65 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
{
"name": "kickstartds",
"version": "3.1.1",
"description": "kickstartDS CLI utility",
"keywords": [],
"license": "(MIT OR Apache-2.0)",
"author": "Jonas Ulrich <[email protected]> (https://www.kickstartDS.com/)",
"homepage": "https://www.kickstartDS.com",
"bin": {
"kickstartDS": "bin/index.js",
"ksDS": "bin/index.js"
},
"main": "bin/index.js",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
".*rc.json",
".*rc.schema.json"
],
"node": ">=18.1",
"type": "module",
"scripts": {
"copy-env-file": "[ ! -f .env ] && [ -f .env-example ] && cp .env-example .env || true",
"eslint": "eslint \"**/*.{js,jsx,ts,tsx}\"",
"find-licenses": "node ./scripts/license.js",
"format": "prettier --write .",
"git-config": "[ -d ./.git ] && git config --local include.path ../.gitconfig || true",
"husky-commit-msg": "commitlint -E GIT_PARAMS",
"husky-pre-commit": "lint-staged",
"husky-install": "husky install",
"lint": "run-p eslint",
"prepare": "run-p husky-install git-config copy-env-file",
"staged": "git diff --name-only --cached | grep 'kickstartds' | cut -d / -f 3 | awk '!seen[$0]++'",
"start": "tsc && node dist/index.js"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,md,json,scss}": "prettier --write"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
},
"unsafe-perm": true
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^9.0.9",
"@babel/preset-react": "^7.17.12",
"@influxdata/influxdb-client": "^1.25.0",
"@influxdata/influxdb-client-apis": "^1.25.0",
"ajv": "^8.11.0",
"byline": "^5.0.0",
"chalk": "^5.0.1",
"chalk-template": "^0.4.0",
"change-case": "^4.1.2",
"commander": "^9.2.0",
"cosmiconfig": "^7.0.1",
"dockerode": "^3.3.1",
"dotenv": "^16.0.1",
"fast-glob": "^3.2.12",
"figlet": "^1.5.2",
"figma-api": "^1.10.1",
"fs-extra": "^10.1.0",
"inquirer": "^8.2.4",
"json-pointer": "^0.6.2",
"json-schema-merge-allof": "^0.8.1",
"json-schema-ref-parser": "^9.0.9",
"json-schema-to-typescript": "^11.0.2",
"json-schema-traverse": "^1.0.0",
"json-schema-typed": "^8.0.1",
"npm-run-all": "^4.1.5",
"nunjucks": "^3.2.3",
"object-traversal": "^1.0.1",
"omelette": "^0.4.17",
"pretty-ms": "^7.0.1",
"progress": "^2.0.3",
"rxjs": "^7.5.5",
"shelljs": "^0.8.5",
"simple-git": "^3.7.1",
"strip-ansi": "^7.0.1",
"style-dictionary": "^3.7.0",
"ts-deepmerge": "^2.0.1",
"typescript": "^5.0.4",
"uppercamelcase": "^3.0.0",
"uuid": "^8.3.2",
"winston": "^3.7.2",
"winston-transport": "^4.5.0",
"yarn": "^1.22.18"
},
"devDependencies": {
"@auto-it/all-contributors": "^10.36.5",
"@auto-it/first-time-contributor": "^10.36.5",
"@auto-it/npm": "^10.36.5",
"@auto-it/released": "^10.36.5",
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@kickstartds/eslint-config": "^1.2.0",
"@kickstartds/style-dictionary": "^4.0.2",
"@kickstartds/jsonschema-utils": "^3.0.11",
"@kickstartds/jsonschema2staticcms": "^2.9.15",
"@kickstartds/jsonschema2stackbit": "^1.3.14",
"@kickstartds/jsonschema2storyblok": "^1.5.20",
"@kickstartds/jsonschema2types": "^1.1.37",
"@kickstartds/jsonschema2uniform": "^1.4.2",
"@stackbit/types": "^0.10.14",
"@types/byline": "^4.2.33",
"@types/dockerode": "^3.3.9",
"@types/figlet": "^1.5.4",
"@types/fs-extra": "^9.0.13",
"@types/inquirer": "^8.2.1",
"@types/js-yaml": "^4.0.9",
"@types/json-pointer": "^1.0.31",
"@types/json-schema-merge-allof": "^0.6.1",
"@types/nunjucks": "^3.2.1",
"@types/omelette": "^0.4.1",
"@types/progress": "^2.0.5",
"@types/shelljs": "^0.8.11",
"@types/uuid": "^8.3.4",
"@typescript-eslint/parser": "^5.23.0",
"auto": "^10.36.5",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.32.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.26.0",
"husky": "^7.0.4",
"js-yaml": "^4.1.0",
"prettier": "^2.6.2"
},
"peerDependencies": {
"@kickstartds/core": "^4.0.2",
"@kickstartds/style-dictionary": "^4.0.2",
"@kickstartds/jsonschema-utils": "^3.0.11",
"@kickstartds/jsonschema2staticcms": "^2.9.15",
"@kickstartds/jsonschema2stackbit": "^1.3.14",
"@kickstartds/jsonschema2storyblok": "^1.5.20",
"@kickstartds/jsonschema2types": "^1.1.37",
"@kickstartds/jsonschema2uniform": "^1.4.2"
}
}