-
Notifications
You must be signed in to change notification settings - Fork 82
/
package.json
41 lines (41 loc) · 1.1 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
{
"name": "aisourcehub-info",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev",
"dev:host": "next dev -H 0.0.0.0",
"test": "mocha",
"build": "next build",
"start": "next start",
"prettier:check": "prettier . --check",
"prettier:write": "prettier . --write"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"next": "^14.2.3",
"next-sitemap": "^4.2.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"rss": "^1.2.2",
"sharp": "^0.33.4"
},
"devDependencies": {
"@types/node": "^20.12.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/rss": "^0.0.32",
"autoprefixer": "^10.4.19",
"mocha": "^10.4.0",
"mochawesome": "^7.1.3",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
}