-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
41 lines (41 loc) · 989 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
33
34
35
36
37
38
39
40
41
{
"name": "website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"scrap": "node ./scrapper/cli.mjs"
},
"dependencies": {
"@headlessui/react": "^1.6.1",
"@heroicons/react": "^1.0.6",
"contentlayer": "^0.2.4",
"nanoid": "^3.3.4",
"next": "12.1.6",
"next-contentlayer": "^0.2.4",
"react": "18.1.0",
"react-dom": "18.1.0"
},
"devDependencies": {
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"@types/validator": "^13.7.2",
"puppeteer": "^14.1.0",
"autoprefixer": "^10.4.7",
"chalk": "^5.0.1",
"clear": "^0.1.0",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"figlet": "^1.5.2",
"inquirer": "^8.2.4",
"ora": "^6.1.0",
"postcss": "^8.4.13",
"postcss-import": "^14.1.0",
"tailwindcss": "^3.0.24",
"typescript": "^4.6.4",
"validator": "^13.7.0"
}
}