site/package.json
2021-02-05 13:41:12 +03:00

74 lines
2.1 KiB
JSON

{
"name": "npm-site",
"private": true,
"description": "Nuclear Physics Methods laboratory",
"version": "0.1.0",
"dependencies": {
"@types/bootstrap": "4.5.0",
"bootstrap": "4.5.3",
"gatsby": "2.30.3",
"gatsby-awesome-pagination": "0.3.6",
"gatsby-cli": "2.19.1",
"gatsby-plugin-catch-links": "2.8.0",
"gatsby-plugin-intl": "0.3.3",
"gatsby-plugin-manifest": "2.10.0",
"gatsby-plugin-netlify-cms": "4.8.0",
"gatsby-plugin-react-helmet": "3.8.0",
"gatsby-plugin-sharp": "2.12.2",
"gatsby-remark-images": "3.9.0",
"gatsby-remark-katex": "3.8.0",
"gatsby-remark-relative-images": "0.2.3",
"gatsby-source-filesystem": "2.9.1",
"gatsby-source-graphql": "2.12.0",
"gatsby-transformer-remark": "2.14.0",
"gatsby-transformer-sharp": "2.10.1",
"html-react-parser": "1.2.1",
"imagemin-pngquant": "9.0.1",
"jquery": "3.5.1",
"katex": "0.12.0",
"mini-css-extract-plugin": "1.3.4",
"ncp": "2.0.0",
"netlify-cms-app": "2.14.12",
"prop-types": "15.7.2",
"react": "17.0.1",
"react-bootstrap": "1.4.3",
"react-helmet": "6.1.0",
"redux": "4.0.5",
"typescript": "4.1.3",
"vertical-timeline-component-for-react": "1.0.7"
},
"devDependencies": {
"autoprefixer": "10.2.1",
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "7.0.0",
"file-loader": "6.2.0",
"html-webpack-plugin": "4.5.1",
"imagemin-webpack-plugin": "2.4.2",
"img-loader": "3.0.2",
"uglifyjs-webpack-plugin": "2.2.0",
"webpack": "4.44.1",
"webpack-cli": "3.3.12",
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/mipt-npm/site"
},
"bugs": {
"url": "https://github.com/mipt-npm/issues"
}
}