forked from primer/octicons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.84 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
{
"name": "@primer/styled-octicons",
"version": "16.1.0",
"description": "A scalable set of icons handcrafted with <3 by GitHub.",
"homepage": "https://primer.style/octicons",
"author": "GitHub, Inc.",
"license": "MIT",
"main": "dist/index.umd.js",
"module": "dist/index.esm.js",
"sideEffects": false,
"types": "dist/index.d.ts",
"repository": "primer/octicons",
"files": [
"dist"
],
"scripts": {
"build": "script/build.js && npm run rollup && script/copy.sh",
"ts-test": "tsc -P ts-tests",
"test": "jest",
"posttest": "npm run ts-test",
"lint": "eslint src script",
"rollup": "rollup -c"
},
"keywords": [
"GitHub",
"icons",
"svg",
"octicons",
"react",
"primer"
],
"dependencies": {
"@styled-system/css": "^5.1.5",
"@styled-system/prop-types": "^5.1.5",
"@types/styled-system": "^5.1.9",
"@types/styled-system__css": "^5.0.8",
"styled-system": "^5.1.5"
},
"peerDependencies": {
"react": ">=15",
"styled-components": "4.x || 5.x"
},
"devDependencies": {
"@github/prettier-config": "0.0.4",
"@testing-library/jest-dom": "^5.3.0",
"@testing-library/react": "^10.0.2",
"@types/react": "^16.4.6",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^6.5.1",
"eslint-plugin-github": "4.1.3",
"eslint-plugin-jest": "^21.17.0",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.23.2",
"fs-extra": "^6.0.1",
"jest": "^23.2.0",
"jest-styled-components": "^7.0.2",
"next": "^11.1.0",
"react": "^16.4.0",
"react-dom": "^16.4.1",
"rollup": "^0.62.0",
"rollup-plugin-babel": "^3.0.5",
"rollup-plugin-commonjs": "^9.1.3",
"styled-components": "^5.1.0",
"typescript": "^3.7.5"
},
"engines": {
"node": ">=8"
}
}