{ "name": "npm-site", "private": true, "description": "Nuclear Physics Methods laboratory", "version": "0.1.0", "dependencies": { "@types/bootstrap": "^4.3.1", "bootstrap": "^4.4.1", "gatsby": "^2.18.12", "gatsby-awesome-pagination": "^0.3.5", "gatsby-cli": "^2.8.22", "gatsby-image": "^2.2.34", "gatsby-plugin-intl": "^0.3.2", "gatsby-plugin-manifest": "^2.2.31", "gatsby-plugin-netlify-cms": "^4.1.33", "gatsby-plugin-react-helmet": "^3.1.16", "gatsby-plugin-sharp": "^2.3.10", "gatsby-remark-images": "^3.1.39", "gatsby-remark-katex": "^3.1.20", "gatsby-remark-normalize-paths": "^1.0.0", "gatsby-remark-relative-images": "^0.2.3", "gatsby-source-filesystem": "^2.1.43", "gatsby-source-graphql": "^2.1.29", "gatsby-transformer-remark": "^2.6.45", "gatsby-transformer-sharp": "^2.3.7", "html-react-parser": "^0.10.2", "katex": "^0.10.0", "netlify-cms-app": "^2.10.1", "prop-types": "^15.7.2", "react": "^16.12.0", "react-bootstrap": "^1.0.0-beta.16", "react-dom": "^16.12.0", "react-helmet": "^5.2.1", "react-use": "^13.21.0", "vertical-timeline-component-for-react": "^1.0.6" }, "devDependencies": { "@types/jquery": "^3.3.31", "autoprefixer": "^9.7.3", "babel-loader": "^8.0.6", "clean-webpack-plugin": "^3.0.0", "copy-webpack-plugin": "^5.1.1", "css-loader": "^3.4.0", "file-loader": "^5.0.2", "html-webpack-plugin": "^3.2.0", "imagemin-webpack-plugin": "^2.4.2", "img-loader": "^3.0.1", "mini-css-extract-plugin": "^0.9.0", "node-sass": "^4.13.1", "optimize-css-assets-webpack-plugin": "^5.0.3", "postcss-loader": "^3.0.0", "prettier": "^1.19.1", "react-hot-loader": "^4.12.18", "sass-loader": "^8.0.0", "style-loader": "^1.1.2", "uglifyjs-webpack-plugin": "^2.2.0", "webpack": "^4.41.5", "webpack-cli": "^3.3.10", "webpack-dev-server": "^3.10.1" }, "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" } }