-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.41 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.41 KB
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
49
50
51
52
{
"name": "nasustim.com",
"private": true,
"version": "0.0.1",
"author": "nasustim",
"bugs": {
"url": "https://github.com/nasustim/nasustim.com/issues"
},
"dependencies": {
"@acab/reset.css": "0.11.0",
"@next/third-parties": "16.2.10",
"clsx": "2.1.1",
"next": "16.2.10",
"next-sitemap": "4.2.3",
"react": "19.2.7",
"react-icons": "5.7.0",
"sharp": "0.35.3",
"tailwindcss": "4.3.3"
},
"devDependencies": {
"@biomejs/biome": "2.5.4",
"@next/bundle-analyzer": "16.2.10",
"@tailwindcss/postcss": "4.3.3",
"@types/node": "24.13.3",
"@types/react": "19.2.17",
"postcss": "8.5.19",
"typescript": "6.0.3",
"typescript-plugin-css-modules": "5.2.0"
},
"homepage": "https://github.com/nasustim/nasustim.com#readme",
"main": "src/pages/index.tsx",
"repository": {
"type": "git",
"url": "git+https://github.com/nasustim/nasustim.com.git"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"build:sitemap": "next-sitemap --config ./sitemap.config.js",
"serve": "bunx serve@latest out",
"test": "echo \"please write test and execute\" | exit 0",
"lint:fix": "biome check --write --unsafe .",
"lint:ci": "biome ci .",
"analyze": "next experimental-analyze"
},
"browserslist": [
"last 1 Chrome version",
"last 1 Safari version",
"last 1 ios_saf version",
"last 1 ChromeAndroid version"
]
}