-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.45 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
{
"name": "davinci-github-actions",
"version": "16.0.0",
"description": "",
"author": "Toptal",
"license": "MIT",
"engines": {
"node": ">=18"
},
"scripts": {
"documentation:generate": "ncc run _scripts/documentation/generate.ts -C",
"release": "changeset tag",
"lint": "davinci-syntax lint code .",
"test": "davinci-qa unit --runInBand",
"test:ci": "LANG=en_US davinci-qa unit --ci --testTimeout=10000 --silent",
"prepare": "husky install"
},
"devDependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.0",
"@changesets/get-github-info": "^0.5.2",
"@changesets/get-release-plan": "^3.0.16",
"@changesets/git": "^1.5.0",
"@toptal/browserslist-config": "^1.2.0",
"@toptal/davinci-syntax": "^23.0.0",
"@toptal/davinci-qa": "^17.0.5",
"@types/js-yaml": "^4.0.5",
"@types/marked": "^4.0.3",
"@types/node": "^17.0.34",
"@vercel/ncc": "^0.34.0",
"execa": "^6.1.0",
"js-yaml": "^4.1.0",
"mdast-builder": "^1.1.1",
"mdast-util-from-markdown": "^1.2.0",
"mdast-util-gfm-table": "^1.0.4",
"mdast-util-heading-range": "^3.1.0",
"react": "^18.1.0",
"remark": "^14.0.2",
"remark-parse": "^10.0.1",
"remark-stringify": "^10.0.2",
"styled-components": "^5.3.5",
"typescript": "^4.6.4",
"unified": "^10.1.2"
},
"resolutions": {
"lodash": "^4.17.21"
}
}