forked from primer/react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
102 lines (102 loc) · 2.79 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
{
"name": "@primer/components",
"version": "14.4.0",
"description": "Primer react components",
"main": "dist/index.umd.js",
"module": "dist/index.esm.js",
"typings": "index.d.ts",
"scripts": {
"start": "cd docs && npm run develop",
"predist": "rm -rf dist",
"dist": "NODE_ENV=production rollup -c",
"prepublishOnly": "npm run dist",
"lint": "eslint src docs/components",
"test": "jest -- src",
"watch": "jest --watch --no-coverage"
},
"repository": "primer/components",
"keywords": [
"react",
"components",
"library",
"design-system"
],
"files": [
"css.js",
"codemods",
"dist",
"src",
"index.d.ts",
"!src/__tests__",
"!src/utils"
],
"author": "GitHub, Inc.",
"license": "MIT",
"dependencies": {
"@babel/polyfill": "7.4.4",
"@primer/octicons-react": "^9.1.1",
"@reach/dialog": "0.2.9",
"@styled-system/prop-types": "5.0.5",
"@styled-system/theme-get": "5.0.5",
"@types/styled-system": "5.1.1",
"babel-plugin-macros": "2.4.2",
"classnames": "^2.2.5",
"details-element-polyfill": "2.4.0",
"nanoid": "2.0.0",
"primer-colors": "1.0.1",
"primer-markdown": "3.7.9",
"primer-typography": "1.0.1",
"react": "^16.8.0",
"react-bodymovin": "2.0.0",
"react-dom": "^16.8.1",
"react-is": "16.8.6",
"styled-system": "5.0.5"
},
"devDependencies": {
"@babel/cli": "7.5.5",
"@babel/core": "7.5.5",
"@babel/plugin-proposal-object-rest-spread": "7.5.5",
"@babel/preset-env": "7.5.5",
"@babel/preset-react": "7.0.0",
"@mdx-js/loader": "0.15.0",
"@mdx-js/mdx": "0.15.0",
"@mdx-js/tag": "0.15.0",
"@svgr/webpack": "2.4.1",
"babel-core": "7.0.0-bridge.0",
"babel-plugin-add-react-displayname": "0.0.5",
"babel-plugin-styled-components": "1.10.0",
"enzyme": "3.10.0",
"enzyme-adapter-react-16": "1.5.0",
"eslint": "4.19.1",
"eslint-plugin-github": "1.0.0",
"eslint-plugin-jest": "21.15.1",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-react": "7.8.2",
"fs-extra": "7.0.0",
"globby": "8.0.1",
"jest": "25.0.0",
"jest-styled-components": "6.3.1",
"jscodeshift": "0.6.4",
"mdx-live": "2.0.0-alpha.2",
"node-sass": "4.9.3",
"primer-forms": "2.1.4",
"primer-layout": "1.4.9",
"primer-module-build": "1.0.5",
"primer-navigation": "1.5.7",
"primer-tooltips": "1.5.7",
"primer-utilities": "4.12.0",
"raw-loader": "0.5.1",
"raw.macro": "0.3.0",
"react-router-dom": "^4.3.1",
"react-test-renderer": "16.8.1",
"rollup": "0.62.0",
"rollup-plugin-babel": "4.0.0-beta.8",
"rollup-plugin-commonjs": "9.1.3",
"sass.macro": "0.1.0",
"styled-components": "4.1.2"
},
"peerDependencies": {
"react": "^16.8.0",
"styled-components": "4.x"
}
}