UNPKG

generator-nikita

Version:

The yeoman generator for nikita kickstarter featuring Grunt, Webpack, Babel, twig, React, SASS, PostCSS, Jest, ESLint and stylelint.

91 lines (90 loc) 2.99 kB
{ "readmeFilename": "NIKITA-README.md", "engines" : { "node" : ">=8.12", "npm" : ">=6.4" }, "scripts": { "grunt": "grunt", "check-code": "grunt check-code", "generator": "npx -p yo -p generator-nikita@%VERSION% yo nikita" }, "pre-commit": "check-code", "pre-commit.silent": true, "dependencies": { "a11y-dialog": "5.3.1", "choices.js": "9.0.1", "classnames": "2.2.6", "custom-event-polyfill": "1.0.7", "date-fns": "2.12.0", "foundation-sites": "6.6.3", "lodash-es": "4.17.15", "node-jsb": "3.1.0", "node-logging-js": "1.2.0", "prop-types": "15.7.2", "react": "16.13.1", "react-a11y-dialog": "4.1.1", "react-dom": "16.13.1", "react-helmet-async": "1.0.5", "react-media": "1.10.0", "react-router-dom": "5.1.2", "react-select": "3.1.0", "react-waterfall": "4.0.4", "swiper": "4.5.1" }, "devDependencies": { "@babel/core": "7.9.6", "@babel/plugin-proposal-class-properties": "7.8.3", "@babel/plugin-transform-runtime": "7.9.6", "@babel/preset-env": "7.9.6", "@babel/preset-react": "7.9.4", "@babel/runtime": "7.9.6", "@lodder/grunt-postcss": "2.0.2", "autoprefixer": "9.7.6", "babel-eslint": "10.1.0", "babel-loader": "8.1.0", "core-js": "3.6.5", "dotenv-webpack": "1.7.0", "enzyme": "3.11.0", "ejs-webpack-loader": "2.2.2", "enzyme-adapter-react-16": "1.15.2", "eslint-config-nikita": "4.1.1", "eslint-config-nikita-react": "4.1.0", "eslint-plugin-import": "2.20.2", "eslint-plugin-jsx-a11y": "6.2.3", "eslint-plugin-promise": "4.2.1", "eslint-plugin-react": "7.19.0", "eslint-plugin-react-hooks": "3.0.0", "grunt": "1.1.0", "grunt-browser-sync": "2.2.0", "grunt-cli": "1.3.2", "grunt-concurrent": "3.0.0", "grunt-contrib-clean": "2.0.0", "grunt-contrib-htmlmin": "3.1.0", "grunt-contrib-imagemin": "4.0.0", "grunt-contrib-watch": "1.1.0", "grunt-eslint": "22.0.0", "grunt-gitinfo": "0.1.9", "grunt-real-favicon": "0.2.4", "grunt-sass": "3.1.0", "grunt-stylelint": "0.13.0", "grunt-twig-render": "1.8.3", "grunt-webpack": "3.1.3", "import-glob": "1.5.0", "jest-cli": "25.5.0", "jit-grunt": "0.10.0", "license-checker": "25.0.1", "load-grunt-config": "3.0.1", "node-sass": "4.14.0", "postcss-csso": "4.0.0", "pre-commit": "1.2.2", "stylelint": "12.0.0", "stylelint-config-nikita": "4.0.0", "stylelint-order": "3.1.1", "time-grunt": "1.4.0", "webpack": "4.41.2", "webpack-bundle-analyzer": "3.7.0", "xmldom": "0.1.27" }, "private": true }