-
Notifications
You must be signed in to change notification settings - Fork 160
/
package.json
138 lines (138 loc) · 4.7 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
134
135
136
137
138
{
"name": "amazon-chime-sdk-component-library-react",
"version": "3.10.0",
"description": "Amazon Chime SDK Component Library - React",
"main": "lib/index.js",
"module": "lib/index.esm.js",
"files": [
"lib",
"CHANGELOG.md",
"NOTICE"
],
"engines": {
"node": "^18 || ^19 || ^20",
"npm": "^8 || ^9 || ^10"
},
"repository": {
"type": "git",
"url": "git://github.com/aws/amazon-chime-sdk-component-library"
},
"types": "lib/index.d.ts",
"scripts": {
"build": "node scripts/generate-version.js && rollup -c",
"lint": "eslint src tst --ext .ts,.tsx,.js --fix",
"check": "node scripts/check-codestyle.js",
"release": "node scripts/release.js",
"prebuild:publish": "npm install && node scripts/prebuild.js --publish",
"build:publish": "npm run check && npm run build && npm run test ",
"postbuild:publish": "node scripts/postbuild.js",
"prebuild:release": "node scripts/prebuild.js",
"build:release": "npm install && npm run check && npm run build && npm run test ",
"postbuild:release": "node scripts/postbuild.js",
"start": "storybook dev -p 9009",
"test": "jest -c jest.config.js",
"deploy-storybook": "storybook-to-ghpages",
"build-storybook": "storybook build",
"jest:integration": "jest -c jest-snapshot.config.js --verbose ./tst/snapshots/*",
"test:snapshots-path": "jest -c jest-snapshot.config.js --verbose",
"test:snapshots": "start-server-and-test start http-get://localhost:9009 jest:integration"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@popperjs/core": "^2.2.2",
"fast-memoize": "^2.5.2",
"lodash.isequal": "^4.5.0",
"react-popper": "^2.3.0",
"throttle-debounce": "^2.3.0",
"uuid": "^8.0.0"
},
"devDependencies": {
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4",
"@rollup/plugin-commonjs": "^13.0.0",
"@rollup/plugin-node-resolve": "^8.0.1",
"@storybook/addon-a11y": "7.0.2",
"@storybook/addon-essentials": "^7.0.2",
"@storybook/addon-storysource": "7.0.2",
"@storybook/addon-styling": "^1.0.0-next.1",
"@storybook/addons": "7.0.2",
"@storybook/blocks": "^7.0.2",
"@storybook/react": "7.0.2",
"@storybook/react-webpack5": "^7.0.2",
"@storybook/storybook-deployer": "^2.8.16",
"@storybook/testing-library": "^0.0.14-next.2",
"@storybook/theming": "7.0.2",
"@testing-library/dom": "^9.3.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/classnames": "^2.3.1",
"@types/jest": "^25.2.1",
"@types/lodash.isequal": "^4.5.5",
"@types/puppeteer": "^5.4.3",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@types/react-test-renderer": "^18.0.0",
"@types/resize-observer-browser": "^0.1.3",
"@types/styled-components": "^5.1.26",
"@types/styled-system": "^5.1.16",
"@types/testing-library__react": "^10.2.0",
"@types/throttle-debounce": "^2.1.0",
"@types/uuid": "^7.0.3",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"add": "^2.0.6",
"amazon-chime-sdk-js": "^3.23.0",
"babel-loader": "^8.1.0",
"css-loader": "^6.7.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-storybook": "^0.6.11",
"git-rev-sync": "^3.0.2",
"jest": "^26.6.3",
"jest-image-snapshot": "^4.4.0",
"jest-puppeteer-docker": "^1.4.2",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.6.0",
"prettier": "^2.4.1",
"prompt-sync": "^4.2.0",
"prop-types": "^15.8.1",
"puppeteer": "^2.1.1",
"react": "^18.2.0",
"react-docgen-typescript-loader": "^3.7.2",
"react-dom": "^18.2.0",
"react-is": "^17.0.0",
"resize-observer-polyfill": "^1.5.1",
"rimraf": "^2.6.3",
"rollup": "^2.26.3",
"rollup-plugin-peer-deps-external": "^2.2.2",
"rollup-plugin-typescript2": "^0.27.1",
"start-server-and-test": "^2.0.8",
"storybook": "^7.0.2",
"style-loader": "^0.23.1",
"styled-components": "^5.3.9",
"styled-system": "^5.1.5",
"ts-jest": "^26.5.2",
"ts-loader": "^6.0.2",
"typescript": "^4.2.1",
"webpack": "^5.78.0",
"webpack-cli": "^4.9.2"
},
"peerDependencies": {
"amazon-chime-sdk-js": "^3.23.0",
"react": "^17.0.1 || ^18.0.0",
"react-dom": "^17.0.1 || ^18.0.0",
"styled-components": "^5.0.0",
"styled-system": "^5.1.5"
},
"prettier": {
"singleQuote": true
}
}