{ "name": "npm-site", "private": true, "description": "Nuclear Physics Methods laboratory", "version": "0.1.0", "dependencies": { "@types/bootstrap": "^4.5.0", "bootstrap": "^4.5.2", "gatsby": "^2.24.47", "gatsby-awesome-pagination": "^0.3.6", "gatsby-cli": "^2.12.87", "gatsby-plugin-catch-links": "^2.3.11", "gatsby-plugin-intl": "^0.3.3", "gatsby-plugin-manifest": "^2.4.23", "gatsby-plugin-netlify-cms": "^4.3.11", "gatsby-plugin-react-helmet": "^3.3.10", "gatsby-plugin-sharp": "^2.6.27", "gatsby-remark-images": "^3.3.25", "gatsby-remark-katex": "^3.3.10", "gatsby-remark-relative-images": "^0.2.3", "gatsby-source-filesystem": "^2.3.24", "gatsby-source-graphql": "^2.7.1", "gatsby-transformer-remark": "^2.8.28", "gatsby-transformer-sharp": "^2.5.13", "html-react-parser": "^0.10.5", "imagemin-pngquant": "^9.0.1", "jquery": "^3.5.1", "katex": "^0.10.2", "mini-css-extract-plugin": "^0.9.0", "ncp": "^2.0.0", "netlify-cms-app": "^2.12.19", "prop-types": "^15.7.2", "react": "^16.13.1", "react-bootstrap": "^1.3.0", "react-helmet": "^5.2.1", "redux": "^3.7.2", "typescript": "^4.0.2", "vertical-timeline-component-for-react": "^1.0.7" }, "devDependencies": { "autoprefixer": "^9.8.6", "clean-webpack-plugin": "^3.0.0", "copy-webpack-plugin": "^5.1.1", "file-loader": "^5.1.0", "html-webpack-plugin": "^3.2.0", "imagemin-webpack-plugin": "^2.4.2", "img-loader": "^3.0.1", "uglifyjs-webpack-plugin": "^2.2.0", "webpack": "^4.44.1", "webpack-cli": "^3.3.12", "webpack-dev-server": "^3.11.0" }, "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" }, "repository": { "type": "git", "url": "https://github.com/mipt-npm/site" }, "bugs": { "url": "https://github.com/mipt-npm/issues" } }