site/package.json

74 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": {
2020-08-24 14:46:46 +03:00
"@types/bootstrap": "^4.5.0",
"bootstrap": "^4.5.2",
"gatsby": "^2.24.47",
"gatsby-awesome-pagination": "^0.3.6",
"gatsby-cli": "^2.12.87",
"gatsby-plugin-catch-links": "^2.3.11",
"gatsby-plugin-intl": "^0.3.3",
"gatsby-plugin-manifest": "^2.4.23",
"gatsby-plugin-netlify-cms": "^4.3.11",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-sharp": "^2.6.27",
"gatsby-remark-images": "^3.3.25",
"gatsby-remark-katex": "^3.3.10",
2020-01-15 17:45:50 +03:00
"gatsby-remark-relative-images": "^0.2.3",
2020-08-24 14:46:46 +03:00
"gatsby-source-filesystem": "^2.3.24",
"gatsby-source-graphql": "^2.7.1",
"gatsby-transformer-remark": "^2.8.28",
"gatsby-transformer-sharp": "^2.5.13",
"html-react-parser": "^0.10.5",
2020-10-19 13:03:47 +03:00
"imagemin-pngquant": "^9.0.1",
2020-08-24 14:46:46 +03:00
"jquery": "^3.5.1",
"katex": "^0.10.2",
2020-03-22 22:13:40 +03:00
"mini-css-extract-plugin": "^0.9.0",
2020-08-24 14:46:46 +03:00
"ncp": "^2.0.0",
"netlify-cms-app": "^2.12.19",
2020-01-15 17:45:50 +03:00
"prop-types": "^15.7.2",
2020-08-24 14:46:46 +03:00
"react": "^16.13.1",
"react-bootstrap": "^1.3.0",
2020-01-23 22:15:34 +03:00
"react-helmet": "^5.2.1",
2020-08-24 14:46:46 +03:00
"redux": "^3.7.2",
"typescript": "^4.0.2",
"vertical-timeline-component-for-react": "^1.0.7"
2020-01-15 17:45:50 +03:00
},
"devDependencies": {
2020-08-24 14:46:46 +03:00
"autoprefixer": "^9.8.6",
2020-01-15 17:45:50 +03:00
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
2020-08-24 14:46:46 +03:00
"file-loader": "^5.1.0",
2020-01-15 17:45:50 +03:00
"html-webpack-plugin": "^3.2.0",
"imagemin-webpack-plugin": "^2.4.2",
"img-loader": "^3.0.1",
"uglifyjs-webpack-plugin": "^2.2.0",
2020-08-24 14:46:46 +03:00
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"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
}
}