-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.03 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
{
"name": "kit-bib-pwa",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/core": "^7.18.13",
"@popperjs/core": "^2.11.6",
"bootstrap": "^5.2.0",
"child": "^0.0.3",
"fs": "^0.0.1-security",
"jsdom": "^18.1.1",
"memory-cache": "^0.2.0",
"next": "12.2.5",
"next-pwa": "^5.6.0",
"process": "^0.11.10",
"react": "17.0.2",
"react-bootstrap": "^2.5.0",
"react-dom": "17.0.2",
"webpack": "^5.74.0"
},
"devDependencies": {
"@types/bootstrap": "^5.2.3",
"@types/node": "^18.7.11",
"@types/react": "^18.0.17",
"@types/react-bootstrap": "^0.32.30",
"eslint": "7.32.0",
"eslint-config-next": "12.0.2",
"typescript": "^4.7.4"
},
"pnpm": {
"overrides": {
"next@>=10.0.0 <12.1.0": ">=12.1.0",
"next@>=12.0.0 <12.0.5": ">=12.0.5",
"next@>=12.0.0 <12.0.9": ">=12.0.9",
"node-fetch@<2.6.7": ">=2.6.7"
}
}
}