-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.05 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
{
"name": "website",
"version": "1.0.0",
"description": "The NextJS server that powers the mineatar.io public website.",
"private": true,
"browserslist": [
"defaults"
],
"scripts": {
"start": "next start src/",
"build": "next build src/",
"dev": "next dev src/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mineatar-io/website.git"
},
"author": "Jacob Gunther",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/mineatar-io/website/issues"
},
"homepage": "https://github.com/mineatar-io/website#readme",
"dependencies": {
"@svgr/webpack": "^8.1.0",
"autoprefixer": "^10.4.19",
"cssnano": "^7.0.2",
"eslint-config-next": "^14.2.3",
"next": "^14.2.3",
"postcss": "^8.4.38",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.77.4",
"server-only": "^0.0.1",
"sharp": "^0.33.4",
"swetrix": "^3.5.0",
"tailwindcss": "^3.4.4"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.3",
"@types/semver": "^7.5.8",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.2"
}
}