UNPKG

971 BJSONView Raw
1{
2 "name": "@blueprintjs/core",
3 "version": "1.1.0",
4 "description": "Core styles & components",
5 "main": "dist/index.js",
6 "typings": "dist/index.d.ts",
7 "style": "dist/blueprint.css",
8 "dependencies": {
9 "classnames": "^2.2",
10 "dom4": "^1.8",
11 "normalize.css": "4.1.1",
12 "pure-render-decorator": "^1.1",
13 "tether": "^1.2"
14 },
15 "peerDependencies": {
16 "react": "^15.0.1 || ^0.14",
17 "react-addons-css-transition-group": "^15.0.1 || ^0.14",
18 "react-dom": "^15.0.1 || ^0.14"
19 },
20 "devDependencies": {
21 "bourbon": "4.2.6",
22 "react": "15.4.0",
23 "react-addons-css-transition-group": "15.4.0",
24 "react-addons-test-utils": "15.4.0",
25 "react-dom": "15.4.0"
26 },
27 "repository": {
28 "type": "git",
29 "url": "git@github.com:palantir/blueprint.git"
30 },
31 "keywords": [
32 "palantir",
33 "blueprint",
34 "components",
35 "styles",
36 "theme",
37 "ui"
38 ],
39 "author": "Palantir Technologies",
40 "license": "BSD-3-Clause"
41}