2020-01-15 17:45:50 +03:00
|
|
|
{
|
2020-02-08 20:55:29 +03:00
|
|
|
"name": "npm-site",
|
2020-01-15 17:45:50 +03:00
|
|
|
"private": true,
|
2020-02-08 20:55:29 +03:00
|
|
|
"description": "Nuclear Physics Methods laboratory",
|
2020-01-15 17:45:50 +03:00
|
|
|
"version": "0.1.0",
|
|
|
|
"dependencies": {
|
2020-01-23 22:15:34 +03:00
|
|
|
"@types/bootstrap": "^4.3.1",
|
2020-01-15 17:45:50 +03:00
|
|
|
"bootstrap": "^4.4.1",
|
|
|
|
"gatsby": "^2.18.12",
|
2020-02-16 20:41:33 +03:00
|
|
|
"gatsby-awesome-pagination": "^0.3.5",
|
2020-06-25 11:49:12 +03:00
|
|
|
"gatsby-cli": "^2.12.51",
|
2020-02-18 23:26:17 +03:00
|
|
|
"gatsby-plugin-intl": "^0.3.2",
|
2020-01-15 17:45:50 +03:00
|
|
|
"gatsby-plugin-manifest": "^2.2.31",
|
|
|
|
"gatsby-plugin-netlify-cms": "^4.1.33",
|
2020-03-22 22:13:40 +03:00
|
|
|
"gatsby-plugin-react-helmet": "^3.2.0",
|
2020-01-15 17:45:50 +03:00
|
|
|
"gatsby-plugin-sharp": "^2.3.10",
|
|
|
|
"gatsby-remark-images": "^3.1.39",
|
|
|
|
"gatsby-remark-katex": "^3.1.20",
|
|
|
|
"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",
|
2020-03-21 22:53:30 +03:00
|
|
|
"html-react-parser": "^0.10.2",
|
2020-01-15 17:45:50 +03:00
|
|
|
"katex": "^0.10.0",
|
2020-03-22 22:13:40 +03:00
|
|
|
"mini-css-extract-plugin": "^0.9.0",
|
2020-01-15 17:45:50 +03:00
|
|
|
"netlify-cms-app": "^2.10.1",
|
|
|
|
"prop-types": "^15.7.2",
|
|
|
|
"react": "^16.12.0",
|
2020-01-23 22:15:34 +03:00
|
|
|
"react-bootstrap": "^1.0.0-beta.16",
|
|
|
|
"react-helmet": "^5.2.1",
|
2020-02-16 20:41:33 +03:00
|
|
|
"vertical-timeline-component-for-react": "^1.0.6"
|
2020-01-15 17:45:50 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"autoprefixer": "^9.7.3",
|
|
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
|
|
"copy-webpack-plugin": "^5.1.1",
|
|
|
|
"file-loader": "^5.0.2",
|
|
|
|
"html-webpack-plugin": "^3.2.0",
|
|
|
|
"imagemin-webpack-plugin": "^2.4.2",
|
|
|
|
"img-loader": "^3.0.1",
|
|
|
|
"uglifyjs-webpack-plugin": "^2.2.0",
|
2020-03-22 22:13:40 +03:00
|
|
|
"webpack": "^4.42.0",
|
2020-01-15 17:45:50 +03:00
|
|
|
"webpack-cli": "^3.3.10",
|
2020-06-25 11:49:12 +03:00
|
|
|
"webpack-dev-server": "^3.11.0"
|
2020-01-15 17:45:50 +03:00
|
|
|
},
|
|
|
|
"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",
|
2020-03-21 22:53:30 +03:00
|
|
|
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
|
2020-01-15 17:45:50 +03:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-02-08 20:55:29 +03:00
|
|
|
"url": "https://github.com/mipt-npm/site"
|
2020-01-15 17:45:50 +03:00
|
|
|
},
|
|
|
|
"bugs": {
|
2020-02-08 20:55:29 +03:00
|
|
|
"url": "https://github.com/mipt-npm/issues"
|
2020-01-15 17:45:50 +03:00
|
|
|
}
|
|
|
|
}
|