-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.58 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
43
44
45
46
47
48
{
"private": true,
"scripts": {
"dev": "npx sanity-codegen && next dev",
"prebuild": "npx sanity-codegen && echo 'Building Sanity to public/sanity-studio' && cd sanity-studio && yarn && npx @sanity/cli build ../public/sanity-studio -y && echo 'Done'",
"build": "next build",
"start": "next start",
"sanity": "cd sanity-studio && sanity start",
"lint": "next lint"
},
"dependencies": {
"@babel/core": "^7.17.9",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@heroicons/react": "^1.0.6",
"@sanity/image-url": "^1.0.1",
"@tailwindcss/line-clamp": "^0.3.1",
"@tailwindcss/typography": "^0.5.2",
"date-fns": "^2.28.0",
"gray-matter": "^4.0.3",
"jsdom": "^19.0.0",
"next": "latest",
"next-sanity": "^0.5.2",
"next-themes": "^0.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-markdown": "^8.0.2",
"react-tooltip": "^4.2.21",
"sanity-codegen": "^0.9.8",
"twitter-api-v2": "^1.12.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-numeric-separator": "^7.16.7",
"@types/node": "17.0.4",
"@types/react": "17.0.38",
"autoprefixer": "^10.4.0",
"eslint-config-prettier": "^8.5.0",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.1",
"tailwindcss": "^3.0.7",
"typescript": "4.5.4"
}
}