75 lines
2.1 KiB
JSON
75 lines
2.1 KiB
JSON
{
|
|
"name": "npm-site",
|
|
"private": true,
|
|
"description": "Nuclear Physics Methods laboratory",
|
|
"version": "0.1.0",
|
|
"dependencies": {
|
|
"@types/bootstrap": "5.0.9",
|
|
"bootstrap": "4.6.0",
|
|
"gatsby": "3.1.1",
|
|
"gatsby-awesome-pagination": "0.3.6",
|
|
"gatsby-cli": "3.1.0",
|
|
"gatsby-plugin-catch-links": "3.1.0",
|
|
"gatsby-plugin-manifest": "3.1.0",
|
|
"gatsby-plugin-netlify-cms": "5.1.0",
|
|
"gatsby-plugin-react-helmet": "4.1.0",
|
|
"gatsby-plugin-react-intl": "3.0.0",
|
|
"gatsby-plugin-sharp": "3.1.1",
|
|
"gatsby-remark-images": "4.1.0",
|
|
"gatsby-remark-katex": "4.1.0",
|
|
"gatsby-remark-relative-images": "2.0.2",
|
|
"gatsby-source-filesystem": "3.1.0",
|
|
"gatsby-source-graphql": "3.1.0",
|
|
"gatsby-transformer-remark": "3.1.0",
|
|
"gatsby-transformer-sharp": "3.1.0",
|
|
"html-react-parser": "1.2.4",
|
|
"imagemin-pngquant": "9.0.2",
|
|
"jquery": "3.6.0",
|
|
"katex": "0.13.0",
|
|
"mini-css-extract-plugin": "1.3.9",
|
|
"ncp": "2.0.0",
|
|
"netlify-cms-app": "2.14.32",
|
|
"prop-types": "15.7.2",
|
|
"react": "17.0.2",
|
|
"react-bootstrap": "1.5.2",
|
|
"react-helmet": "6.1.0",
|
|
"redux": "4.0.5",
|
|
"typescript": "4.2.3",
|
|
"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.27.2",
|
|
"webpack-cli": "4.5.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"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mipt-npm/site"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mipt-npm/issues"
|
|
}
|
|
}
|