-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 843 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 843 Bytes
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
{
"name": "cross-year",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format:fix": "prettier --write ."
},
"dependencies": {
"@fontsource/inter": "^4.5.7",
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.6",
"@notionhq/client": "^1.0.4",
"@svgr/webpack": "^6.2.1",
"next": "12.1.4",
"react": "18.0.0",
"react-dom": "18.0.0",
"sharp": "^0.30.4",
"tailwind-scrollbar-hide": "^1.1.7"
},
"devDependencies": {
"autoprefixer": "^10.4.4",
"eslint": "8.12.0",
"eslint-config-next": "12.1.4",
"install": "0.13.0",
"npm": "9.3.0",
"postcss": "^8.4.12",
"prettier": "2.8.3",
"tailwindcss": "^3.0.23",
"tailwindcss-font-inter": "^3.0.1"
}
}