-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.66 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@bratteng/website",
"version": "3.4.1",
"description": "My personal websites",
"private": true,
"homepage": "https://bratteng.com",
"repository": {
"type": "git",
"url": "[email protected]:omBratteng/website.git"
},
"author": {
"name": "Ole-Martin Bratteng",
"email": "[email protected]",
"url": "https://bratteng.com"
},
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/omBratteng/website/issues"
},
"browserslist": [
"defaults",
"> 0.5%",
"last 2 versions",
"not dead",
"not IE 11",
"not kaios 2.5",
"not baidu 7.12",
"not and_qq 10.4",
"not and_uc 12.12",
"not op_mini all"
],
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"staging": "APP_ENV=staging next build && next start",
"lint": "next lint --dir app components"
},
"dependencies": {
"@next/bundle-analyzer": "^15.1.0",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"next": "^15.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/node": "22.x",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@types/webpack-env": "^1.18.5",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2"
},
"packageManager": "[email protected]"
}