forked from nartc/notion-stuff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.55 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
{
"name": "notion-stuff",
"version": "3.1.3",
"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": "~0.4.4",
"@nrwl/cli": "13.0.0",
"@nrwl/eslint-plugin-nx": "13.0.0",
"@nrwl/jest": "13.0.0",
"@nrwl/linter": "13.0.0",
"@nrwl/node": "13.0.0",
"@nrwl/tao": "13.0.0",
"@nrwl/workspace": "13.0.0",
"@release-it/bumper": "3.0.1",
"@release-it/conventional-changelog": "3.3.0",
"@scullyio/scully": "2.0.1",
"@types/jest": "27.0.2",
"@types/marked": "3.0.1",
"@types/node": "16.10.5",
"@typescript-eslint/eslint-plugin": "5.0.0",
"@typescript-eslint/parser": "5.0.0",
"all-contributors-cli": "6.20.0",
"commitizen": "4.2.4",
"cz-conventional-changelog": "3.3.0",
"cz-customizable": "6.3.0",
"dotenv-cli": "4.0.0",
"eslint": "8.0.0",
"eslint-config-prettier": "8.3.0",
"highlight.js": "11.2.0",
"jest": "27.2.5",
"marked": "3.0.7",
"prettier": "2.4.1",
"prismjs": "1.25.0",
"release-it": "14.11.6",
"ts-jest": "27.0.5",
"typescript": "~4.4.4"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
}
}
}