77 lines
2.6 KiB
JSON
77 lines
2.6 KiB
JSON
{
|
|
"_from": "babel-preset-gatsby@^0.2.8",
|
|
"_id": "babel-preset-gatsby@0.2.8",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-Cks3TRbx0CvjwW25noYZwideKp/gH8RJypuwd8gJ/Y1JDXrE7Vnjkvct6QH61XLcX7QIkRoissvOt1QqNWyaIg==",
|
|
"_location": "/babel-preset-gatsby",
|
|
"_phantomChildren": {
|
|
"babel-plugin-syntax-dynamic-import": "6.18.0"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "babel-preset-gatsby@^0.2.8",
|
|
"name": "babel-preset-gatsby",
|
|
"escapedName": "babel-preset-gatsby",
|
|
"rawSpec": "^0.2.8",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.2.8"
|
|
},
|
|
"_requiredBy": [
|
|
"/gatsby"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-0.2.8.tgz",
|
|
"_shasum": "976adb62bcf73f1a53374deb3a3a37b8880d5745",
|
|
"_spec": "babel-preset-gatsby@^0.2.8",
|
|
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby",
|
|
"author": {
|
|
"name": "Philipp Spiess",
|
|
"email": "hello@philippspiess.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/gatsbyjs/gatsby/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
|
|
"@babel/plugin-transform-runtime": "^7.0.0",
|
|
"@babel/plugin-transform-spread": "^7.2.2",
|
|
"@babel/preset-env": "^7.4.1",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@babel/runtime": "^7.4.5",
|
|
"babel-plugin-dynamic-import-node": "^1.2.0",
|
|
"babel-plugin-macros": "^2.4.2",
|
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.24"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Gatsby uses the phenomenal project [Babel](https://babeljs.io/) to enable support for writing modern JavaScript — while still supporting older browsers. This package contains the default Babel setup for all Gatsby projects.",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.0.0",
|
|
"babel-preset-gatsby-package": "^0.2.2",
|
|
"cross-env": "^5.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"gitHead": "36a90305b5b33c1e66306caf4d94525f92233855",
|
|
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-preset-gatsby#readme",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "babel-preset-gatsby",
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gatsbyjs/gatsby.git",
|
|
"directory": "packages/babel-preset-gatsby"
|
|
},
|
|
"scripts": {
|
|
"build": "babel src --out-dir . --ignore **/__tests__",
|
|
"prepare": "cross-env NODE_ENV=production npm run build",
|
|
"watch": "babel -w src --out-dir . --ignore **/__tests__"
|
|
},
|
|
"version": "0.2.8"
|
|
}
|