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"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sanity/cli": "^0.140.17",
|
||||
"@sanity/cli": "^0.141.6",
|
||||
"lerna": "^3.13.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,42 +1,34 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
"private": true,
|
||||
"name": "TestGatsbySanity-web",
|
||||
"version": "1.0.0",
|
||||
"author": "Sanity <hello@sanity.io>",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
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