updated
This commit is contained in:
parent
5a3bf52ebb
commit
59ccec8ad3
3 changed files with 77 additions and 43 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@sanity/cli": "^0.140.17",
|
"@sanity/cli": "^0.141.6",
|
||||||
"lerna": "^3.13.1"
|
"lerna": "^3.13.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,42 +1,34 @@
|
||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "TestGatsbySanity-web",
|
"name": "TestGatsbySanity-web",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"author": "Sanity <hello@sanity.io>",
|
"author": "Sanity <hello@sanity.io>",
|
||||||
"scripts": {
|
"devDependencies": {
|
||||||
"build": "gatsby build",
|
"@sanity/block-content-to-react": "^2.0.6",
|
||||||
"clean-cache": "gatsby clean",
|
"@sanity/image-url": "^0.140.12",
|
||||||
"dev": "npm run clean-cache && gatsby develop",
|
"date-fns": "^1.30.1",
|
||||||
"lint": "eslint .",
|
"dotenv": "^8.0.0",
|
||||||
"format": "prettier-eslint --write \"**/*.js\" \"!.cache/**\" \"!node_modules/**\" \"!public/**\"",
|
"eslint": "^5.16.0",
|
||||||
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
|
"eslint-config-standard": "^12.0.0",
|
||||||
},
|
"eslint-config-standard-react": "^7.0.2",
|
||||||
"devDependencies": {
|
"eslint-plugin-import": "^2.17.2",
|
||||||
"@sanity/block-content-to-react": "^2.0.6",
|
"eslint-plugin-node": "^9.0.1",
|
||||||
"@sanity/image-url": "^0.140.12",
|
"eslint-plugin-promise": "^4.1.1",
|
||||||
"date-fns": "^1.30.1",
|
"eslint-plugin-react": "^7.13.0",
|
||||||
"dotenv": "^8.0.0",
|
"eslint-plugin-standard": "^4.0.0",
|
||||||
"eslint": "^5.16.0",
|
"gatsby": "^2.4.2",
|
||||||
"eslint-config-standard": "^12.0.0",
|
"gatsby-plugin-postcss": "^2.0.7",
|
||||||
"eslint-config-standard-react": "^7.0.2",
|
"gatsby-plugin-react-helmet": "^3.0.12",
|
||||||
"eslint-plugin-import": "^2.17.2",
|
"gatsby-source-sanity": "^4.0.1",
|
||||||
"eslint-plugin-node": "^9.0.1",
|
"postcss-import": "^12.0.1",
|
||||||
"eslint-plugin-promise": "^4.1.1",
|
"postcss-preset-env": "^6.6.0",
|
||||||
"eslint-plugin-react": "^7.13.0",
|
"prettier-eslint-cli": "^4.7.1",
|
||||||
"eslint-plugin-standard": "^4.0.0",
|
"react": "^16.8.6",
|
||||||
"gatsby": "^2.4.2",
|
"react-dom": "^16.8.6",
|
||||||
"gatsby-plugin-postcss": "^2.0.7",
|
"react-helmet": "^5.2.0",
|
||||||
"gatsby-plugin-react-helmet": "^3.0.12",
|
"rimraf": "^2.6.3"
|
||||||
"gatsby-source-sanity": "^4.0.1",
|
},
|
||||||
"postcss-import": "^12.0.1",
|
"dependencies": {
|
||||||
"postcss-preset-env": "^6.6.0",
|
"gatsby-image": "^2.0.41"
|
||||||
"prettier-eslint-cli": "^4.7.1",
|
}
|
||||||
"react": "^16.8.6",
|
}
|
||||||
"react-dom": "^16.8.6",
|
|
||||||
"react-helmet": "^5.2.0",
|
|
||||||
"rimraf": "^2.6.3"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"gatsby-image": "^2.0.41"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
||||||
42
web/package.json.lerna_backup
Normal file
42
web/package.json.lerna_backup
Normal file
|
|
@ -0,0 +1,42 @@
|
||||||
|
{
|
||||||
|
"private": true,
|
||||||
|
"name": "TestGatsbySanity-web",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"author": "Sanity <hello@sanity.io>",
|
||||||
|
"scripts": {
|
||||||
|
"build": "gatsby build",
|
||||||
|
"clean-cache": "gatsby clean",
|
||||||
|
"dev": "npm run clean-cache && gatsby develop",
|
||||||
|
"lint": "eslint .",
|
||||||
|
"format": "prettier-eslint --write \"**/*.js\" \"!.cache/**\" \"!node_modules/**\" \"!public/**\"",
|
||||||
|
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@sanity/block-content-to-react": "^2.0.6",
|
||||||
|
"@sanity/image-url": "^0.140.12",
|
||||||
|
"date-fns": "^1.30.1",
|
||||||
|
"dotenv": "^8.0.0",
|
||||||
|
"eslint": "^5.16.0",
|
||||||
|
"eslint-config-standard": "^12.0.0",
|
||||||
|
"eslint-config-standard-react": "^7.0.2",
|
||||||
|
"eslint-plugin-import": "^2.17.2",
|
||||||
|
"eslint-plugin-node": "^9.0.1",
|
||||||
|
"eslint-plugin-promise": "^4.1.1",
|
||||||
|
"eslint-plugin-react": "^7.13.0",
|
||||||
|
"eslint-plugin-standard": "^4.0.0",
|
||||||
|
"gatsby": "^2.4.2",
|
||||||
|
"gatsby-plugin-postcss": "^2.0.7",
|
||||||
|
"gatsby-plugin-react-helmet": "^3.0.12",
|
||||||
|
"gatsby-source-sanity": "^4.0.1",
|
||||||
|
"postcss-import": "^12.0.1",
|
||||||
|
"postcss-preset-env": "^6.6.0",
|
||||||
|
"prettier-eslint-cli": "^4.7.1",
|
||||||
|
"react": "^16.8.6",
|
||||||
|
"react-dom": "^16.8.6",
|
||||||
|
"react-helmet": "^5.2.0",
|
||||||
|
"rimraf": "^2.6.3"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"gatsby-image": "^2.0.41"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue