-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.07 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"private": true,
"name": "@bjerk/studio",
"version": "1.0.0",
"license": "UNLICENSED",
"main": "package.json",
"scripts": {
"build": "sanity build",
"deploy": "sanity deploy",
"deploy-graphql": "sanity graphql deploy",
"dev": "sanity dev",
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint": "eslint --ext .ts,.tsx .",
"start": "sanity start"
},
"dependencies": {
"@sanity/document-internationalization": "^2.0.1",
"@sanity/vision": "^3.8.3",
"norwegian-numbers": "^1.0.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-is": "^18.2.0",
"sanity": "^3.18.0",
"styled-components": "^6.0.0"
},
"devDependencies": {
"@bjerk/eslint-config": "^5.3.1",
"@simenandre/prettier": "^5.0.0",
"@types/react": "^18.0.37",
"@types/styled-components": "^5.1.26",
"eslint": "^8.45.0",
"prettier": "^3.0.0",
"typescript": "^5.1"
},
"keywords": [
"sanity"
],
"packageManager": "[email protected]",
"prettier": "@simenandre/prettier"
}