rating-room/backend/package.json

39 lines
1.0 KiB
JSON

{
"name": "black-rail",
"private": true,
"version": "1.0.0",
"description": "Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte)",
"main": "package.json",
"author": "Zane Schaffer <mail@zane.wiki>",
"license": "UNLICENSED",
"scripts": {
"start": "sanity start",
"build": "sanity build"
},
"keywords": [
"sanity"
],
"dependencies": {
"@sanity/base": "^2.30.1",
"@sanity/client": "^3.3.2",
"@sanity/core": "^2.30.2",
"@sanity/default-layout": "^2.30.1",
"@sanity/default-login": "^2.30.1",
"@sanity/desk-tool": "^2.30.1",
"@sanity/eslint-config-studio": "^2.0.0",
"@sanity/vision": "^2.30.1",
"eslint": "^8.6.0",
"prop-types": "^15.7",
"react": "^17.0",
"react-dom": "^17.0",
"styled-components": "^5.2.0"
},
"repository": {
"type": "git",
"url": "git@github.com:zschaffer/rating-room.git"
},
"devDependencies": {
"@babel/preset-env": "^7.18.6"
}
}