-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
131 lines (131 loc) · 4.76 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
{
"name": "@ringcentral/juno-monorepo",
"license": "MIT",
"author": "RingCentral",
"bugs": {
"url": "https://github.com/ringcentral/juno/issues"
},
"private": true,
"homepage": "https://github.com/ringcentral/juno#readme",
"repository": {
"type": "git",
"url": "https://github.com/ringcentral/juno.git"
},
"workspaces": {
"packages": [
"packages/*"
]
},
"scripts": {
"nx": "nx",
"build:test": "nx run-many --target=build:test --all",
"prebuild:storybook": "concurrently \"yarn lint:ts\" \"yarn test\" \"yarn workspace @ringcentral/juno run build:test\"",
"build:storybook": "build-storybook -c .storybook -o public --no-dll --config-dir ./.storybook.doc",
"clean": "rm -rf node_modules && yarn workspaces run clean",
"clean-cache": "rm -rf node_modules/.cache && yarn workspaces run clean-cache",
"clean-commit-cache": "rm -rf config/commitizen/jira.cache.json",
"clean-dist": "nx run-many --target=clean-dist --all",
"commit": "git-cz",
"create-component": "ts-node scripts/generator",
"create-mdx": "ts-node scripts/generator/mdx",
"lint:packageJson": "eslint ./package.json --no-ignore",
"lint:ts": "nx run-many --target=lint --all",
"open-reporters": "open -a \"Google Chrome\" jest_html_reporters.html",
"postinstall": "node scripts/postinstall.run",
"release": "nx run-many --target=release --all",
"version-release": "node scripts/release/release.run.js",
"start": "yarn storybook",
"storybook": "start-storybook -p 6006 --no-manager-cache",
"storybook:docgen": "start-storybook -p 6006 --config-dir ./.storybook.doc --no-dll",
"test": "yarn clean-dist && jest",
"test:percy": "percy storybook ./public",
"update-mdx": "ts-node scripts/mdToMdx",
"update-packageJson": "eslint ./package.json --no-ignore --fix",
"update-snapshot": "yarn clean-dist && jest --testMatch='**/*snapshot.test.tsx' ./ --u",
"predeploy": "yarn build:storybook && yarn workspace @ringcentral/juno-framer run framer:build",
"deploy": "gh-pages -d public",
"publish-npm": "nx run-many --target=publish-npm --all"
},
"devDependencies": {
"@percy/cli": "1.7.0",
"@percy/storybook": "4.3.0",
"@phenomnomnominal/tsquery": "4.1.1",
"@storybook/addon-a11y": "6.5.9",
"@storybook/addon-docs": "6.5.9",
"@storybook/addon-essentials": "6.5.9",
"@storybook/addon-storyshots": "6.5.9",
"@storybook/addon-storysource": "6.5.9",
"@storybook/addons": "6.5.9",
"@storybook/builder-webpack5": "6.5.9",
"@storybook/manager-webpack5": "6.5.9",
"@storybook/react": "6.5.9",
"@storybook/theming": "6.5.9",
"@testing-library/dom": "8.11.1",
"@testing-library/jest-dom": "5.15.0",
"@testing-library/react": "12.1.2",
"@testing-library/react-hooks": "7.0.2",
"@testing-library/user-event": "13.5.0",
"@types/fs-extra": "9.0.13",
"@types/glob-parent": "^5.1.0",
"@types/jest": "26.0.22",
"@types/node": "16.11.9",
"@types/react": "17.0.35",
"@types/react-dom": "17.0.11",
"@types/react-is": "17.0.3",
"@types/react-test-renderer": "17.0.1",
"@typescript-eslint/eslint-plugin": "5.4.0",
"@typescript-eslint/parser": "5.4.0",
"axios": "0.24.0",
"babel-plugin-require-context-hook": "1.0.0",
"chalk": "4.1.2",
"circular-dependency-plugin": "5.2.2",
"commitizen": "4.2.4",
"concurrently": "6.4.0",
"copy-webpack-plugin": "10.0.0",
"eslint": "7.26.0",
"eslint-config-airbnb-typescript": "12.3.1",
"eslint-config-prettier": "8.3.0",
"eslint-loader": "4.0.2",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jest": "24.3.6",
"eslint-plugin-json-files": "0.9.0",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-react": "7.23.2",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-security": "1.4.0",
"eslint-plugin-storybook": "0.6.1",
"fs-extra": "10.0.0",
"gh-pages": "3.2.3",
"git-branch": "2.0.1",
"husky": "1.3.1",
"jest": "26.6.3",
"jest-html-reporters": "3.0.10",
"jest-styled-components": "7.0.6",
"jira-connector": "2.10.0",
"npm-check-updates": "12.0.2",
"prettier": "2.4.1",
"puppeteer-core": "11.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-test-renderer": "17.0.2",
"standard-version": "9.0.0",
"ts-jest": "26.5.4",
"ts-loader": "9.3.1",
"ts-node": "10.4.0",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"typedoc": "^0.17.6",
"typedoc-plugin-markdown": "^2.2.17",
"typescript": "3.8.3",
"webpack": "5.74.0",
"webpack-merge": "5.8.0",
"winston": "3.3.3",
"@nrwl/workspace": "^14.5.1",
"nx": "^14.5.1",
"@nrwl/cli": "^14.5.1"
},
"engines": {
"node": ">=12.0.0",
"npm": ">=6.9.0"
}
}