forked from primer/react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
151 lines (151 loc) · 4.5 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
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"name": "@primer/components",
"version": "28.3.2",
"description": "Primer react components",
"main": "lib/index.js",
"module": "lib-esm/index.js",
"typings": "lib/index.d.ts",
"sideEffects": [
"(lib|lib-esm)/behaviors/focusZone.js",
"(lib|lib-esm)/behaviors/focusTrap.js"
],
"scripts": {
"setup": "./script/setup",
"build": "./script/build",
"start": "concurrently npm:start:*",
"start:docs": "cd docs && npm run develop",
"start:storybook": "start-storybook -p 6006",
"lint": "eslint '**/*.{js,ts,tsx}'",
"lint:fix": "npm run lint -- --fix",
"test": "jest",
"test:update": "npm run test -- --updateSnapshot",
"release": "npm run build && changeset publish",
"size": "size-limit"
},
"repository": "primer/react",
"keywords": [
"react",
"components",
"library",
"design-system"
],
"files": [
"codemods",
"dist",
"lib",
"lib-esm",
"index.d.ts",
"!lib/__tests__",
"!lib/stories",
"!lib-esm/__tests__",
"!lib-esm/stories"
],
"author": "GitHub, Inc.",
"license": "MIT",
"dependencies": {
"@primer/octicons-react": "^13.0.0",
"@primer/primitives": "4.5.1",
"@styled-system/css": "5.1.5",
"@styled-system/props": "5.1.5",
"@styled-system/theme-get": "5.1.2",
"@types/history": "4.7.8",
"@types/styled-components": "5.1.11",
"@types/styled-system": "5.1.12",
"@types/styled-system__css": "5.0.15",
"@types/styled-system__theme-get": "5.0.1",
"classnames": "2.3.1",
"deepmerge": "4.2.2",
"focus-visible": "5.2.0",
"styled-system": "5.1.5"
},
"devDependencies": {
"@babel/cli": "7.14.5",
"@babel/core": "7.14.8",
"@babel/eslint-parser": "7.14.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.14.5",
"@babel/plugin-proposal-optional-chaining": "7.14.5",
"@babel/plugin-transform-modules-commonjs": "7.14.5",
"@babel/preset-react": "7.14.5",
"@babel/preset-typescript": "7.14.5",
"@changesets/changelog-github": "0.4.0",
"@changesets/cli": "2.16.0",
"@github/prettier-config": "0.0.4",
"@rollup/plugin-commonjs": "19.0.0",
"@rollup/plugin-node-resolve": "13.0.0",
"@size-limit/preset-big-lib": "5.0.2",
"@storybook/addon-a11y": "6.3.4",
"@storybook/addon-actions": "^6.2.9",
"@storybook/addon-essentials": "6.2.9",
"@storybook/addon-links": "^6.2.9",
"@storybook/react": "6.2.9",
"@testing-library/dom": "7.31.2",
"@testing-library/react": "11.2.7",
"@testing-library/react-hooks": "7.0.0",
"@testing-library/user-event": "13.1.9",
"@types/chroma-js": "2.1.3",
"@types/enzyme": "3.10.9",
"@types/jest": "26.0.23",
"@types/jest-axe": "3.5.1",
"@types/lodash.isempty": "4.4.6",
"@types/lodash.isobject": "3.0.6",
"@typescript-eslint/eslint-plugin": "4.26.1",
"@typescript-eslint/parser": "4.26.1",
"@wojtekmaj/enzyme-adapter-react-17": "0.6.3",
"babel-core": "7.0.0-bridge.0",
"babel-loader": "^8.2.2",
"babel-plugin-add-react-displayname": "0.0.5",
"babel-plugin-macros": "3.1.0",
"babel-plugin-preval": "5.0.0",
"babel-plugin-styled-components": "1.12.0",
"babel-plugin-transform-replace-expressions": "0.2.0",
"babel-polyfill": "6.26.0",
"chroma-js": "2.1.2",
"concurrently": "6.2.0",
"copyfiles": "2.4.1",
"cross-env": "7.0.3",
"enzyme": "3.11.0",
"eslint": "7.28.0",
"eslint-plugin-github": "4.1.3",
"eslint-plugin-jest": "24.3.6",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-react": "7.24.0",
"eslint-plugin-react-hooks": "4.2.0",
"jest": "27.0.4",
"jest-axe": "5.0.1",
"jest-styled-components": "6.3.4",
"jscodeshift": "0.13.0",
"lodash.isempty": "4.4.0",
"lodash.isobject": "3.0.2",
"prettier": "2.3.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-test-renderer": "17.0.2",
"rollup": "2.51.2",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-visualizer": "5.5.0",
"semver": "7.3.5",
"size-limit": "5.0.2",
"styled-components": "4.4.1",
"typescript": "4.2.2"
},
"peerDependencies": {
"react": "^17.0.0",
"react-dom": "^17.0.0",
"styled-components": "4.x || 5.x"
},
"prettier": "@github/prettier-config",
"size-limit": [
{
"path": "dist/browser.esm.js",
"webpack": false,
"running": false
},
{
"path": "dist/browser.umd.js",
"webpack": false,
"running": false
}
]
}