UNPKG

primereact

Version:

[![Join the chat at https://gitter.im/primefaces/primereact](https://badges.gitter.im/primefaces/primereact.svg)](https://gitter.im/primefaces/primereact?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

57 lines (56 loc) 1.99 kB
{ "name": "primereact", "version": "1.6.1", "homepage": "https://www.primefaces.org/primereact", "repository": { "type": "git", "url": "https://github.com/primefaces/primereact.git" }, "license": "MIT", "devDependencies": { "babel-cli": "^6.24.0", "babel-preset-es2015": "^6.24.0", "babel-preset-react": "^6.23.0", "babel-preset-stage-0": "^6.22.0", "babel-polyfill": "^6.26.0", "del": "^2.2.0", "gulp": "^3.9.1", "gulp-concat": "^2.6.0", "gulp-flatten": "^0.2.0", "gulp-rename": "^1.2.2", "gulp-uglify": "^1.5.3", "gulp-uglifycss": "^1.0.6", "react-scripts": "1.0.11", "axios": "^0.15.3", "chart.js": "2.7.1", "classnames": "^2.2.5", "font-awesome": "^4.7.0", "fullcalendar": "^3.1.0", "quill": "1.3.3", "highlight.js": "^9.12.0", "jquery": "^3.1.1", "moment": "^2.17.1", "nanoscroller": "^0.8.7", "prop-types": "^15.5.0", "primeicons": "1.0.0-beta.8", "react": "^16.0.0", "react-dom": "^16.0.0", "react-router-dom": "^4.2.2", "react-transition-group": "^2.2.1", "node-sass-chokidar": "^1.3.0", "npm-run-all": "^4.1.3" }, "scripts": { "build-css": "node-sass-chokidar src/sass/ -o src/sass/ | node-sass-chokidar public/resources/themes/ -o public/resources/themes/", "watch-css": "npm run build-css && node-sass-chokidar src/sass/ -o src/sass/ --watch --recursive | node-sass-chokidar public/resources/themes/ -o public/resources/themes/ --watch --recursive", "gulp-build": "gulp build", "start-js": "react-scripts start", "start": "npm-run-all -p watch-css gulp-build start-js ", "build-js": "react-scripts build", "build": "npm-run-all build-css gulp-build build-js", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject", "compile-components": "babel src/components --out-dir components --presets es2015,react,stage-0 --copy-files", "build-resources": "gulp prepublish" } }