react-toolbox/package.json

121 lines
3.7 KiB
JSON
Raw Normal View History

2015-05-28 18:20:28 +03:00
{
2015-09-22 10:25:15 +03:00
"name": "react-toolbox",
"description": "A set of React components implementing Google's Material Design specification with the power of CSS Modules.",
2016-03-07 11:53:50 +03:00
"homepage": "http://www.react-toolbox.com",
2016-10-12 18:12:48 +03:00
"version": "1.2.3",
2016-03-07 11:53:50 +03:00
"main": "./lib",
"author": {
"name": "React Toolbox Team",
"url": "http://github.com/react-toolbox"
},
2015-10-19 22:48:31 +03:00
"contributors": [
{
"name": "Javi Jimenez Villar",
2016-03-07 11:53:50 +03:00
"email": "javi.jimenez.villar@gmail.com",
"url": "http://soyjavi.com/"
},
{
"name": "Javi Velasco Arjona",
2016-03-07 11:53:50 +03:00
"email": "javier.velasco86@gmail.com",
"url": "http://javivelasco.com/"
}
2015-10-19 22:48:31 +03:00
],
2016-03-07 11:53:50 +03:00
"repository": {
"type": "git",
"url": "git+https://github.com/react-toolbox/react-toolbox.git"
2015-06-13 14:18:31 +03:00
},
2015-09-22 10:25:15 +03:00
"bugs": {
2016-09-03 17:46:53 +03:00
"email": "issues@react-toolbox.com",
"url": "https://github.com/react-toolbox/react-toolbox/issues"
2015-06-20 09:29:43 +03:00
},
2015-09-22 10:25:15 +03:00
"keywords": [
2016-03-07 11:53:50 +03:00
"components",
"material design",
2015-09-22 10:25:15 +03:00
"react",
"react-component",
2016-03-07 11:53:50 +03:00
"toolkit"
2015-09-22 10:25:15 +03:00
],
2016-03-07 11:53:50 +03:00
"dependencies": {
"classnames": "~2.2.5",
"core-js": "~2.4.0",
2016-10-22 18:25:37 +03:00
"normalize.css": "~4.2.0",
2016-10-08 13:40:55 +03:00
"react-css-themr": "~1.4.1"
2015-05-28 18:20:28 +03:00
},
"devDependencies": {
"autoprefixer": "~6.5.1",
"babel-cli": "~6.16.0",
"babel-core": "~6.17.0",
"babel-eslint": "~7.0.0",
"babel-loader": "~6.2.4",
"babel-plugin-react-transform": "~2.0.2",
"babel-polyfill": "~6.16.0",
"babel-preset-es2015": "~6.16.0",
"babel-preset-react": "~6.16.0",
"babel-preset-stage-0": "~6.16.0",
"cpx": "~1.5.0",
"cross-env": "~3.1.3",
"css-loader": "~0.25.0",
"eslint": "~3.8.1",
"eslint-import-resolver-webpack": "^0.6.0",
"eslint-plugin-babel": "~3.3.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "~6.4.1",
"expect": "~1.20.1",
"express": "~4.14.0",
"extract-text-webpack-plugin": "~1.0.1",
2016-08-24 10:51:21 +03:00
"git-dirty": "~1.0.2",
"glob": "~7.1.1",
"immutability-helper": "~2.0.0",
"karma": "~1.3.0",
"karma-cli": "~1.0.0",
"karma-mocha": "~1.2.0",
"karma-phantomjs-launcher": "~1.0.0",
"karma-webpack": "~1.8.0",
"mocha": "~3.1.2",
"node-sass": "~3.10.1",
"phantomjs-prebuilt": "~2.1.7",
"postcss-loader": "~1.0.0",
"react": "~15.3.0",
"react-addons-css-transition-group": "~15.3.0",
"react-addons-test-utils": "~15.3.0",
"react-dom": "~15.3.0",
"react-transform-catch-errors": "~1.0.2",
"react-transform-hmr": "~1.0.4",
"redbox-react": "~1.3.2",
"rimraf": "~2.5.2",
"sass-lint": "1.9.1",
"sass-loader": "~4.0.0",
"sinon": "^2.0.0-pre.2",
"style-loader": "~0.13.1",
"webpack": "~1.13.0",
"webpack-dev-middleware": "~1.8.4",
"webpack-hot-middleware": "~2.13.0"
2015-06-20 09:29:43 +03:00
},
2016-03-07 11:53:50 +03:00
"scripts": {
"babel": "babel ./components --out-dir ./lib",
"build": "cross-env NODE_ENV=production npm run babel && npm run sass && npm run tsd",
2016-03-07 11:53:50 +03:00
"clean": "rimraf ./lib",
2016-04-10 13:20:30 +03:00
"lint": "npm run lint:js && npm run lint:scss",
2016-04-10 22:04:49 +03:00
"lint:js": "eslint ./ --ext .js",
2016-04-10 13:20:30 +03:00
"lint:scss": "sass-lint ./components/**/*.scss -v -i ./components/slider/style.scss",
2016-03-07 11:53:50 +03:00
"patch": "bumped release patch",
"prebuild": "npm run clean",
"prepublish": "npm run build",
"release": "bumped release",
"sass": "cpx \"./components/**/*.scss\" ./lib",
2016-03-07 11:53:50 +03:00
"start": "cross-env NODE_ENV=development UV_THREADPOOL_SIZE=100 node ./server",
"test": "cross-env NODE_ENV=test karma start",
2016-07-10 17:58:36 +03:00
"test:watch": "cross-env NODE_ENV=test karma start --no-single-run",
"tsd": "cpx \"./components/**/*.d.ts\" ./lib"
2016-03-07 11:53:50 +03:00
},
"license": "MIT",
"peerDependencies": {
"classnames": "~2.2.0",
"immutability-helper": "~2.0.0",
"react": "~0.14 || ~15.3.0",
"react-addons-css-transition-group": "~0.14.0 || ~15.3.0",
"react-dom": "~0.14.0 || ~15.3.0"
}
2015-05-28 18:20:28 +03:00
}