-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
58 lines (58 loc) · 1.57 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
{
"name": "notion-stuff",
"version": "6.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"test": "nx test",
"commit": "git-cz",
"release": "dotenv release-it --",
"build": "nx run-many --target=build --all --verbose",
"publish": "nx run-many --target=publish --all --parallel",
"contributors:init": "all-contributors init",
"contributors:add": "all-contributors add"
},
"private": true,
"dependencies": {
"tslib": "^2.3.1"
},
"devDependencies": {
"@notionhq/client": "~1.0.4",
"@nrwl/cli": "13.9.5",
"@nrwl/eslint-plugin-nx": "13.9.5",
"@nrwl/jest": "13.9.5",
"@nrwl/js": "13.9.5",
"@nrwl/linter": "13.9.5",
"@nrwl/node": "13.9.5",
"@nrwl/workspace": "13.9.5",
"@release-it/bumper": "3.0.1",
"@release-it/conventional-changelog": "4.2.2",
"@scullyio/scully": "2.1.29",
"@types/jest": "27.4.1",
"@types/marked": "4.0.3",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "5.17.0",
"@typescript-eslint/parser": "5.17.0",
"all-contributors-cli": "6.20.0",
"commitizen": "4.2.4",
"cz-conventional-changelog": "3.3.0",
"cz-customizable": "6.3.0",
"dotenv-cli": "5.1.0",
"eslint": "8.12.0",
"eslint-config-prettier": "8.5.0",
"highlight.js": "11.5.0",
"jest": "27.5.1",
"marked": "4.0.12",
"nx": "13.9.5",
"prettier": "2.6.1",
"prismjs": "1.27.0",
"release-it": "14.14.0",
"ts-jest": "27.1.4",
"typescript": "~4.6.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
}
}
}