-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.54 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
{
"name": "pomoparty",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"format": "prettier --write src",
"prepare": "husky",
"knip": "knip",
"bundle-stats": "ANALYZE=true npm run build"
},
"dependencies": {
"@next/bundle-analyzer": "^14.1.4",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@typescript-eslint/typescript-estree": "^7.4.0",
"@vercel/speed-insights": "^1.0.10",
"next": "14.1.4",
"react": "^18",
"react-dom": "^18",
"use-sound": "^4.0.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.12",
"@types/eslint": "^8.56.6",
"@types/eslint-config-prettier": "^6.11.3",
"@types/lint-staged": "^13.3.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.19",
"daisyui": "^4.10.2",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.11",
"knip": "^5.9.4",
"lint-staged": "^15.2.2",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"react-uuid": "^2.0.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3",
"typesync": "^0.12.1"
},
"nextBundleAnalysis": {
"budget": 512000,
"budgetPercentIncreaseRed": 85,
"showDetails": true
}
}