@blueprintjs/core
Version:
Core styles & components
80 lines (79 loc) • 2.62 kB
JSON
{
"name": "@blueprintjs/core",
"version": "1.35.5",
"description": "Core styles & components",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"typings": "dist/esm/index.d.ts",
"style": "dist/blueprint.css",
"unpkg": "dist/core.bundle.js",
"sideEffects": false,
"scripts": {
"compile": "npm-run-all -s compile:pre -p 'compile:*'",
"compile:pre": "generate-icons-source",
"compile:esm": "tsc -p ./src",
"compile:cjs": "tsc -p ./src/tsconfig.cjs.json",
"compile:css": "node-sass --importer ../../node_modules/node-sass-package-importer/dist/cli.js --recursive src --output dist/ --source-map true",
"clean": "rm -rf dist/*",
"dev": "npm-run-all -p 'compile:esm -- --watch' 'compile:css -- --watch'",
"dist": "npm-run-all -s 'dist:*'",
"dist:bundle": "NODE_ENV=production webpack",
"dist:variables": "generate-css-variables",
"dist:verify": "assert-package-layout",
"lint": "npm-run-all -p lint:stylelint lint:tslint",
"lint:stylelint": "stylelint -s scss 'src/**/*.scss'",
"lint:tslint": "tslint '{src,test}/**/*.{ts,tsx}' -c ../tslint-config -t codeFrame",
"lint-fix": "yarn lint:tslint --fix",
"test": "npm-run-all -s compile:pre compile:cjs test:pre -p test:karma test:iso",
"test:pre": "tsc -p ./test",
"test:karma": "karma start",
"test:iso": "mocha test/isotest.js",
"verify": "npm-run-all compile -p dist test lint"
},
"dependencies": {
"@types/dom4": "^1.5.20",
"@types/tether": "^1.1.27",
"classnames": "^2.2",
"dom4": "^1.8",
"normalize.css": "4.1.1",
"pure-render-decorator": "^1.1",
"tether": "^1.4",
"tslib": "^1.5.0"
},
"peerDependencies": {
"react": "^16.0.0 || ^15.0.1 || ^0.14",
"react-addons-css-transition-group": "^15.0.1 || ^0.14",
"react-dom": "^16.0.0 || ^15.0.1 || ^0.14"
},
"devDependencies": {
"@blueprintjs/karma-build-scripts": "^0.2.0",
"@blueprintjs/node-build-scripts": "^0.2.0",
"bourbon": "^4.3.4",
"enzyme": "~2.9.1",
"karma": "^1.7.1",
"mocha": "^4.0.1",
"node-sass": "^4.7.2",
"npm-run-all": "^4.1.1",
"react": "^15.6.1",
"react-addons-css-transition-group": "^15.6.1",
"react-dom": "^15.6.1",
"react-test-renderer": "^15.6.1",
"tslint": "^5.8.0",
"typescript": "~2.4.2",
"webpack": "^3.9.1"
},
"repository": {
"type": "git",
"url": "git@github.com:palantir/blueprint.git"
},
"keywords": [
"palantir",
"blueprint",
"components",
"styles",
"theme",
"ui"
],
"author": "Palantir Technologies",
"license": "Apache-2.0"
}