site/package.json

77 lines
2.2 KiB
JSON
Raw Normal View History

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": {
2021-03-23 22:16:20 +03:00
"@types/bootstrap": "5.0.9",
"bootstrap": "4.6.0",
"gatsby": "3.1.1",
2021-01-19 13:47:54 +03:00
"gatsby-awesome-pagination": "0.3.6",
2021-03-23 22:16:20 +03:00
"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",
2021-03-24 22:17:34 +03:00
"gatsby-plugin-ts": "^2.7.1",
2021-03-23 22:16:20 +03:00
"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",
2021-01-19 13:47:54 +03:00
"ncp": "2.0.0",
2021-03-23 22:16:20 +03:00
"netlify-cms-app": "2.14.32",
2021-01-19 13:47:54 +03:00
"prop-types": "15.7.2",
2021-03-23 22:16:20 +03:00
"react": "17.0.2",
"react-bootstrap": "1.5.2",
2021-01-19 13:47:54 +03:00
"react-helmet": "6.1.0",
2021-03-24 22:17:34 +03:00
"react-intl": "^5.13.5",
2021-01-19 13:47:54 +03:00
"redux": "4.0.5",
2021-03-24 22:17:34 +03:00
"typescript": "^4.2.3",
2021-01-19 13:47:54 +03:00
"vertical-timeline-component-for-react": "1.0.7"
2020-01-15 17:45:50 +03:00
},
"devDependencies": {
2021-03-23 22:16:20 +03:00
"autoprefixer": "10.2.5",
2021-01-19 13:47:54 +03:00
"clean-webpack-plugin": "3.0.0",
2021-03-23 22:16:20 +03:00
"copy-webpack-plugin": "8.1.0",
2021-01-19 13:47:54 +03:00
"file-loader": "6.2.0",
2021-03-23 22:16:20 +03:00
"html-webpack-plugin": "5.3.1",
2021-01-19 13:47:54 +03:00
"imagemin-webpack-plugin": "2.4.2",
"img-loader": "3.0.2",
2021-03-23 22:16:20 +03:00
"react-dom": "^17.0.2",
2021-01-19 13:47:54 +03:00
"uglifyjs-webpack-plugin": "2.2.0",
2021-03-23 22:16:20 +03:00
"webpack": "5.27.2",
"webpack-cli": "4.5.0",
2021-01-19 13:47:54 +03:00
"webpack-dev-server": "3.11.2"
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
}
}