-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.36 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
{
"name": "next-pwa-template",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"foli": "eslint --ext .ts,.js . --ignore-pattern \"/public/sw.js\" && prettier \"./**\" --write --ignore-unknown && next lint",
"foli:fix": "eslint --ext .ts,.js . --ignore-pattern \"/public/sw.js\" --fix && prettier \"./**\" --write --ignore-unknown && next lint"
},
"dependencies": {
"@ducanh2912/next-pwa": "^10.2.7",
"@serwist/next": "^9.0.2",
"@serwist/precaching": "^9.0.2",
"@serwist/sw": "^9.0.2",
"@tailwindcss/typography": "^0.5.13",
"autoprefixer": "^10.4.19",
"daisyui": "^4.11.1",
"dexie": "^4.0.4",
"dexie-react-hooks": "^1.1.7",
"next": "14.2.3",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"mini-css-extract-plugin": "^2.9.0",
"postcss": "^8.4.38",
"postcss-nesting": "^12.1.4",
"prettier": "^3.2.5",
"serwist": "^9.0.2",
"tailwindcss": "^3.4.3",
"typescript": "^5"
},
"pnpm": {
"overrides": {
"sourcemap-codec": "npm:@jridgewell/sourcemap-codec@^1.4.15"
}
}
}