{ "name": "npm-site", "private": true, "description": "Nuclear Physics Methods laboratory", "version": "0.2.1", "dependencies": { "bootstrap": "4.6.0", "breakpoints": "^0.0.0", "gatsby": "^3.2.1", "gatsby-awesome-pagination": "0.3.6", "gatsby-cli": "^3.2.0", "gatsby-plugin-catch-links": "^3.2.0", "gatsby-plugin-manifest": "^3.2.0", "gatsby-plugin-netlify-cms": "5.1.0", "gatsby-plugin-react-helmet": "4.1.0", "gatsby-plugin-react-intl": "^3.0.0", "gatsby-plugin-sass": "^4.1.0", "gatsby-plugin-sharp": "^3.2.0", "gatsby-remark-images": "^4.2.0", "gatsby-remark-katex": "^4.2.0", "gatsby-remark-relative-images": "^2.0.2", "gatsby-source-filesystem": "^3.2.0", "gatsby-source-graphql": "^3.2.0", "gatsby-transformer-remark": "^3.2.0", "gatsby-transformer-sharp": "^3.2.0", "html-react-parser": "^1.2.4", "imagemin-pngquant": "9.0.2", "jquery": "3.6.0", "jquery.scrollex": "^0.2.1", "jquery.scrolly": "^0.0.1", "katex": "0.13.0", "mini-css-extract-plugin": "1.3.9", "ncp": "2.0.0", "node-sass": "^6.0.0", "node-scp": "0.0.15", "prop-types": "15.7.2", "react": "17.0.2", "react-bootstrap": "^1.5.2", "react-helmet": "^6.1.0", "react-intl": "^5.13.5", "react-scrollspy": "^3.4.3", "redux": "4.0.5", "smoothscroll-polyfill": "^0.4.4", "vertical-timeline-component-for-react": "1.0.7" }, "devDependencies": { "autoprefixer": "10.2.5", "clean-webpack-plugin": "3.0.0", "copy-webpack-plugin": "8.1.0", "file-loader": "6.2.0", "html-webpack-plugin": "5.3.1", "imagemin-webpack-plugin": "2.4.2", "img-loader": "3.0.2", "react-dom": "^17.0.2", "uglifyjs-webpack-plugin": "2.2.0", "webpack": "^5.30.0", "webpack-cli": "^4.6.0", "webpack-dev-server": "^3.11.2" }, "keywords": [ "gatsby" ], "license": "MIT", "scripts": { "build": "gatsby build", "develop": "gatsby develop", "format": "prettier --write \"**/*.{js,jsx,json,md}\"", "start": "npm run develop", "serve": "gatsby serve", "clean": "gatsby clean", "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1", "deploy": "node deploy.js" }, "repository": { "type": "git", "url": "https://github.com/mipt-npm/site" }, "bugs": { "url": "https://github.com/mipt-npm/issues" } }