43 lines
No EOL
1.3 KiB
JSON
43 lines
No EOL
1.3 KiB
JSON
{
|
|
"private": true,
|
|
"name": "TestGatsbySanity-studio",
|
|
"version": "1.0.0",
|
|
"main": "package.json",
|
|
"author": "Sanity <hello@sanity.io>",
|
|
"scripts": {
|
|
"dev": "sanity start",
|
|
"format": "prettier-eslint --write \"**/*.js\" \"!node_modules/**\"",
|
|
"build": "sanity build",
|
|
"graphql-deploy": "sanity graphql deploy --playground",
|
|
"lint": "eslint .",
|
|
"test": "sanity check"
|
|
},
|
|
"dependencies": {
|
|
"@sanity/base": "^0.140.17",
|
|
"@sanity/cli": "^0.140.17",
|
|
"@sanity/components": "^0.140.20",
|
|
"@sanity/core": "^0.140.20",
|
|
"@sanity/dashboard": "^0.140.19",
|
|
"@sanity/default-layout": "^0.140.20",
|
|
"@sanity/default-login": "^0.140.15",
|
|
"@sanity/desk-tool": "^0.140.20",
|
|
"date-fns": "^1.30.1",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6",
|
|
"sanity-plugin-dashboard-widget-document-list": "^0.0.8",
|
|
"sanity-plugin-dashboard-widget-netlify": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^10.0.1",
|
|
"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",
|
|
"prettier-eslint-cli": "^4.7.1"
|
|
}
|
|
} |