-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 881 Bytes
/
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
{
"name": "bastibuckde",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "cd sanity-studio && sanity build ../public/studio -y && cd .. && next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --ignore-path .gitignore \"**/*.+(json|ts|tsx)\"",
"format": "yarn prettier --write"
},
"dependencies": {
"@mantine/core": "^3.3.5",
"@mantine/hooks": "^3.3.5",
"@mantine/next": "^3.3.5",
"@sanity/block-content-to-react": "^3.0.0",
"@sanity/client": "^3.4.1",
"next": "12.0.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-simple-typewriter": "^3.0.1"
},
"devDependencies": {
"@sanity/cli": "^3.0.6",
"@types/react": "17.0.37",
"eslint": "8.4.1",
"eslint-config-next": "12.0.7",
"prettier": "^2.5.1",
"typescript": "4.5.3"
}
}