site/package.json

82 lines
2.4 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",
2021-10-31 16:20:14 +03:00
"version": "0.2.1",
2020-01-15 17:45:50 +03:00
"dependencies": {
2021-03-23 22:16:20 +03:00
"bootstrap": "4.6.0",
2021-03-29 18:26:28 +03:00
"breakpoints": "^0.0.0",
2021-04-03 22:11:37 +03:00
"gatsby": "^3.2.1",
2021-01-19 13:47:54 +03:00
"gatsby-awesome-pagination": "0.3.6",
2021-04-03 22:11:37 +03:00
"gatsby-cli": "^3.2.0",
"gatsby-plugin-catch-links": "^3.2.0",
"gatsby-plugin-manifest": "^3.2.0",
2021-03-23 22:16:20 +03:00
"gatsby-plugin-netlify-cms": "5.1.0",
"gatsby-plugin-react-helmet": "4.1.0",
2021-04-03 22:11:37 +03:00
"gatsby-plugin-react-intl": "^3.0.0",
2021-04-04 12:52:15 +03:00
"gatsby-plugin-sass": "^4.1.0",
2021-04-03 22:11:37 +03:00
"gatsby-plugin-sharp": "^3.2.0",
"gatsby-remark-images": "^4.2.0",
"gatsby-remark-katex": "^4.2.0",
"gatsby-remark-relative-images": "^2.0.2",
"gatsby-source-filesystem": "^3.2.0",
"gatsby-source-graphql": "^3.2.0",
"gatsby-transformer-remark": "^3.2.0",
"gatsby-transformer-sharp": "^3.2.0",
"html-react-parser": "^1.2.4",
2021-03-23 22:16:20 +03:00
"imagemin-pngquant": "9.0.2",
"jquery": "3.6.0",
2021-03-29 18:26:28 +03:00
"jquery.scrollex": "^0.2.1",
"jquery.scrolly": "^0.0.1",
2021-03-23 22:16:20 +03:00
"katex": "0.13.0",
"mini-css-extract-plugin": "1.3.9",
2021-01-19 13:47:54 +03:00
"ncp": "2.0.0",
2021-12-18 09:59:36 +03:00
"node-sass": "^6.0.0",
2022-12-21 16:19:49 +03:00
"node-scp": "0.0.15",
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",
2021-04-03 22:11:37 +03:00
"react-bootstrap": "^1.5.2",
"react-helmet": "^6.1.0",
2021-03-24 22:17:34 +03:00
"react-intl": "^5.13.5",
2021-03-28 21:32:20 +03:00
"react-scrollspy": "^3.4.3",
2021-03-29 18:26:28 +03:00
"redux": "4.0.5",
"smoothscroll-polyfill": "^0.4.4",
2022-12-21 16:19:49 +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-04-03 17:37:14 +03:00
"webpack": "^5.30.0",
"webpack-cli": "^4.6.0",
"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",
2021-10-31 16:20:14 +03:00
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"deploy": "node deploy.js"
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
}
}