-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
133 lines (133 loc) · 5.39 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
{
"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": {
"build:lib:test": "concurrently \"yarn workspace @ringcentral/juno run build:lib:test\" \"yarn workspace @ringcentral/juno-icon run build:lib:test\"",
"prebuild:storybook": "concurrently \"yarn lint:ts\" \"yarn test\" \"yarn workspace @ringcentral/juno run build:lib: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": "concurrently \"yarn workspace @ringcentral/juno run clean-dist\" \"yarn workspace @ringcentral/juno-icon run clean-dist\"",
"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": "concurrently \"yarn workspace @ringcentral/juno run lint:ts\" \"yarn workspace @ringcentral/juno-icon run lint:ts\"",
"open-reporters": "open -a \"Google Chrome\" jest_html_reporters.html",
"postinstall": "node scripts/postinstall.run",
"release": "concurrently \"yarn workspace @ringcentral/juno run release\" \"yarn workspace @ringcentral/juno-icon run release\"",
"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 --updateSnapshot",
"update-storybook-snapshot": "yarn clean-dist && jest ./packages/juno-core/src/__tests__/snapshot/storyShots.test.tsx --updateSnapshot",
"predeploy": "yarn build:storybook && yarn workspace @ringcentral/juno-framer run framer:build",
"deploy": "gh-pages -d public",
"publish-npm": "concurrently \"yarn workspace @ringcentral/juno run publish-npm\" \"yarn workspace @ringcentral/juno-icon run publish-npm\""
},
"devDependencies": {
"@babel/node": "7.16.0",
"@percy/cli": "1.0.0-beta.75",
"@percy/storybook": "4.1.0",
"@phenomnomnominal/tsquery": "4.1.1",
"@storybook/addon-a11y": "6.4.19",
"@storybook/addon-docs": "6.4.19",
"@storybook/addon-essentials": "6.4.19",
"@storybook/addon-knobs": "6.4.0",
"@storybook/addon-storyshots": "6.4.19",
"@storybook/addon-storysource": "6.4.19",
"@storybook/addons": "6.4.19",
"@storybook/builder-webpack5": "6.4.19",
"@storybook/manager-webpack5": "6.4.19",
"@storybook/react": "6.4.19",
"@storybook/theming": "6.4.19",
"@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-loader": "8.2.3",
"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.5.7",
"framer": "2.0.0-beta.13",
"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": "2.1.6",
"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",
"speed-measure-webpack-plugin": "1.5.0",
"standard-version": "9.0.0",
"thread-loader": "3.0.4",
"ts-jest": "26.5.4",
"ts-loader": "9.2.6",
"ts-node": "10.4.0",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typedoc": "^0.17.6",
"typedoc-plugin-markdown": "^2.2.17",
"typescript": "3.8.3",
"webpack": "5.64.1",
"winston": "3.3.3"
},
"engines": {
"node": ">=12.0.0",
"npm": ">=6.9.0"
}
}