-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 1.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
{
"name": "@compositor/kit",
"description": "Components for development environments, style guides, and demos",
"author": "Compositor",
"version": "1.0.47",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"start": "kit examples",
"test": "jest",
"build": "babel src -d dist",
"clean": "rm -rf dist",
"prepare": "npm run clean && npm run build"
},
"repository": "c8r/kit",
"keywords": [
"styleguide",
"design",
"system",
"react",
"compositor",
"lab",
"kit"
],
"license": "MIT",
"dependencies": {
"@compositor/webfont": "^1.0.37",
"@mdx-js/mdx": "^0.9.0",
"@mdx-js/tag": "^0.7.2",
"buble": "^0.19.3",
"chroma-js": "^1.3.6",
"colorable": "^1.0.5",
"get-contrast": "^2.0.0",
"gray-matter": "^4.0.1",
"isomorphic-fetch": "^2.2.1",
"nano-style": "^1.0.0",
"prop-types": "^15.6.1",
"ramda": "^0.25.0",
"react-dom": "^16.0.0",
"react-live": "^1.10.1",
"react-router-dom": "^4.3.1",
"styled-system": "^2.2.1"
},
"devDependencies": {
"@compositor/kit-cli": "^1.0.47",
"babel-cli": "^6.26.0",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"jest": "^23.0.1",
"react": "^16.4.0",
"react-testing-library": "^3.1.3",
"rebass": "^2.0.0-0",
"sinon": "^5.0.10",
"styled-components": "^3.3.2"
},
"peerDependencies": {
"styled-components": ">=2.0.0 || >=3.0.0"
},
"publishConfig": {
"access": "public"
},
"ava": {
"require": [
"babel-register"
],
"babel": "inherit"
},
"jest": {
"testURL": "http://localhost"
}
}