focus-components-v3
Version:
Focus web components to build applications (based on Material Design)
144 lines (143 loc) • 4.19 kB
JSON
{
"name": "focus-components-v3",
"version": "3.3.3",
"description": "Focus web components to build applications (based on Material Design)",
"main": "index.js",
"scripts": {
"babelify": "better-npm-run babelify",
"bundle": "better-npm-run bundle",
"copy-sass": "node scripts/copy-css.js",
"build": "node scripts/mdl-variables-copy.js && better-npm-run babelify && node scripts/copy-css.js && better-npm-run bundle",
"test": "better-npm-run test",
"test:watch": "better-npm-run test-watch",
"postinstall": "node scripts/mdl-variables-copy.js",
"profile": "better-npm-run profile",
"fix-lint": "eslint --fix src/** || exit 0",
"prepublish": "npm run build"
},
"betterScripts": {
"babelify": {
"env": {
"BABEL_ENV": "production"
},
"command": "node scripts/babelify.js"
},
"bundle": {
"command": "webpack --progress",
"env": {
"DEV": false,
"NODE_ENV": "production",
"LIBRARY_NAME": "FocusComponents",
"MINIMIFY": false,
"PACKAGE_JSON_PATH": "../",
"BABEL_ENV": "production"
}
},
"profile": {
"command": "webpack --progress --json --profile > profile.json",
"env": {
"DEV": false,
"NODE_ENV": "production",
"LIBRARY_NAME": "FocusComponents",
"MINIMIFY": false,
"PACKAGE_JSON_PATH": "../"
}
},
"test": {
"command": "mocha src/**/__tests__/**/*.js",
"env": {
"BABEL_ENV": "production"
}
},
"test-watch": {
"command": "mocha src/**/__tests__/**/*.js -w",
"env": {
"BABEL_ENV": "production"
}
}
},
"babel": {
"presets": [
"focus"
]
},
"repository": {
"type": "git",
"url": "https://github.com/KleeGroup/focus-components.git"
},
"keywords": [
"react",
"material-design-lite",
"focus"
],
"author": "Focus team <focus@kleegroup.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/KleeGroup/focus-components/issues"
},
"homepage": "https://github.com/KleeGroup/focus-components",
"dependencies": {
"@types/react": "15.0.1",
"@types/react-transition-group": "1.1.0",
"closest": "0.0.1",
"react-transition-group": "1.1.3",
"react-date-picker": "^3.1.6"
},
"peerDependencies": {
"i18next": ">= 4.1.0",
"lodash": ">= 4.15.0",
"material-design-lite": "1.2.1",
"material-design-icons-iconfont": ">= 2.0.4",
"react": ">= 15.4.1",
"react-dom": ">= 15.4.1",
"react-router": ">= 2.8.1",
"moment": ">= 2.14.1"
},
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel": "^6.3.26",
"babel-cli": "^6.4.0",
"babel-core": "^6.4.0",
"babel-eslint": "4.1.3",
"babel-loader": "^6.2.1",
"babel-plugin-transform-react-remove-prop-types": "^0.2.9",
"babel-preset-focus": "^0.6.1",
"babel-runtime": "^6.3.19",
"better-npm-run": "0.0.5",
"chai": "^3.2.0",
"chai-subset": "^1.0.1",
"css-loader": "^0.19.0",
"enzyme": "^2.4.1",
"eslint": "^2.3.0",
"eslint-config-focus": "0.3.0",
"eslint-plugin-filenames": "0.1.1",
"eslint-plugin-react": "3.5.0",
"exports-loader": "^0.6.2",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"i18next": "^4.1.0",
"jsdom": "^9.5.0",
"json-loader": "^0.5.3",
"lodash": "^4.15.0",
"material-design-icons-iconfont": "^2.0.4",
"material-design-lite": "^1.2.1",
"mocha": "^2.2.5",
"moment": "^2.14.1",
"node-sass": "^3.3.3",
"react": "15.4.1",
"react-addons-test-utils": "15.4.1",
"react-dom": "15.4.1",
"react-hot-loader": "^1.3.0",
"react-router": "^2.8.1",
"sass-loader": "^2.0.1",
"shelljs": "^0.7.7",
"sinon": "^1.16.1",
"sinon-chai": "^2.8.0",
"source-map-loader": "^0.1.5",
"style-loader": "^0.12.4",
"url-loader": "^0.5.6",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1",
"webpack-focus": "^0.11.4"
}
}